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
  • SemaphoreVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Allow DynamicBuffer suballocation in BufferVk · e354ff1a
    Shahbaz Youssefi authored Mar 05, 2021
    When allocations are made from DynamicBuffer, they suballocate from a
    possibly larger BufferHelper.  In BufferVk, the offset of the
    suballocation was discarded, which limited the use of DynamicBuffer to a
    pool of small buffers.
    
    This change applies any such offset that may arise from suballocations
    everywhere, and makes BufferVk use a larger buffer size when the
    GL_DYNAMIC_* buffer usage hints are provided.
    
    Bug: angleproject:5719
    Change-Id: I3df3317f7acff1b1b06a5e3e2bb707616a7d0512
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2738650
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    e354ff1a
SemaphoreVk.cpp 10.7 KB
EditWeb IDE
×

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