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
  • vk_utils.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Support MSRTT depth/stencil resolve · a76b6836
    Shahbaz Youssefi authored Sep 17, 2020
    VK_KHR_depth_stencil_resolve is used by this change to resolve
    depth/stencil multisampled-render-to-texture renderbuffers.
    
    This extension is not widely supported yet.  If it's not present, the
    depth/stencil resolve operation is silently ignored and the renderbuffer
    acts as a normal multisampled one.  This is not correct, but our primary
    user (Chrome), and most applications don't care for the resolved
    depth/stencil data.  In fact, it's recommended for the depth/stencil
    attachment to be invalidated after rendering.
    
    Exposing EXT_multisampled_render_to_texture even in the absence of
    depth/stencil resolve allows the majority of the applications to still
    take advantage of MSRTT color attachments.
    
    Bug: angleproject:4836
    Change-Id: I6ba4187344a0c9330d2c77bdc5e2c6fc5483c299
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2417645
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    a76b6836
vk_utils.cpp 48.3 KB
EditWeb IDE
×

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