summaryrefslogtreecommitdiffstats
path: root/modules/lightmapper_rd/lm_compute.glsl
Commit message (Expand)AuthorAgeFilesLines
* CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-1/+26
* Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-251-10/+20
|\
| * Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-211-10/+20
* | Antialias direct light samples in LightmapperRDclayjohn2024-08-191-38/+102
|/
* Add denoiser range property for LightmapGIlandervr2024-05-151-2/+3
* Do not use a linear sampler on lightmapper when retrieving grid data.Dario2024-01-261-1/+3
* Tiny fix for lightmapper DDAJuan Linietsky2024-01-101-1/+10
* Optimize lightmapper using triangle clusters on the acceleration structure.Dario2023-10-131-46/+103
* Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CP...Dario2023-10-131-323/+311
* Fix trace_ray() function in the lightmapper missing hits with large triangles.Dario2023-10-091-0/+8
* Replace OIDN denoiser with a JNLM denoiser compute shader implementation.Dario2023-09-251-1/+164
* Fix directional LightmapGI being too dark with static lightsHugo Locurcio2023-09-211-1/+1
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+2
* add support for soft shadows to the lightmapperPriyansh Rathi2022-06-241-19/+67
* RendererRD: Remove binding specifier for push constantsRémi Verschelde2022-02-111-1/+1
* GPULightmapper: better algorithm to generate rays for indirect lightingWilliam Deurwaarder2021-11-191-12/+34
* GPULightmapper: increase ray triangle hit rateWilliam Deurwaarder2021-10-151-1/+2
* Merge pull request #53744 from williamd67/GPULightmapper-prevent-endless-loopRémi Verschelde2021-10-131-1/+1
|\
| * GPULightmapper: prevent loop with max iterationsWilliam Deurwaarder2021-10-121-1/+1
* | GPULightmapper: process rays to sky in all bounces as activeWilliam Deurwaarder2021-10-121-10/+12
|/
* GPULightmapper exclude back-face triangles while calculating bouncesWilliam Deurwaarder2021-09-141-36/+37
* GPULightmapper's triangles and their bounding box will be in-syncWilliam Deurwaarder2021-09-111-6/+7
* Assorted fixes to UV unwrapping and GPU lightmapperjfons2021-05-031-8/+13
* Refactor GLSL shader compilationreduz2021-04-141-1/+1
* Invert spotlight angle attenuationjfons2021-02-071-4/+7
* Change the light attenuation formulas.reduz2021-01-051-1/+10
* GLSL: Change shader type specifier from [vertex] to #[vertex]Rémi Verschelde2020-05-181-15/+7
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* New lightmapperJuan Linietsky2020-05-101-0/+657