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_cache_utils.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Fix ASSERT in CreateRenderPass2 · cd4a63f5
    Shahbaz Youssefi authored Apr 26, 2021
    RenderPass2 was used for when a depth/stencil attachment is needed, or
    the VK_EXT_multisampled_render_to_single_sampled extension.  The logic
    that decided this was "has D/S resolve || has MSRTSS extension", but the
    function itself asserted that the render pass is using MSRTSS if not D/S
    resolve.
    
    This caused an assertion failure on platforms where MSRTSS is present,
    but a non-MSRTSS render pass is used.
    
    Bug: chromium:1201455
    Change-Id: Iefd26a071303c703a322d946f82474f85f5bf767
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2849180Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    cd4a63f5
vk_cache_utils.cpp 162 KB
EditWeb IDE
×

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