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
  • Jamie Madill's avatar
    Vulkan: Defer command buffer submission. · 0c0dc345
    Jamie Madill authored Mar 24, 2017
    This packs more rendering commands into fewer command buffers.
    Instead of using a single command buffer per-command, create a
    buffer and record commands into it until we need to present the
    frame. More sophisticated management will be necessary in the future
    when we can do other types of copied and read-back from image data.
    
    This also reduces the number of Fences we use for checking if the
    device is finished with resources. Instead of creating a Fence
    per-command-buffer, it creates one per-swap.
    
    BUG=angleproject:1898
    
    Change-Id: I9c6033bc04289fd8f936c0df914afc51fc434b29
    Reviewed-on: https://chromium-review.googlesource.com/445800Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    0c0dc345
ContextVk.cpp 18.6 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.