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
  • renderer
  • vulkan
  • FramebufferVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Use a dirty bit to start the render pass · 45a493ea
    Shahbaz Youssefi authored Feb 05, 2021
    Some dirty bits need to run before the render pass starts.  An upcoming
    change for example needs to break the render pass when the program
    pipeline is changed while transform feedback is active.  Another
    upcoming change may need to do the same based on a preceding
    glMemoryBarrier.
    
    This change adds a new dirty bit to start the render pass after some
    dirty bits have already been processed.
    
    Bug: angleproject:5528
    Change-Id: I993c9efefed4c8fee268b218a8dd66a582d4e7cd
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2678863
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    45a493ea
FramebufferVk.cpp 117 KB
EditWeb IDE
×

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