mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
VideoBackends:Vulkan: Workaround slow vkCmdCopyImageToBuffer on QCom driver
This commit is contained in:
parent
3ee4c6a33b
commit
81c817c54d
4 changed files with 179 additions and 9 deletions
|
@ -329,6 +329,13 @@ enum Bug
|
|||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_DYNAMIC_SAMPLER_INDEXING,
|
||||
|
||||
// BUG: vkCmdCopyImageToBuffer allocates a staging image when used to copy from
|
||||
// an image with optimal tiling.
|
||||
// Affected devices: Adreno
|
||||
// Started Version: -1
|
||||
// Ended Version: -1
|
||||
BUG_SLOW_OPTIMAL_IMAGE_TO_BUFFER_COPY
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue