summaryrefslogtreecommitdiffstats
path: root/scene/3d/lightmap_gi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+2
|\
| * Add lightmap bake cancellingBad Sector2024-11-211-0/+2
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-4/+2
|\|
| * Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-141-4/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-73/+91
|\|
| * Merge pull request #98289 from BlueCube3310/lightmap-clenaupThaddeus Crews2024-10-291-73/+91
| |\
| | * LightmapGI: Clean up and improve lightmap atlas storageBlueCube33102024-10-181-73/+91
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-9/+6
|\| |
| * | Fix unreachable code in `lightmap_gi.cpp`A Thousand Ships2024-10-151-9/+6
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Check RenderingDevice availability to display LightmapGI configuration warningsHugo Locurcio2024-09-281-2/+11
* Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-081-1/+1
|\
| * Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-0/+19
|/
* Merge pull request #95000 from Calinou/lightmapgi-environment-fix-custom-rota...Rémi Verschelde2024-08-161-0/+1
|\
| * Fix LightmapGI not taking environment sky rotation into account when bakingHugo Locurcio2024-08-051-0/+1
* | Merge pull request #83497 from grenappels/probe_distance_fixRémi Verschelde2024-08-161-1/+1
|\ \ | |/ |/|
| * fix to ensure generated light probes do not get placed too close to manual li...Kyle Appelgate2023-10-171-1/+1
* | Fix newly baked lightmap can't override previously baked at same pathjsjtxietian2024-07-231-1/+1
* | Lightmapper: Prevent infinite loop when blitting lightmaps into an atlasBlueCube33102024-07-131-1/+5
* | Add denoiser range property for LightmapGIlandervr2024-05-151-1/+16
* | LightmapGI: Reduce warnings and increase probe accuracyPer Melin2024-04-151-9/+50
* | Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* | Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* | Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-1/+1
* | Add texel_scale property to LightmapGIMarcin Nowak2024-01-041-5/+18
* | OpenGL: Implement rendering of lightmapsDavid Snopek2023-12-041-1/+1
* | Merge pull request #77788 from gongpha/stop-posting-about-(re)importing-asset...Rémi Verschelde2023-10-261-93/+114
|\ \
| * | Avoid reimporting lightmap textures every getter callKongfa Waroros2023-10-221-93/+114
| |/
* / Fix LightmapGI taking editor-only and sky-only lights into accountHugo Locurcio2023-10-231-1/+9
|/
* Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CP...Dario2023-10-131-9/+37
* Merge pull request #81659 from DarioSamo/nlm-denoiserYuri Sizov2023-09-271-1/+17
|\
| * Replace OIDN denoiser with a JNLM denoiser compute shader implementation.Dario2023-09-251-1/+17
* | Merge pull request #81545 from bitsawer/fix_lightmap_gridmap_bakeRémi Verschelde2023-09-261-1/+1
|\ \ | |/ |/|
| * Fix LightmapGI baking with GridMapbitsawer2023-09-111-1/+1
* | Propagate error correctly when max texture size for lightmaps is too small.Dario2023-09-111-1/+4
|/
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-0/+11
* Set Default compression to VRAM uncompressed for LightmapGIclayjohn2023-02-111-1/+2
* Merge pull request #63251 from SaracenOne/disable_data_generation_on_foreign_...Rémi Verschelde2023-01-231-0/+2
|\
| * Disable navmesh, lightmap, and VoxelGI generation on foreign dataSaracenOne2023-01-061-0/+2
* | Use range iterators in LocalVector loopskobewi2023-01-211-10/+9
* | Enforce a default minimum lightmap size hint sizeclayjohn2023-01-131-1/+9
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Make some Image methods statickobewi2022-10-141-6/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-17/+17
* Merge pull request #65807 from clayjohn/light-units-bugRémi Verschelde2022-09-291-3/+12
|\