summaryrefslogtreecommitdiffstats
path: root/modules/lightmapper_rd
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-4/+3
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-4/+3
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-262-12/+104
|\|
| * Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-221-1/+0
| |\
| | * Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-221-1/+0
| * | Add lightmap bake cancellingBad Sector2024-11-211-11/+104
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
|/
* Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\
| * CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-053-1/+64
* Metal: enable for betsy and lightmapper modulesStuart Carnie2024-08-311-2/+11
* Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-1/+1
|\
| * Fix typosRedMser2024-07-171-1/+1
* | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-253-13/+36
|\ \
| * | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-213-13/+36
* | | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+3
* | | Antialias direct light samples in LightmapperRDclayjohn2024-08-192-41/+106
|/ /
* / Lightmapper: Prevent infinite loop when blitting lightmaps into an atlasBlueCube33102024-07-131-3/+11
|/
* Lightmapper: Ensure the atlas is big enough to fit padded UV mapsBlueCube33102024-07-111-1/+1
* Fix lightmapper seam blendingpassivestar2024-05-151-0/+1
* Add denoiser range property for LightmapGIlandervr2024-05-153-12/+15
* LightmapGI: Fix seam blending with directional lightmapsBlueCube33102024-04-181-1/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-2/+52
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
* Do not use a linear sampler on lightmapper when retrieving grid data.Dario2024-01-261-1/+3
* Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-1/+1
* Merge pull request #86730 from reduz/64-bit-cowdataRémi Verschelde2024-01-191-1/+1
|\
| * Promote CowData to 64 bitsJuan Linietsky2024-01-191-1/+1
* | Merge pull request #86583 from reduz/lightmapper-dda-fixRémi Verschelde2024-01-111-1/+10
|\ \ | |/ |/|
| * Tiny fix for lightmapper DDAJuan Linietsky2024-01-101-1/+10
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-081-2/+2
* | Merge pull request #86555 from RandomShaper/fix_warnRémi Verschelde2024-01-041-1/+1
|\ \
| * | Fix warning in MSVCPedro J. Estébanez2023-12-271-1/+1
| |/
* | Merge pull request #84800 from gshadows/fix_options_rangeRémi Verschelde2024-01-031-11/+11
|\ \
| * | Fix unlimited project option ranges that could cause crashes.G-Shadow2023-12-221-11/+11
| |/
* / Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-11/+11
|/
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-2/+2
* Optimize lightmapper using triangle clusters on the acceleration structure.Dario2023-10-134-75/+288
* Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CP...Dario2023-10-135-505/+502
* Re-add optional OIDN denoise as an external executable.bruvzg2023-10-113-2/+160
* Fix trace_ray() function in the lightmapper missing hits with large triangles.Dario2023-10-091-0/+8
* Merge pull request #82533 from DarioSamo/no-dilate-before-denoiseRémi Verschelde2023-09-291-14/+6
|\
| * Make the lightmapper not dilate before denoising.Dario2023-09-291-14/+6
* | Disable `lightmapper_rd` module in non-editor builds (and in Android editor)Hugo Locurcio2023-09-292-2/+1
|/
* Replace OIDN denoiser with a JNLM denoiser compute shader implementation.Dario2023-09-253-39/+271
* Fix directional LightmapGI being too dark with static lightsHugo Locurcio2023-09-211-1/+1
* Add half-pixel offset to lightmapper rasterization.Dario2023-09-181-6/+10