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
  • Program.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: fix default uniform descriptor rebind on program change · 8fde1151
    Shahbaz Youssefi authored Jan 09, 2020
    When the program binding changes, we set the descriptor sets binding
    dirty bit if the program had any textures, UBOs, SSBOs, images or atomic
    counters.  The check for default uniforms was missing.  So if the two
    programs had no resources and were only using default uniforms, then
    drawing with one after the other didn't update the descriptor set
    binding of the default uniforms for the second draw.
    
    Bug: angleproject:4277
    Change-Id: I631a1619658ee713484cfaee99fe1e39987e16e7
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993408
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    8fde1151
Program.h 40.5 KB
EditWeb IDE
×

Replace Program.h

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.