ppsspp/Common/GPU/Vulkan
2022-12-03 07:17:12 -08:00
..
thin3d_vulkan.cpp Merge pull request #16477 from hrydgard/invalidation-refactor 2022-12-01 11:05:04 -08: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 Some refactoring of framebuffer views, layer issues, more work. 2022-10-27 11:05:58 +02:00
VulkanContext.cpp Disable the PowerVR swapchain hack after driver version 1.386.1368. 2022-12-01 10:17:53 +01:00
VulkanContext.h UWP build fix. Had to reshuffle some stuff and compile some Vulkan files. 2022-11-06 15:54:00 +01:00
VulkanDebug.cpp Vulkan validation: One more false positive related to input attachments 2022-11-24 10:48:36 +01:00
VulkanDebug.h
VulkanFramebuffer.cpp Break out VKRFramebuffer/VKRRenderpass from VulkanRenderManager 2022-11-27 10:22:37 +01:00
VulkanFramebuffer.h Break out VKRFramebuffer/VKRRenderpass from VulkanRenderManager 2022-11-27 10:22:37 +01:00
VulkanFrameData.cpp GPU: Cleanup some bounds checks, assignments. 2022-12-03 07:17:12 -08:00
VulkanFrameData.h Fix validation error with the GPU profiler 2022-10-03 12:13:11 +02:00
VulkanImage.cpp Remove std::string from VulkanTexture 2022-12-01 12:17:03 +01:00
VulkanImage.h Remove std::string from VulkanTexture 2022-12-01 12:17:03 +01:00
VulkanLoader.cpp Improve VkResult logging 2022-11-08 00:21:07 +01:00
VulkanLoader.h UWP build fix. Had to reshuffle some stuff and compile some Vulkan files. 2022-11-06 15:54:00 +01:00
VulkanMemory.cpp Name more image views. Very useful with a little patch to the Vulkan debug layers. 2022-10-27 11:05:59 +02:00
VulkanMemory.h Name more image views. Very useful with a little patch to the Vulkan debug layers. 2022-10-27 11:05:59 +02:00
VulkanProfiler.cpp Remove std::string from VulkanProfiler (the scope profiler for uploads) 2022-12-01 12:17:01 +01:00
VulkanProfiler.h Remove std::string from VulkanProfiler (the scope profiler for uploads) 2022-12-01 12:17:01 +01:00
VulkanQueueRunner.cpp Break out VKRFramebuffer/VKRRenderpass from VulkanRenderManager 2022-11-27 10:22:37 +01:00
VulkanQueueRunner.h Break out VKRFramebuffer/VKRRenderpass from VulkanRenderManager 2022-11-27 10:22:37 +01:00
VulkanRenderManager.cpp Add a flags parameter to InvalidateCachedState and rename it Invalidate. 2022-12-01 19:15:38 +01:00
VulkanRenderManager.h Add a flags parameter to InvalidateCachedState and rename it Invalidate. 2022-12-01 19:15:38 +01:00