1
0
Fork 0
godot/servers/rendering/renderer_rd
Thaddeus Crews 686b56fae9
Merge pull request #106434 from Ivorforce/invert-hashfuncs
Reduce cross project includes by rewriting `HashMapHasherDefault`.
2025-10-06 09:06:37 -05:00
..
effects Move server files into their subfolders 2025-09-30 19:39:39 -07:00
environment Merge pull request #110505 from Calinou/tweak-draw-command-labels 2025-09-30 20:10:37 -05:00
forward_clustered Fix LightmapGI not being correctly applied to objects 2025-10-01 19:18:09 +02:00
forward_mobile Fix LightmapGI not being correctly applied to objects 2025-10-01 19:18:09 +02:00
shaders Optimize vertex shader using mat3x4 to reduce bandwidth, load/store operations and ALUs 2025-09-26 23:20:08 -07:00
spirv-reflect SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
storage_rd Merge pull request #110505 from Calinou/tweak-draw-command-labels 2025-09-30 20:10:37 -05:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
cluster_builder_rd.cpp Rename server "free" functions to "free_rid" to match exposed API 2025-09-30 16:52:25 -07: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 Rename server "free" functions to "free_rid" to match exposed API 2025-09-30 16:52:25 -07: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 Move server files into their subfolders 2025-09-30 19:39:39 -07:00
renderer_canvas_render_rd.cpp Rename server "free" functions to "free_rid" to match exposed API 2025-09-30 16:52:25 -07:00
renderer_canvas_render_rd.h Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 2025-10-05 01:49:11 +02:00
renderer_compositor_rd.cpp Rename server "free" functions to "free_rid" to match exposed API 2025-09-30 16:52:25 -07: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 Merge pull request #110505 from Calinou/tweak-draw-command-labels 2025-09-30 20:10:37 -05:00
renderer_scene_render_rd.h Merge pull request #108636 from clayjohn/MSAA-depth-mobile 2025-09-17 11:34:13 -05:00
shader_rd.cpp Rename server "free" functions to "free_rid" to match exposed API 2025-09-30 16:52:25 -07:00
shader_rd.h Move server files into their subfolders 2025-09-30 19:39:39 -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