Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • State.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Remove State::syncProgramTextures. · e3e680ca
    Jamie Madill authored Dec 03, 2018
    Removes the concept of the program textures dirty object. Instead we
    use a set of dirty bits to represent dirty texture samples. We mark
    certain textures dirty and update state structures whenever there is
    a new Texture/Program/Sampler bound, or when Texture/Program/Sampler
    state changes.
    
    This is in preparation for making clearing the uncleared active
    textures into a dirty bit as well.
    
    Also includes new dirty bit handling for texture image units. These are
    a GLES 3.1 feature.
    
    Bug: angleproject:2966
    Change-Id: Ibb8619dd2669bb39fdbcd75e3685be9a8aeeee91
    Reviewed-on: https://chromium-review.googlesource.com/c/1346649
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    e3e680ca
State.cpp 89.6 KB
EditWeb IDE
×

Replace State.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.