0ad/source/renderer/backend
Vladislav Belov 7607d6bdd8
Decouples acquire/present from SubmitScheduler
SubmitScheduler doesn't have to know anything about Acquire/Present as
its responsibility to schedule and submit command buffers to a queue.
2026-06-08 18:27:10 +02:00
..
dummy Adds SwapChain as an explicit DeviceObject 2026-06-08 18:26:58 +02:00
gl Adds SwapChain as an explicit DeviceObject 2026-06-08 18:26:58 +02:00
vulkan Decouples acquire/present from SubmitScheduler 2026-06-08 18:27:10 +02:00
Backend.h Removes ARB (legacy OpenGL) backend 2026-02-20 22:07:38 +01:00
Barrier.h Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00
CompareOp.cpp Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00
CompareOp.h Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00
Format.h Adds floating point textures to backends 2026-04-29 19:25:11 +02:00
IBuffer.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IDevice.h Adds SwapChain as an explicit DeviceObject 2026-06-08 18:26:58 +02:00
IDeviceCommandContext.h Adds SwapChain as an explicit DeviceObject 2026-06-08 18:26:58 +02: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 Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00
IShaderProgram.h Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00
ISwapChain.h Adds SwapChain as an explicit DeviceObject 2026-06-08 18:26:58 +02:00
ITexture.h Fixes #8057 by properly initializing atlas texture. 2025-09-17 14:31:16 +02:00
PipelineState.cpp Fix some includes in source/renderer 2025-07-12 12:19:41 +02:00
PipelineState.h Fix some includes in source/renderer 2025-07-07 17:45:54 +02: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 Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00