.. |
DebugVisVulkan.cpp
|
Remove the old allocator visualizer. Keep the setting but hide it. Other feedback
|
2021-11-23 08:55:12 +01:00 |
DebugVisVulkan.h
|
VK: Whenever safely possible, shrink the render area.
|
2020-10-11 23:23:25 +02:00 |
DrawEngineVulkan.cpp
|
Add a flags parameter to InvalidateCachedState and rename it Invalidate.
|
2022-12-01 19:15:38 +01:00 |
DrawEngineVulkan.h
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
FramebufferManagerVulkan.cpp
|
Fix deferred-depth for bezier/spline. Move updating of last_frame_depth_render to GPUCommon.
|
2022-08-20 08:29:33 +02:00 |
FramebufferManagerVulkan.h
|
Use subpass dependencies to implement shader framebuffer read in Vulkan.
|
2022-09-16 19:19:42 +02:00 |
GPU_Vulkan.cpp
|
Remove some unused/unnecessary code
|
2022-12-03 12:05:10 +01:00 |
GPU_Vulkan.h
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
PipelineManagerVulkan.cpp
|
Vulkan: Track pipeline desc using a refcount.
|
2022-12-03 14:52:06 -08:00 |
PipelineManagerVulkan.h
|
Vulkan: Track pipeline desc using a refcount.
|
2022-12-03 14:52:06 -08:00 |
ShaderManagerVulkan.cpp
|
Bump shader cache versions before release, just to be safe.
|
2022-12-13 08:45:20 +01:00 |
ShaderManagerVulkan.h
|
GPU: Purify vertTypeIsSkinningEnabled().
|
2022-11-06 08:40:54 -08:00 |
StateMappingVulkan.cpp
|
Vulkan: Correct alpha in Adreno workaround.
|
2022-11-12 17:41:48 -08:00 |
StateMappingVulkan.h
|
Vulkan is strict about scissor rect, so let's clamp centrally.
|
2021-12-08 22:38:01 +01:00 |
TextureCacheVulkan.cpp
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
TextureCacheVulkan.h
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
VulkanUtil.cpp
|
GPU: Cleanup some bounds checks, assignments.
|
2022-12-03 07:17:12 -08:00 |
VulkanUtil.h
|
Vulkan: Reserve descriptor set 0 for frame-global data, move everything else to set 1
|
2022-10-28 09:39:56 +02:00 |