summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/shaders
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Unify y-flip behavior for sky in RD backendsclayjohn2024-11-191-2/+2
|/
* Normalize normal tangent and binormal before interpolating in the mobile rend...clayjohn2024-11-131-7/+7
* 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
|/
* 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 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
| |/
* / Move preprocessor to end of line for iterator, remove redeclaration incompati...EnlightenedOne2024-10-141-5/+1
|/
* 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
* | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-252-21/+8
|\ \ \
| * | | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-212-21/+8
* | | | LightmapGI: Fix shader data alignment after #89919BlueCube33102024-08-211-1/+1
* | | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-203-15/+15
* | | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-204-12/+171
|\ \ \ \
| * | | | Implement support for bicubic lightmap filteringBlueCube33102024-08-194-12/+171
* | | | | Merge pull request #86000 from jsjtxietian/add-missing-model_normal_matrixRémi Verschelde2024-08-202-0/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add model_normal_matrix for fragment shaderjsjtxietian2024-08-202-0/+14
* | | | | Merge pull request #95662 from clayjohn/GLES3-sky-fogRémi Verschelde2024-08-191-4/+4
|\ \ \ \ \
| * | | | | Add fixed fog to the sky in the Compatibility rendererclayjohn2024-08-171-4/+4
* | | | | | Merge pull request #92213 from clayjohn/ambient-disabledRémi Verschelde2024-08-192-18/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |