summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/shaders
Commit message (Expand)AuthorAgeFilesLines
* Calculate pixel snap in canvas space instead of world spaceclayjohn2024-10-171-2/+2
* Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-09-171-10/+4
* Add model_normal_matrix for fragment shaderjsjtxietian2024-09-161-0/+10
* Add fixed fog to the sky in the Compatibility rendererclayjohn2024-09-161-2/+35
* Fix undefined `alpha_scissor` in standard shaderjsjtxietian2024-09-161-1/+1
* Increase precision of skeleton transforms in the skeleton shader in the Compa...clayjohn2024-09-161-1/+1
* Merge pull request #94564 from rothej/fix-94183Rémi Verschelde2024-07-231-10/+2
|\
| * Fix FOG shader issue in Compatibility modeJoshua Rothe2024-07-231-10/+2
* | GLES3: Fix directional shadow on Metal ANGLEcosformula2024-07-231-17/+19
|/
* Remove unused flag and codeStuart Carnie2024-06-202-8/+0
* Fix ubo tag placement in canvas.glsl gles3 fragment shaderYuri Rubinsky2024-06-191-2/+4
* Merge pull request #92388 from sunfl0w/fix-compatibility-albedoRémi Verschelde2024-06-141-0/+3
|\
| * Fix albedo value wraparound in Compatibility render modesunfl0w2024-06-131-0/+3
* | Fixed collided 3D GPU particles sometimes jitteringRudolph Bester2024-05-281-6/+8
|/
* Stereo rendering: Fix omni lightsBastiaan Olij2024-05-221-1/+1
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
* fix typo in e41064388e67cc9bec320ee467757089b150bf20 breaking gles3semensanyok2024-05-021-2/+2
* reverted naming to premul alpha (no T)QbieShay2024-05-011-6/+6
* Added premult alpha blending to 3D (spatial) shaders.QbieShay2024-05-011-1/+7
* Fix issue in shadow to opacityBastiaan Olij2024-04-261-9/+2
* Merge pull request #91176 from clayjohn/GL-adjustmentsRémi Verschelde2024-04-265-406/+60
|\
| * Add adjustments and color correction to Compatibility rendererclayjohn2024-04-255-406/+60
* | Merge pull request #90920 from clayjohn/2D-light-cullRémi Verschelde2024-04-261-4/+6
|\ \
| * | Exit light calculation early when pixel outside of light bounding rectangleclayjohn2024-04-191-4/+6
| |/
* / Add LIGHT_VERTEX to fragment shaderRob Blanckaert2024-04-251-0/+14
|/
* Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-093-4/+155
* Merge pull request #88816 from joined72/gles3_gpuparticles2d_fixesRémi Verschelde2024-04-045-63/+80
|\
| * Fix CPU/GPUParticles2D bugs on Compatibility Rendering (GLES3) on Adreno 3XX ...joined722024-04-025-63/+80
* | Use Reverse Z for the depth bufferKhasehemwy2024-04-043-6/+8
* | Merge pull request #89094 from permelin/fix-particle-userdata-gles3Rémi Verschelde2024-03-081-6/+24
|\ \
| * | Fix USERDATA built-ins for GLES3 particle shadersPer Melin2024-03-021-6/+24
| |/
* / Fix rendering issue with depth in WebXRDavid Snopek2024-03-041-3/+1
|/
* Fix Compatibility Rendering (GLES3) on old and low budget devices.Alexander Hartmann2024-02-222-13/+35
* Fix OpenGL on Android after adding optional depth fogDavid Snopek2024-02-211-1/+1
* Change glow calculation back to max(r,g,b)Bastiaan Olij2024-02-211-2/+2
* Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-197-15/+269
* Add optional depth fogEidolon2024-02-171-3/+23
* Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-131-0/+6
* Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-dataRémi Verschelde2024-02-081-11/+34
|\
| * Add custom shader attributes to Canvas Item ShadersGiwayume2024-01-231-11/+34
* | OpenGL: Implement 3D Texture supportAlula2024-02-051-0/+22
* | Merge pull request #87553 from clayjohn/GLES3-shader-compilationRémi Verschelde2024-01-291-1/+1
|\ \
| * | Significantly improve the speed of shader compilation in compatibility backendclayjohn2024-01-241-1/+1
* | | Merge pull request #87386 from clayjohn/GLES3-lightmap-bakeRémi Verschelde2024-01-262-10/+81
|\ \ \
| * | | Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-242-10/+81
| |/ /
* | | Merge pull request #87495 from jsjtxietian/USE_LIGHT_SHADER_CODEYuri Sizov2024-01-251-2/+2
|\ \ \
| * | | Clean up outdated `USE_LIGHT_SHADER_CODE` usagejsjtxietian2024-01-241-2/+2
| |/ /
* | | Merge pull request #87460 from BastiaanOlij/stereo_ivecYuri Sizov2024-01-251-0/+6
|\ \ \ | |/ / |/| |
| * | Add ivec variants to multiview_uv for stereo renderingBastiaan Olij2024-01-231-0/+6
* | | Fix 2D normals for transposed texturekleonc2024-01-151-0/+3
|/ /