ppsspp/Common/GPU/Vulkan
Unknown W. Brackets e6db0bef2d
Merge pull request #16099 from hrydgard/vulkan-dont-always-alloc-depth
Vulkan: Avoid allocating depth images for stuff like temp copies, depal buffers etc.
2022-09-25 08:05:50 -07:00
..
thin3d_vulkan.cpp Merge pull request #16099 from hrydgard/vulkan-dont-always-alloc-depth 2022-09-25 08:05:50 -07:00
VulkanAlloc.h More integration, use VMA in VulkanTexture 2021-11-22 18:54:09 +01:00
VulkanBarrier.cpp Use subpass dependencies to implement shader framebuffer read in Vulkan. 2022-09-16 19:19:42 +02:00
VulkanBarrier.h Vulkan: Avoid allocating depth images for stuff like temp copies, depal buffers etc. 2022-09-24 23:21:48 +02:00
VulkanContext.cpp Make valgrind happy 2022-09-23 12:24:43 +02:00
VulkanContext.h Fix pipeline lifetime issue, misc. 2022-09-08 00:38:32 +02:00
VulkanDebug.cpp Remove logspam 2022-09-16 19:19:42 +02:00
VulkanDebug.h
VulkanFrameData.cpp Vulkan: Avoid crash on two backbuffer steps. 2022-09-23 18:47:51 -07:00
VulkanFrameData.h Can't seem to get around this condition variable... Oh well. 2022-09-23 20:45:52 +02:00
VulkanImage.cpp Vulkan: Avoid crash if large texture attempted. 2022-09-10 20:14:37 -07:00
VulkanImage.h Initial implementation of 3D texturing through equal-size mips (see #6357) 2022-07-31 10:43:47 +02:00
VulkanLoader.cpp Merge branch 'master' into feature_openxr_stereo 2022-09-05 19:11:52 +02:00
VulkanLoader.h Add two more extensions to device extension lookup 2022-09-16 19:19:42 +02:00
VulkanMemory.cpp Some more debug names to vulkan objects 2022-09-08 09:16:40 +02:00
VulkanMemory.h Some more debug names to vulkan objects 2022-09-08 09:16:40 +02:00
VulkanProfiler.cpp Missing stdarg.h include 2021-12-20 00:11:51 +01:00
VulkanProfiler.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
VulkanQueueRunner.cpp Merge pull request #16099 from hrydgard/vulkan-dont-always-alloc-depth 2022-09-25 08:05:50 -07:00
VulkanQueueRunner.h Vulkan: Don't compile pipeline variants that don't make sense given their flags. 2022-09-24 22:39:22 +02:00
VulkanRenderManager.cpp Merge pull request #16099 from hrydgard/vulkan-dont-always-alloc-depth 2022-09-25 08:05:50 -07:00
VulkanRenderManager.h Merge pull request #16099 from hrydgard/vulkan-dont-always-alloc-depth 2022-09-25 08:05:50 -07:00