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
  • SecondaryCommandBuffer.h
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: Check that its okay to add commands · 34f66126
    Courtney Goeltzenleuchter authored Sep 10, 2020
    It can be hard to tell sometimes when the mRenderPassCommands or
    mOutSideRenderPassCommands command buffers have changed and there have
    been some issues with code that locally caches a pointer to a
    commandBuffer that then becomes invalid.
    This change adds checking so that if a command is being added to a
    commandBuffer that's been closed (e.g. submitted for processing) then we
    hit an assert.
    
    Bug: b/168144059
    Change-Id: If5d37c462e3bcb51f6ec2ca44c27a2fad4e57c19
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2405812Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    34f66126
SecondaryCommandBuffer.h 54.7 KB
EditWeb IDE
×

Replace SecondaryCommandBuffer.h

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.