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
  • gl_tests
  • VertexAttributeTest.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Track used Images in RenderPass. · d201ed8b
    Jamie Madill authored Aug 02, 2020
    Adding a simple ImageSerial tracking map in our RenderPass allows us
    to know when we do or do not need to close the RenderPass on a new
    Image access. This simple tracking scheme improves Manhattan
    performance by up to 25% on Android. The improved perf comes from
    reducing our RenderPass count (23->18 RenderPasses in our capture
    scene).
    
    Adds a FastUnorderedSet class to manage the used RP Image serials.
    
    Updates the Query helpers to explicitly flush the RP before inserting
    queries.
    
    Bug: angleproject:4911
    Change-Id: I0c34fc8e307514ebdf3e81e08d8e5aedb70ebe8f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2334346Reviewed-by: 's avatarCharlie Lao <cclao@google.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    d201ed8b
VertexAttributeTest.cpp 101 KB
EditWeb IDE
×

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