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
  • tests
  • test_utils
  • angle_test_instantiate.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Move vk::CommandQueue to RendererVk. · e6a302a0
    Jamie Madill authored Nov 07, 2020
    This consolidates most of the command processor vs queue logic in one
    place. It also has a number of incidental changes related to fences:
    
    - syncs now do not store a shared fence. instead they call command
      apis to wait for a particular serial with a timeout. this is not
      yet fully implemented in CommandProcessor.
    - surface swap history stores a serial instead of a fence. because
      the RendererVk class stores the command batches, we no longer have
      to do messy things with ContextVk.
    - it is no longer possible to ask for a wait on a serial that isn't
      in the command queue.
    
    Also adds mutex synchronization around the RendererVk methods.
    
    Bug: angleproject:5217
    Bug: b/172704839
    Change-Id: I5faf0e24bb6ede79a927ab149b80bfa8baca4620
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2524548
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    e6a302a0
angle_test_instantiate.cpp 19.9 KB
EditWeb IDE
×

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