summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/shaders/sky.glsl
Commit message (Expand)AuthorAgeFilesLines
* Reduce shader permutations in the compatibility backendclayjohn2024-11-151-4/+2
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-2/+0
* Add fixed fog to the sky in the Compatibility rendererclayjohn2024-08-171-2/+35
* Stereo rendering: Fix omni lightsBastiaan Olij2024-05-221-1/+1
* Add adjustments and color correction to Compatibility rendererclayjohn2024-04-251-8/+0
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-2/+4
* Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-191-3/+7
* replace sampler arrays with constant sampler elementsChibiDenDen2023-06-221-6/+6
* Fix the grainy sky while using debandingmightygoat2023-04-151-1/+1
* Fix wobbly sky in stereoscopic OpenGLBastiaan Olij2023-02-211-6/+4
* Fix sky rendering with multiview in OpenGLDavid Snopek2023-01-311-0/+38
* Move debanding into internal sky shader code so that it is applied after ever...clayjohn2022-09-131-0/+13
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+3
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-2/+2
* Add basic lighting to GLES3 renderer.clayjohn2022-05-161-17/+18
* Basic 3D renderingclayjohn2022-05-121-32/+9
* SkyShaders workingclayjohn2022-05-111-24/+35
* Overhaul GLES3: Add basis for 3D renderer, overhaul materials and texturesclayjohn2022-04-261-0/+179