summaryrefslogtreecommitdiffstats
path: root/modules/lightmapper_rd/lightmapper_rd.cpp
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-261-11/+104
|\|
| * Add lightmap bake cancellingBad Sector2024-11-211-11/+104
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-0/+37
* 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-251-2/+15
|\ \
| * | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-211-2/+15
* | | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+3
* | | Antialias direct light samples in LightmapperRDclayjohn2024-08-191-3/+4
|/ /
* / 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-151-6/+7
* 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
* Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-1/+1
* Promote CowData to 64 bitsJuan Linietsky2024-01-191-1/+1
* 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
* | 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-131-26/+148
* Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CP...Dario2023-10-131-156/+134
* Re-add optional OIDN denoise as an external executable.bruvzg2023-10-111-2/+154
* Make the lightmapper not dilate before denoising.Dario2023-09-291-14/+6
* Replace OIDN denoiser with a JNLM denoiser compute shader implementation.Dario2023-09-251-37/+95
* Add half-pixel offset to lightmapper rasterization.Dario2023-09-181-6/+10
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make some Image methods statickobewi2022-10-141-41/+15
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-1/+5
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-2/+2
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-3/+3
* add support for soft shadows to the lightmapperPriyansh Rathi2022-06-241-21/+24
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-9/+9
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-14/+15
* Change some math macros to constexprkobewi2022-03-091-2/+2
* Add a UniformSet cachereduz2022-03-061-34/+34
* Use fill() to fill an entire image instead of setting pixels individually.Anilforextra2022-01-081-5/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* GPULightmapper: execute dilate also after denoiseWilliam Deurwaarder2021-10-161-0/+8