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
  • RenderTargetVk.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: Use current commandBuffer pointer · ef315fdc
    Courtney Goeltzenleuchter authored Sep 10, 2020
    We were using a passed in commandBuffer in
    ImageHelper::flushStagedUpdates which became invalid during the process
    of handling the flush upon which subsequent uses could cause problems
    when threading is enabled (and maybe when it's not as well, just harder
    to see.)
    Have ImageHelper::flushStagedUpdates use the current
    OutsideRenderPassCommandBuffer and the code will use the proper one.
    
    Bug: b/168144059
    Change-Id: Ib9849efe9366cf61df5e68fd25d17df165dbd3a0
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2402354Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    ef315fdc
RenderTargetVk.cpp 11.2 KB
EditWeb IDE
×

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