summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/shaders
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-2/+2
|\
| * Merge pull request #99220 from Flarkk/fix_sss_reverse_zThaddeus Crews2024-11-271-2/+2
| |\
| | * Fix SSS with reverse-zFlorent Guiocheau2024-11-261-2/+2
* | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-267-63/+57
|\| |
| * | Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-223-3/+0
| |\ \
| | * | Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-223-3/+0
| * | | Mask out shadows on CanvasItems that don't have a matching item_shadow_maskclayjohn2024-11-212-49/+46
| |/ /
| * | Merge pull request #94981 from Chaosus/shader_fix_screen_uv_in_spatial_lightThaddeus Crews2024-11-213-11/+11
| |\ \
| | * | Allow `SCREEN_UV` to be used in light function of spatial shaderChaosus2024-11-193-11/+11
* | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-2/+2
|\| | |
| * | | Unify y-flip behavior for sky in RD backendsclayjohn2024-11-191-2/+2
| |/ /
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-7/+7
|\| |
| * | Normalize normal tangent and binormal before interpolating in the mobile rend...clayjohn2024-11-131-7/+7
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-065-257/+203
|\| |
| * | Merge pull request #98701 from DarioSamo/rd-graph-improvementsThaddeus Crews2024-11-041-4/+1
| |\ \
| | * | Add dependency detection improvements to the render graph.Dario2024-11-011-4/+1
| * | | Add multiple specialization constants to Forward+ and Mobile.Dario2024-11-044-253/+202
| |/ /
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-305-26/+45
|\| |
| * | 2D: Fix various issues and minor performance optimisationsStuart Carnie2024-10-302-10/+6
| * | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-2/+16
| |\ \
| | * | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-2/+16
| * | | Fix soft shadows by increasing the bit count for specialization constants.Dario2024-10-282-14/+23
| | |/ | |/|
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\| |
| * | Merge pull request #98226 from m-pranav-r/fix-volumetric-shadowsThaddeus Crews2024-10-211-0/+1
| |\ \
| | * | Fix incorrect depth comparison used to calculate volumetric fog shadowingm-pranav-r2024-10-161-0/+1
| | |/
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-5/+1
|\| |
| * | Move preprocessor to end of line for iterator, remove redeclaration incompati...EnlightenedOne2024-10-141-5/+1
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-027-224/+403
* Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
* Merge pull request #83360 from ywmaa/vertex_shadingRémi Verschelde2024-09-293-186/+412
|\
| * Implement vertex shadingywmaa2024-09-293-186/+412
* | Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-271-5/+5
|/
* Merge pull request #97428 from clayjohn/shadow-filter-jitter-rebaseRémi Verschelde2024-09-264-42/+42
|\
| * Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-244-42/+42
* | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-262-5/+9
|\ \
| * | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-252-5/+9
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-256-0/+6
|/ /
* / Fix incorrect Reinhard tonemap operatorRie2024-09-251-2/+6
|/
* Calculate pixel snap in canvas space instead of world spaceclayjohn2024-09-201-2/+2
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-206-23/+27
* 2D: Add batching to RendererCanvasRenderRDStuart Carnie2024-09-122-47/+72
* LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-052-19/+18
* Merge pull request #86809 from clayjohn/TAA-disocclusionRémi Verschelde2024-09-031-1/+3
|\
| * Tune TAA disocclusion scale to avoid rejecting all samples during motion.clayjohn2024-01-041-1/+3
* | Merge pull request #96426 from clayjohn/RD-reflection-probe-roughnessRémi Verschelde2024-09-031-1/+1
|\ \
| * | Use non-linear mapping for ReflectionProbe mip levels to match skyclayjohn2024-09-011-1/+1
* | | Merge pull request #93448 from clayjohn/transmittance-fixesRémi Verschelde2024-09-032-28/+36
|\ \ \ | |/ / |/| |
| * | Various fixes for transmittance effectclayjohn2024-06-212-28/+36
* | | Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-272-0/+4