summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/light_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+17
|\
| * Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-241-0/+17
| |\
| | * Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-121-0/+17
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Fixed OpenGL shadow textures not honoring texture type when reusing texturesRudolph Bester2024-09-031-0/+5
* | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+3
|/
* Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-091-19/+474
* Fix OpenGL: _shadow_atlas_find_shadow: Condition "!sli" is true.ArthasMenethil2024-04-051-1/+5
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-4/+4
* Fix never ending loop with overlapping probesBastiaan Olij2024-03-051-0/+4
* Consistently use system_fbo instead of binding 0 as it is needed for iOS devicesclayjohn2024-02-251-2/+2
* Add a reflection mask to the reflection probes.Marcel Offermans2024-01-201-0/+7
* Fix radiance for sky in GLES stereo renderingBastiaan Olij2023-12-121-0/+1
* OpenGL: Implement rendering of lightmapsDavid Snopek2023-12-041-8/+110
* Fix compatibility shadow size not being initialisedBastiaan Olij2023-10-111-0/+6
* Implement 3D shadows in the GL Compatibility rendererclayjohn2023-09-281-5/+471
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-24/+24
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-100/+0
* Initialize light intensity parameter before use.Bram Stolk2023-05-111-0/+1
* Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn2023-02-061-0/+7
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup and improve sky renderBastiaan Olij2022-12-231-0/+4
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-0/+131
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-1/+8
* Add a per-light volumetric fog energy propertyHugo Locurcio2022-08-301-1/+1
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Add a shadow opacity property to Light3DHugo Locurcio2022-08-071-0/+1
* Split dependency logicBastiaan Olij2022-06-281-10/+110
* Add LightStorage functions to GLES3 rendererclayjohn2022-04-281-39/+202
* Move light, reflection probe and lightmap into LightStorageBastiaan Olij2022-04-171-0/+316