ppsspp/Common/GPU/Vulkan
Henrik Rydgård cc9c01b1d0 Vulkan texture uploads: Take optimalBufferCopyRowPitchAlignment into account
Might marginally increase texture upload performance on some GPUs, but
mainly just the right thing to do.

For example, on Intel, this is 64.
2023-03-05 17:32:41 +01:00
..
thin3d_vulkan.cpp Android: Make font rendering work even absent support for R4G4B4A4 textures. 2023-02-28 00:01:29 +01:00
VulkanAlloc.h More integration, use VMA in VulkanTexture 2021-11-22 18:54:09 +01:00
VulkanBarrier.cpp Implement copy operation properly for the multisampled case 2022-12-02 15:25:02 +01:00
VulkanBarrier.h Some refactoring of framebuffer views, layer issues, more work. 2022-10-27 11:05:58 +02:00
VulkanContext.cpp Vulkan on Android: In non-debug mode, avoid devices that were rejected by VulkanMayBeAvailable. 2023-02-28 18:18:19 +01:00
VulkanContext.h Vulkan texture uploads: Take optimalBufferCopyRowPitchAlignment into account 2023-03-05 17:32:41 +01:00
VulkanDebug.cpp Vulkan validation layers: Cap outputting the same message at 10 times. 2022-12-29 00:39:59 +01:00
VulkanDebug.h Vulkan validation layers: Cap outputting the same message at 10 times. 2022-12-29 00:39:59 +01:00
VulkanFramebuffer.cpp Global: Fix some format warnings. 2023-01-18 21:42:19 -08:00
VulkanFramebuffer.h Fix switching between MSAA levels 2022-12-01 22:49:00 +01:00
VulkanFrameData.cpp Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanFrameData.h Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanImage.cpp Remove std::string from VulkanTexture 2022-12-01 12:17:03 +01:00
VulkanImage.h Minor optimization/cleanup 2022-12-10 12:05:40 +01:00
VulkanLoader.cpp Vulkan on Android: In non-debug mode, avoid devices that were rejected by VulkanMayBeAvailable. 2023-02-28 18:18:19 +01:00
VulkanLoader.h Attempted buildfix 2023-02-27 01:11:11 +01:00
VulkanMemory.cpp Resurrect the Vulkan memory visualizer, but now it's global stats and pushbuffer stats. 2023-02-27 01:11:11 +01:00
VulkanMemory.h Resurrect the Vulkan memory visualizer, but now it's global stats and pushbuffer stats. 2023-02-27 01:11:11 +01:00
VulkanProfiler.cpp Found a bug where we tried to look up queue family -1 when initializing the frame profiler. 2022-12-23 11:37:59 +01:00
VulkanProfiler.h Enable support for Android Vulkan validation. Fix a minor validation error. 2022-12-22 11:13:52 +01:00
VulkanQueueRunner.cpp Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanQueueRunner.h Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanRenderManager.cpp Wrap the display globals in a struct (#16998) 2023-02-25 13:09:44 +01:00
VulkanRenderManager.h Fix "DebugAnnotate" (not used, but I used it temporarily to investigate #17014) 2023-02-27 10:39:49 +01:00