0ad/source/renderer/backend/vulkan
2023-03-14 20:21:53 +00:00
..
Buffer.cpp Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
Buffer.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
DescriptorManager.cpp Fixes descriptor set overwrite when multiple textures reference it with delayed deletion. Fixes #6717 2023-01-30 21:23:44 +00:00
DescriptorManager.h Fixes descriptor set overwrite when multiple textures reference it with delayed deletion. Fixes #6717 2023-01-30 21:23:44 +00:00
Device.cpp Fixes the property name of available devices in a Vulkan report. 2023-03-14 20:21:53 +00:00
Device.h Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
DeviceCommandContext.cpp Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
DeviceCommandContext.h Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
DeviceForward.h Moves Backend enum from CVideoMode to backends. 2022-10-25 22:45:54 +00:00
DeviceSelection.cpp Makes Vulkan device selection stop searching after a first suitable queue family. 2023-01-31 17:01:47 +00:00
DeviceSelection.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
Framebuffer.cpp Creates image views for Vulkan textures only when needed. 2023-01-26 21:38:39 +00:00
Framebuffer.h Fixes StaticVector size type warning inside Vulkan CDeviceCommandContext. 2023-01-12 06:40:42 +00:00
Mapping.cpp Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
Mapping.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
PipelineState.cpp Fixes silhouettes on Vulkan by using VkStencilOpState. 2023-01-11 16:22:09 +00:00
PipelineState.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
RenderPassManager.cpp Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
RenderPassManager.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
RingCommandContext.cpp Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
RingCommandContext.h Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
SamplerManager.cpp Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
SamplerManager.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
ShaderProgram.cpp Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
ShaderProgram.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
SubmitScheduler.cpp Fixes overflow of inplace vertex and index Vulkan buffers. 2023-02-01 22:09:25 +00:00
SubmitScheduler.h Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
SwapChain.cpp Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
SwapChain.h Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
Texture.cpp Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
Texture.h Implements framebuffer readback for Vulkan to allow screenshots. 2023-02-17 17:36:10 +00:00
Utilities.cpp Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
Utilities.h Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
VMA.cpp Adds Vulkan backend. 2023-01-10 20:22:20 +00:00
VMA.h Switches VMA to Vulkan 1.1. 2023-03-11 19:12:54 +00:00