ppsspp/Common/Vulkan
Henrik Rydgård c5e0b799d9 Remove category from _assert_msg_ functions. We don't filter these by category anyway.
Fixes the inconsistency where we _assert_ didn't take a category but
_assert_msg_ did.
2020-07-19 20:33:25 +02:00
..
VulkanContext.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
VulkanContext.h Cleanup log output on swapchain/surface recreation. 2020-07-18 20:35:39 +02:00
VulkanDebug.cpp Buildfixes 2020-06-22 00:01:31 +02:00
VulkanDebug.h Buildfixes 2020-06-22 00:01:31 +02:00
VulkanImage.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
VulkanImage.h Vulkan: Framebuffer manager: Use an allocator for "MakePixelTexture" images. 2020-05-06 22:24:10 +02:00
VulkanLoader.cpp Vulkan: Remove support for the old VK_EXT_debug_report extension 2020-06-21 23:04:51 +02:00
VulkanLoader.h Vulkan: Remove support for the old VK_EXT_debug_report extension 2020-06-21 23:04:51 +02:00
VulkanMemory.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
VulkanMemory.h Also experiment with a "copy shader" that just does raw data manipulation into GPU local memory, then copies to image from there. 2019-09-29 10:39:12 -07:00