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
  • tests
  • gl_tests
  • SixteenBppTextureTest.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Add top-level dirty bits for texture and samplers. · 81c2e253
    Jamie Madill authored Sep 09, 2017
    These will have to be fleshed out in the back-ends.
    Also currently uses a single bit for all the bindings, and we can
    extend this to more fine-grained updates in the future.
    
    This patch implements top-level updates for texture completeness.
    Sampler completeness caches are removed from the Texture class, and
    replaced by a cache in the gl::State class. The State class also
    keeps a channel binding to the bound textures so it can be notified
    when textures might change from complete <-> incomplete.
    
    In future CLs we skip updating back-ends if texture state doesn't
    change.
    
    BUG=angleproject:1387
    
    Change-Id: If580b4851303c86f3240e62891f5f6047eefb6a2
    Reviewed-on: https://chromium-review.googlesource.com/648053Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    81c2e253
SixteenBppTextureTest.cpp 18.2 KB
EditWeb IDE
×

Replace SixteenBppTextureTest.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.