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
  • ResourceVk.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: functionally complete worker thread · ed876984
    Courtney Goeltzenleuchter authored Oct 03, 2020
    Working on enhancing worker thread to completely own primary command
    buffers. This will include not only processing SCBs from main thread
    into a primary, but also submitting those command buffers to the queue.
    
    The CommandProcessor is a vk::Context so it can handle errors in the
    worker thread. When the main thread submits tasks to the worker
    thread it also syncs any outstanding errors from the worker.
    
    Include asynchronousCommandProcessing feature that will control
    whether the worker thread task does it's work in parallel or not. If
    false, we wait for the thread to complete it's work before letting the
    main thread continue.  If true, the thread can execute in parallel with
    the main thread.
    
    Bug: b/154030730
    Bug: b/161912801
    Change-Id: I00f8f013d6cbb2af12a172c4f7927855db2f0ebf
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2328992
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    ed876984
ResourceVk.cpp 3.06 KB
EditWeb IDE
×

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