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
  • vk_helpers.cpp
Find file
BlameHistoryPermalink
  • Charlie Lao's avatar
    Vulkan: Use context staging buffer for copyImageDataToBuffer · 1d331c91
    Charlie Lao authored Aug 19, 2020
    ImageHelper::copyImageDataToBuffer() is called from glCopyTexture*. It
    allocate staging buffer and write the copy command into command buffer
    right away. This uses context staging buffer instead of ImageHelper's
    staging buffer. This has the benefit of able to share staging buffer
    with other objects (including buffers etc).
    
    Bug: b/164511310
    Change-Id: I3f680b1cd95df172a442aac573a8cc8d48972b1b
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2364717
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    1d331c91
vk_helpers.cpp 224 KB
EditWeb IDE
×

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