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
  • SurfaceVk.cpp
Find file
BlameHistoryPermalink
  • Charlie Lao's avatar
    Vulkan: Use renderpass' finalLayout to transit to ImageLayout::Present · f13689b6
    Charlie Lao authored Apr 17, 2020
    This detects the last renderpass is actually rendering to the image we
    are going to present and this is the very last renderpass to that image.
    We use finalLayout of the renderpass to do layout transition to
    VK_IMAGE_LAYOUT_PRESENT_SRC_KHR instead of a standalone barrier call.
    
    Bug: b/153885625
    Change-Id: Ifc17c77a1ba12f22c9d6038775f3e254c35655ca
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2155250
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    f13689b6
SurfaceVk.cpp 59.4 KB
EditWeb IDE
×

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