.. |
thin3d_vulkan.cpp
|
Remove accidental enabling of Mali driver workaround on other GPUs.
|
2024-05-12 00:08:33 +02:00 |
VulkanAlloc.h
|
More integration, use VMA in VulkanTexture
|
2021-11-22 18:54:09 +01:00 |
VulkanBarrier.cpp
|
Optimize some barrier flags down to what's actually necessary.
|
2024-04-08 09:03:04 +02:00 |
VulkanBarrier.h
|
Vulkan: Optimize away a barrier in case of no depth buffer
|
2024-04-07 21:43:06 +02:00 |
VulkanContext.cpp
|
Add a workaround and an assert, trying to fix #18982
|
2024-04-29 13:32:26 +02:00 |
VulkanContext.h
|
Minor cleanup
|
2024-04-06 17:03:40 +02:00 |
VulkanDebug.cpp
|
More cleanup
|
2024-04-06 17:03:40 +02:00 |
VulkanDebug.h
|
Vulkan validation layers: Cap outputting the same message at 10 times.
|
2022-12-29 00:39:59 +01:00 |
VulkanDescSet.cpp
|
Better version.
|
2023-10-12 23:33:54 +02:00 |
VulkanDescSet.h
|
GameInfo: Try to reduce the locking a bit.
|
2024-01-18 22:52:56 +01:00 |
VulkanFramebuffer.cpp
|
Vulkan: Fix function loading regression affecting MSAA
|
2024-04-05 17:28:37 +02:00 |
VulkanFramebuffer.h
|
Vulkan MSAA: Avoid creating backbuffer renderpasses with the wrong sample count, oops
|
2024-01-17 21:41:04 +01:00 |
VulkanFrameData.cpp
|
Improve assert, cleanup
|
2024-02-01 16:33:01 +01:00 |
VulkanFrameData.h
|
Some renaming, add a bunch of sanity debug-asserts
|
2024-01-30 11:14:21 +01:00 |
VulkanImage.cpp
|
Switch away from TransitionImageLayout2
|
2024-04-06 17:12:32 +02:00 |
VulkanImage.h
|
Switch away from TransitionImageLayout2
|
2024-04-06 17:12:32 +02:00 |
VulkanLoader.cpp
|
macOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
|
2024-05-08 12:21:47 -04:00 |
VulkanLoader.h
|
Vulkan: Fix function loading regression affecting MSAA
|
2024-04-05 17:28:37 +02:00 |
VulkanMemory.cpp
|
Back out clearly inconsequential/useless .reserve() calls
|
2023-12-29 08:27:56 +01:00 |
VulkanMemory.h
|
Remove VulkanPushBuffer (keeping our newer replacement VulkanPushPool)
|
2023-10-11 09:06:24 +02: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
|
Vulkan: Add a missing barrier that got lost in the refactor
|
2024-04-08 09:00:44 +02:00 |
VulkanQueueRunner.h
|
Delete now-unused code
|
2024-04-07 21:25:04 +02:00 |
VulkanRenderManager.cpp
|
Try to resolve another race condition. Improve an assert.
|
2024-02-03 10:54:16 +01:00 |
VulkanRenderManager.h
|
Fix an issue when bringin up the dev menu with transparent background disabled
|
2024-05-11 21:28:26 +02:00 |