1
0
Fork 0
godot/servers/rendering
Thaddeus Crews b3af0f641a
Merge pull request #114821 from rsanchezsaez/apple/override-improvements
AppleEmbedded: `renderer_compositor_rd.h` override improvements
2026-01-26 15:01:37 -06:00
..
dummy Fix setting mesh blend shape properties in dummy mesh storage 2025-12-26 12:44:22 -08:00
environment Move server files into their subfolders 2025-09-30 19:39:39 -07:00
renderer_rd Merge pull request #114821 from rsanchezsaez/apple/override-improvements 2026-01-26 15:01:37 -06:00
storage Change `environment_get_glow_hdr_bleed_threshold` error handling to use default value. 2025-12-04 17:42:46 -05:00
SCsub
instance_uniforms.cpp
instance_uniforms.h
multi_uma_buffer.h 2D: Switch to VBOs for instance data 2025-11-15 06:25:49 +11:00
renderer_canvas_cull.cpp FTI - Optimize non-interpolated 2D items 2025-10-03 08:38:46 +01:00
renderer_canvas_cull.h Merge pull request #85080 from Cykyrios/draw-ellipse 2025-09-23 12:08:51 -05:00
renderer_canvas_render.cpp
renderer_canvas_render.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
renderer_compositor.cpp Add Stretch Modes for Splash Screen 2025-10-21 18:20:44 -04:00
renderer_compositor.h Add Stretch Modes for Splash Screen 2025-10-21 18:20:44 -04:00
renderer_geometry_instance.cpp
renderer_geometry_instance.h
renderer_scene_cull.cpp Rewrite Radiance and Reflection probes to use Octahedral maps. 2025-12-02 17:48:12 -08:00
renderer_scene_cull.h Add `agx_white`, `agx_contrast` and HDR support to the AgX tonemapper. 2025-12-03 09:01:39 -05:00
renderer_scene_occlusion_cull.cpp Merge pull request #107839 from Rudolph-B/Occlusion-Culling-Optimization 2025-10-03 12:01:13 -05:00
renderer_scene_occlusion_cull.h Merge pull request #107839 from Rudolph-B/Occlusion-Culling-Optimization 2025-10-03 12:01:13 -05:00
renderer_scene_render.cpp Add `agx_white`, `agx_contrast` and HDR support to the AgX tonemapper. 2025-12-03 09:01:39 -05:00
renderer_scene_render.h Add `agx_white`, `agx_contrast` and HDR support to the AgX tonemapper. 2025-12-03 09:01:39 -05:00
renderer_viewport.cpp Make all unsupported renderer message features consistently warnings 2025-12-01 17:38:12 +01:00
renderer_viewport.h More XR disable for Viewport and export. 2025-10-06 20:15:07 +03:00
rendering_context_driver.cpp
rendering_context_driver.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
rendering_device.compat.inc
rendering_device.cpp Fix stale reference bug in FramebufferCache. 2026-01-23 10:43:09 -03:00
rendering_device.h Fix stale reference bug in FramebufferCache. 2026-01-23 10:43:09 -03:00
rendering_device_binds.cpp
rendering_device_binds.h 2D: Switch to VBOs for instance data 2025-11-15 06:25:49 +11:00
rendering_device_commons.cpp Clear depth stencil textures on first use if the RDD requires it. 2025-12-15 18:34:43 +03:00
rendering_device_commons.h Clear depth stencil textures on first use if the RDD requires it. 2025-12-15 18:34:43 +03:00
rendering_device_driver.cpp Move D3D12's automatic texture clears to RenderingDevice. 2025-11-25 09:34:38 -03:00
rendering_device_driver.h Clear depth stencil textures on first use if the RDD requires it. 2025-12-15 18:34:43 +03:00
rendering_device_graph.cpp Fix buffers in D3D12 not getting cleared with the right usage. 2026-01-15 14:50:51 +03:00
rendering_device_graph.h Clear depth stencil textures on first use if the RDD requires it. 2025-12-15 18:34:43 +03:00
rendering_light_culler.cpp CI: Bump `clang-format` and `clang-tidy` versions 2025-12-13 09:55:14 -06:00
rendering_light_culler.h
rendering_method.h Add `agx_white`, `agx_contrast` and HDR support to the AgX tonemapper. 2025-12-03 09:01:39 -05:00
rendering_server.compat.inc Move server files into their subfolders 2025-09-30 19:39:39 -07:00
rendering_server.cpp Add `agx_white`, `agx_contrast` and HDR support to the AgX tonemapper. 2025-12-03 09:01:39 -05:00
rendering_server.h Add `agx_white`, `agx_contrast` and HDR support to the AgX tonemapper. 2025-12-03 09:01:39 -05:00
rendering_server_constants.h
rendering_server_default.cpp Add some important profiling hooks. 2025-11-08 00:08:48 +01:00
rendering_server_default.h CommandQueueMT: Make re-entrant again + Fix multiple flushers case 2025-12-09 16:09:08 +01:00
rendering_server_globals.h
rendering_shader_container.cpp Metal: Stable argument buffers; GPU rendering crashes; visionOS exports 2025-10-28 08:45:26 +11:00
rendering_shader_container.h Metal: Stable argument buffers; GPU rendering crashes; visionOS exports 2025-10-28 08:45:26 +11:00
rendering_shader_library.h Add missing includes 2025-10-26 18:25:17 -04:00
shader_compiler.cpp Add compatibility handler to RADIANCE in sky shaders since the type was changed. 2026-01-08 16:19:38 -08:00
shader_compiler.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
shader_include_db.cpp
shader_include_db.h
shader_language.cpp Add compatibility handler to RADIANCE in sky shaders since the type was changed. 2026-01-08 16:19:38 -08:00
shader_language.h Fix ternary expression for structs in shaders 2025-10-05 14:47:16 +03:00
shader_preprocessor.cpp
shader_preprocessor.h
shader_types.cpp Apply fixed size properly for mono/stereo rendering. 2026-01-20 23:19:45 +11:00
shader_types.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
shader_warnings.cpp Replace `std::size` usage with `std_size` to avoid `<iterator>` include. 2025-10-05 00:26:11 +02:00
shader_warnings.h