1
0
Fork 0
godot/servers/rendering/renderer_rd/shaders
Allen Pestaluky 77ddaaaa91 Fix AgX sigmoid contrast curve approximation
This changes the polynomial function so that a lower input always results in a lower output and vice-versa. Additionally, the new function returns a value that is much closer to 1.0 when given an input of 1.0.
2025-01-10 18:17:38 -05:00
..
effects Fix AgX sigmoid contrast curve approximation 2025-01-10 18:17:38 -05:00
environment Style: Enable clang-format's `InsertBraces` config 2025-01-09 16:46:51 +01:00
forward_clustered Style: Enable clang-format's `InsertBraces` config 2025-01-09 16:46:51 +01:00
forward_mobile Style: Enable clang-format's `InsertBraces` config 2025-01-09 16:46:51 +01:00
SCsub Adding ability to include build-in include files (precursor to custom shader templates) 2024-11-24 08:47:45 +11:00
blit.glsl Add Swappy & Pre-Transformed Swapchain 2024-10-28 18:55:37 -03:00
canvas.glsl Remove positional light mask from directional lights in Canvas Item shaders. 2024-12-12 00:20:07 -08:00
canvas_occlusion.glsl Optimize PointLight2D shadow rendering by reducing draw calls and RD state changes. 2024-12-17 07:41:09 -08:00
canvas_sdf.glsl
canvas_uniforms_inc.glsl Implement 2D instance shader parameters 2024-12-17 23:59:16 +01:00
cluster_data_inc.glsl
cluster_debug.glsl
cluster_render.glsl
cluster_store.glsl
decal_data_inc.glsl Style: Add 19.1.0 LLVM options to `.clang-format` 2024-11-22 09:24:32 -06:00
giprobe_write.glsl
light_data_inc.glsl ReflectionProbe add Blend Distance 2024-12-05 23:29:47 +01:00
particles.glsl Style: Apply new `clang-format` changes 2024-09-20 08:09:48 -05:00
particles_copy.glsl
samplers_inc.glsl Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
scene_data_inc.glsl Jitter shadow map dithering pattern across frames when TAA is enabled 2024-09-24 15:52:07 -07:00
scene_forward_aa_inc.glsl
scene_forward_gi_inc.glsl
scene_forward_lights_inc.glsl Fix various typos 2025-01-08 14:47:42 +02:00
scene_forward_vertex_lights_inc.glsl Implement vertex shading 2024-09-29 00:36:09 +02:00
skeleton.glsl