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
  • util
  • random_utils.h
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Defer RenderPass image barriers. · 8257ac30
    Jamie Madill authored Feb 07, 2020
    We accumulate image barriers in two places:
    
     * for GL sampler textures
     * for GL framebuffer attachments (Render Targets)
    
    Then we issue the barriers together in a single call before the RP.
    This fixes a bug where we were missing a layout transition in some
    cases when transitioning between a sampler and a render target. It
    should also be faster to issue a single barrier before a RP than issue
    several smaller barriers.
    
    Bug: angleproject:3539
    Bug: angleproject:4029
    Change-Id: I180b770f0df6b44d209e5c618ba36bcc1c6372e4
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2044236
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    8257ac30
random_utils.h 2.04 KB
EditWeb IDE
×

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