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
  • common
  • FixedVector.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Implement glFlush · 3a482179
    Shahbaz Youssefi authored Oct 11, 2018
    A semaphore pool is implemented to allow dynamic allocation of
    semaphores as needed when breaking up a frame with flushes.  The pool is
    used both for acquiring the next image and for chaining mid-frame
    submissions.
    
    RendererVk::flush() is changed so that instead of taking the wait/signal
    semaphores as parameters, it would use the last known signaled semaphore
    as wait semaphore and allocates a semaphore for signaling.  It would
    additionally wait for any extra semaphore provided externally (i.e. the
    surface's image acquire semaphore).
    
    Bug: angleproject:2504
    Change-Id: Iecd2d5535230c48b26a6b7d078710af8730121da
    Reviewed-on: https://chromium-review.googlesource.com/c/1276805
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    3a482179
FixedVector.h 9.01 KB
EditWeb IDE
×

Replace FixedVector.h

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.