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
  • VertexArrayVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Add dynamic index buffers to graph · 4abdf74f
    Shahbaz Youssefi authored Nov 28, 2018
    With DynamicBuffer outputting BufferHelper objects, these objects can
    participate in the command graph, i.e. record commands.  This means they
    need appropriate dependencies in the graph as well as pipeline barriers.
    
    There are a few users of DynamicBuffer for which this change should be
    applied to.  This change covers index buffers.
    
    This commit includes a fix to BufferHelper::copyFromBuffer for WaW
    hazards.
    
    It also includes a fix for a missing pipeline barrier after
    BufferVk::copyToBuffer.
    
    Bug: angleproject:2958
    Change-Id: I3e61af56936580b2da20c28c45defece552d9a39
    Reviewed-on: https://chromium-review.googlesource.com/c/1352732Reviewed-by: 's avatarTobin Ehlis <tobine@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    4abdf74f
VertexArrayVk.cpp 24.2 KB
EditWeb IDE
×

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