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
  • Tobin Ehlis's avatar
    Vulkan:Migrate command buffers to pointers · 1a4f6e1f
    Tobin Ehlis authored May 20, 2020
    This is an intermediate CL as we move to a worker thread.
    With the worker thread there will be a pool of more than 2 command
    buffers so the current command buffers in use on the main thread
    will be pointers that are assigned from that pool.
    
    This CL isolates the command buffers as pointers to make review
    simpler.
    
    Bug: b/154030730
    Change-Id: I3fc91222b07d5f3bf60f92a4c01b0910daad7df6
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2207812
    Commit-Queue: Tobin Ehlis <tobine@google.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    1a4f6e1f
ContextVk.cpp 169 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.