0ad/source/renderer/backend
Vladislav Belov 0432b86de7
Removes ARB (legacy OpenGL) backend
ARB is a legacy backend which uses old assembly shaders. It makes
writing shaders more complex. According to the stats
https://feedback.wildfiregames.com we small amount of players with
ARB.

Fixes #8533
2026-02-20 22:07:38 +01:00
..
dummy Removes ARBShader capability 2025-10-14 13:04:16 +02:00
gl Removes ARB (legacy OpenGL) backend 2026-02-20 22:07:38 +01:00
vulkan Remove Script::CreateArray 2026-02-08 19:27:50 +01: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 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 Removes ARBShader capability 2025-10-14 13:04:16 +02:00
IDeviceCommandContext.h Remove custom span and use std::span 2025-08-24 11:09:57 +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
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