0ad/source/renderer/backend
Vladislav Belov dba968013f
Fixes Vulkan device selection.
According to #6936 some lower devices (especially virtual ones) might
report more memory than regular ones. So we can't use the memory
amount as a score for now.
2024-12-16 23:18:20 +01:00
..
dummy Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
gl Update trac links with gitea links 2024-12-10 11:29:48 +01:00
vulkan Fixes Vulkan device selection. 2024-12-16 23:18:20 +01:00
Backend.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Barrier.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
CompareOp.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CompareOp.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Format.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IBuffer.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IDevice.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IDeviceCommandContext.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IDeviceObject.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
IFramebuffer.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
IShaderProgram.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ITexture.h Adds compute shaders support and scaling with FSR. 2024-01-17 19:40:27 +00:00
PipelineState.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
PipelineState.h Adds compute shaders support and scaling with FSR. 2024-01-17 19:40:27 +00:00
Sampler.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Sampler.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00