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
  • ContextVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Fix sub invalidate marking render targets undefined · 68791f89
    Shahbaz Youssefi authored Jul 20, 2020
    When glInvalidateSubFramebuffer is called, the framebuffer is only
    partially invalidated.  FramebufferVk::invalidateImpl was nevertheless
    marking the render targets as undefined, which would lead the subsequent
    render pass have loadOp=DONT_CARE.  This is not correct, as the rest of
    the framebuffer is expected to still be valid.
    
    Bug: angleproject:4859
    Change-Id: I2e64baa32b1fc84beb8008411b564cd7619af962
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2309111
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    68791f89
ContextVk.cpp 185 KB
EditWeb IDE
×

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