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
  • CommandGraph.h
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Use ResourceUse to track object lifetime. · b540da89
    Jamie Madill authored Sep 19, 2019
    With the new resource tracking scheme the CommandGraph, tracking a
    "Context serial" aka "current" serial is no longer necessary for
    CommandGraphResources. Serial tracking has been moved to the shared
    ResourceUse struct that gets updated on a command submission. Thus
    we don't need to store the serial as a current separate piece of info
    in BufferHelper/ImageHelper.
    
    Will lead to further redesign for the multi-threading support for
    Vulkan.
    
    Bug: angleproject:2464
    Change-Id: I1ae4bcc27fcfb93422b4ab4c9682a458e482f295
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1785990
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    b540da89
CommandGraph.h 26.8 KB
EditWeb IDE
×

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