godot/servers/rendering/renderer_rd
2025-10-08 02:04:05 +02:00
..
effects Revert "SCons: Add CPPEXTPATH for external includes" 2025-10-08 02:04:05 +02:00
environment Move check for sky cubemap array back into the SkyRD initializer so it is set before being used. 2025-09-22 08:31:06 -05:00
forward_clustered Fix LightmapGI not being correctly applied to objects 2025-10-06 10:36:14 -05:00
forward_mobile Fix LightmapGI not being correctly applied to objects 2025-10-06 10:36:14 -05:00
shaders Increase precision of SpotLight attenuation calculation to avoid driver bug on Intel devices 2025-09-16 09:56:48 -05:00
spirv-reflect SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
storage_rd Handle the case where VRS is a two byte per pixel format when creating default VRS texture 2025-08-26 12:22:23 -07:00
cluster_builder_rd.cpp Remove selective shader baking. 2025-07-23 23:02:43 +03:00
cluster_builder_rd.h [macOS] Selectively bake "no image atomics" shader variants. 2025-07-12 21:05:48 +03:00
framebuffer_cache_rd.cpp Implement hooks into renderer 2024-02-18 21:54:21 +11:00
framebuffer_cache_rd.h Use idiomatic templating vargs in a few places to reduce code. 2025-06-08 12:24:07 +02:00
pipeline_cache_rd.cpp Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
pipeline_cache_rd.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
pipeline_hash_map_rd.h Fix Invalid Task ID error spam in PipelineHashMapRD. 2025-03-12 19:59:13 +02:00
renderer_canvas_render_rd.cpp Use Span<uint8_t> in RenderingDevice allocation APIs to avoid intermediary arrays on calls. 2025-06-18 12:31:48 +02:00
renderer_canvas_render_rd.h Add shader baker to project exporter. 2025-05-27 12:45:27 -03:00
renderer_compositor_rd.cpp Move check for sky cubemap array back into the SkyRD initializer so it is set before being used. 2025-09-22 08:31:06 -05:00
renderer_compositor_rd.h Always perform color correction and debanding on nonlinear sRGB values. 2025-07-08 13:44:53 -04:00
renderer_scene_render_rd.cpp Disable unsupported SSR, SSS, DoF on transparent viewports 2025-09-30 11:36:16 -05:00
renderer_scene_render_rd.h Add debanding to SMAA and apply debanding before spatial upscalers. 2025-08-25 16:55:36 -04:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
shader_rd.cpp Merge pull request #110025 from DarioSamo/fix-shader-debug-info-take-two 2025-09-01 19:37:27 -07:00
shader_rd.h Avoid attempting to load from shader cache when both the user-dir and res-dir are invalid 2025-09-01 12:25:23 -07:00
uniform_set_cache_rd.cpp Optimize RenderForwardClustered::_setup_render_pass_uniform_set by reducing Vector allocations during push_back operations 2024-12-02 15:03:50 +01:00
uniform_set_cache_rd.h Use idiomatic templating vargs in a few places to reduce code. 2025-06-08 12:24:07 +02:00