summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/light_storage.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-11/+11
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-11/+11
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+3
|\|
| * Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-241-0/+3
| |\
| | * Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-121-0/+3
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Add support for compiling with VS clang-cl toolsetAlula2024-08-281-1/+1
* | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+1
|/
* Merge pull request #89729 from jitspoe/master.shadow_distance_fade_optimizationRémi Verschelde2024-04-101-0/+23
|\
| * Shadow fade for omni lights actually stops the shadow from updating while fad...jitspoe2024-03-251-0/+23
* | Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-091-0/+77
|/
* Fix never ending loop with overlapping probesBastiaan Olij2024-03-051-0/+1
* Consistently use system_fbo instead of binding 0 as it is needed for iOS devicesclayjohn2024-02-251-1/+1
* Add a reflection mask to the reflection probes.Marcel Offermans2024-01-201-0/+2
* OpenGL: Implement rendering of lightmapsDavid Snopek2023-12-041-0/+13
* Implement 3D shadows in the GL Compatibility rendererclayjohn2023-09-281-23/+378
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-7/+2
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-9/+9
* (Re-)Implemented Light3D's property "shadow_reverse_cull_face"Markus Grafen2023-05-191-0/+7
* Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn2023-02-061-7/+1
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-3/+3
* fix ReflectionProbe rendering extents for (10,10,10)jainl28patel2023-01-241-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup and improve sky renderBastiaan Olij2022-12-231-0/+1
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-0/+90
* Fix Vulkan: SpotLight3D's and OmniLight3D's Projector doesn't workTobias Widner2022-09-191-1/+2
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+6
* Add a per-light volumetric fog energy propertyHugo Locurcio2022-08-301-7/+0
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-2/+2
* Split dependency logicBastiaan Olij2022-06-281-4/+21
* Add LightStorage functions to GLES3 rendererclayjohn2022-04-281-8/+184
* Move light, reflection probe and lightmap into LightStorageBastiaan Olij2022-04-171-0/+154