1
0
forked from 0ad/0ad
0ad/source/renderer
2022-02-25 06:59:57 +00:00
..
backend Uses triangles for drawing lines in CCanvas2D. 2022-02-25 06:59:57 +00:00
scripting Adds render debug modes. 2021-11-12 11:22:18 +00:00
AlphaMapCalculator.cpp Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
AlphaMapCalculator.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
BlendShapes.h fix relics of GPL comment insertion (removing empty description comments and in some cases adding new file descriptions) 2009-05-03 11:47:38 +00:00
DebugRenderer.cpp Replaces GL_QUADS by GL_TRIANGLES for drawing overlays and debug frustums. 2022-02-22 18:41:31 +00:00
DebugRenderer.h Moves depth and stencil tests to PipelineState and DeviceCommandContext. 2022-02-01 16:38:55 +00:00
DecalRData.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
DecalRData.h Moves blend state management to DeviceCommandContext. Fixes #6420 2022-01-19 17:28:47 +00:00
HWLightingModelRenderer.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
HWLightingModelRenderer.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
InstancingModelRenderer.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
InstancingModelRenderer.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
MikktspaceWrap.cpp Reduces the number of possible allocations for models with multiple UV sets during loading. 2021-09-03 20:11:52 +00:00
MikktspaceWrap.h Removes unused forward declarations of class and struct. 2021-09-08 19:43:01 +00:00
ModelRenderer.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
ModelRenderer.h Moves blend state management to DeviceCommandContext. Fixes #6420 2022-01-19 17:28:47 +00:00
ModelVertexRenderer.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
OverlayRenderer.cpp Replaces GL_QUADS by GL_TRIANGLES for drawing overlays and debug frustums. 2022-02-22 18:41:31 +00:00
OverlayRenderer.h Fixes not drawing brushes under water when refractions are enabled. 2022-02-19 15:44:32 +00:00
ParticleRenderer.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
ParticleRenderer.h Moves blend state management to DeviceCommandContext. Fixes #6420 2022-01-19 17:28:47 +00:00
PatchRData.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
PatchRData.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
PostprocManager.cpp Adds debug labels to backend framebuffers. 2022-02-18 23:00:11 +00:00
PostprocManager.h Moves backend capabilities to CDevice. 2022-02-13 21:46:03 +00:00
Renderer.cpp Adds GPU scoped labels for console, logger and profiler. 2022-02-20 21:55:29 +00:00
Renderer.h Moves backend capabilities to CDevice. 2022-02-13 21:46:03 +00:00
RenderingOptions.cpp Moves backend capabilities to CDevice. 2022-02-13 21:46:03 +00:00
RenderingOptions.h Moves backend capabilities to CDevice. 2022-02-13 21:46:03 +00:00
RenderModifiers.cpp Splits CRenderer part about scene to CSceneRenderer. 2022-01-04 13:29:01 +00:00
RenderModifiers.h Removes unused forward declarations of class and struct. 2021-09-08 19:43:01 +00:00
Scene.cpp Moves partially MiniMap texture rendering into a separate object. 2021-06-01 18:55:35 +00:00
Scene.h Moves partially MiniMap texture rendering into a separate object. 2021-06-01 18:55:35 +00:00
SceneRenderer.cpp Fixes not drawing brushes under water when refractions are enabled. 2022-02-19 15:44:32 +00:00
SceneRenderer.h Moves framebuffer management to CDeviceCommandContext. 2022-02-05 16:59:23 +00:00
ShadowMap.cpp Moves max texture size to backend device capabilities. 2022-02-18 23:17:48 +00:00
ShadowMap.h Moves blend state management to DeviceCommandContext. Fixes #6420 2022-01-19 17:28:47 +00:00
SilhouetteRenderer.cpp Moves color mask, depth mask and function management from CShaderPass to DeviceCommandContext. 2022-01-31 20:10:06 +00:00
SilhouetteRenderer.h Moves blend state management to DeviceCommandContext. Fixes #6420 2022-01-19 17:28:47 +00:00
SkyManager.cpp Moves dynamic geometry for rendering sky to static vertex buffer. 2022-02-19 20:07:55 +00:00
SkyManager.h Moves dynamic geometry for rendering sky to static vertex buffer. 2022-02-19 20:07:55 +00:00
TerrainOverlay.cpp Fixes not drawing brushes under water when refractions are enabled. 2022-02-19 15:44:32 +00:00
TerrainOverlay.h Moves culling mode and front face state management to DeviceCommandContext. 2022-01-27 17:25:37 +00:00
TerrainRenderer.cpp Moves GL debug information toggle to run-time to make it easier to test after release. 2022-02-18 22:38:45 +00:00
TerrainRenderer.h Moves culling mode and front face state management to DeviceCommandContext. 2022-01-27 17:25:37 +00:00
TexturedLineRData.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
TexturedLineRData.h Moves texture management to CDeviceCommandContext, adds quality options. 2022-02-13 19:30:28 +00:00
TimeManager.cpp Removes unused header dependencies from CTimeManager. 2021-04-14 22:14:37 +00:00
TimeManager.h Removes unused header dependencies from CTimeManager. 2021-04-14 22:14:37 +00:00
VertexArray.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
VertexArray.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
VertexBuffer.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
VertexBuffer.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
VertexBufferManager.cpp Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
VertexBufferManager.h Moves GL vertex and index buffer management to CDeviceCommandContext. 2022-02-18 17:33:12 +00:00
WaterManager.cpp Adds debug labels to backend framebuffers. 2022-02-18 23:00:11 +00:00
WaterManager.h Moves framebuffer management to CDeviceCommandContext. 2022-02-05 16:59:23 +00:00