summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/shaders
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/ /
* | Merge pull request #84733 from clayjohn/GL-CanvasGroup-performanceRémi Verschelde2024-01-081-2/+3
|\ \
| * | Only copy the relevant portion of the screen when copying to backbuffer in Co...clayjohn2023-11-111-2/+3
* | | Merge pull request #85837 from akien-mga/clang-format-16Rémi Verschelde2024-01-051-2/+1
|\ \ \ | |_|/ |/| |
| * | Style: Mark clang-format 16 as supported for pre-commit hookRémi Verschelde2023-12-061-2/+1
* | | OpenGL: Implement rendering of lightmapsDavid Snopek2023-12-041-3/+100
|/ /
* | Merge pull request #84416 from jsjtxietian/shadow_disabledRémi Verschelde2023-12-041-5/+13
|\ \
| * | Add shadows_disabled macro in Compatibility rendererjsjtxietian2023-11-071-5/+13
| |/
* / Automatically ensure correct normals in Compatibility rendererBlueCube33102023-10-221-1/+12
|/
* Remove PSSM Fademrjustaguy2023-10-131-7/+0
* Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-1/+4
* Only perform modelview transform on tangent and binormal when vertex shader i...clayjohn2023-10-051-2/+1
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-27/+52
* Implement 3D shadows in the GL Compatibility rendererclayjohn2023-09-282-43/+514
* Merge pull request #81160 from paddy-exe/canvas-uv-world-spaceRémi Verschelde2023-09-191-1/+5
|\
| * Add option to use world coordinates in canvas item shaderPatrick2023-08-301-1/+5
* | Merge pull request #81315 from conorlawton/z-billboard-y-velocity-no-scaleRémi Verschelde2023-09-081-4/+3
|\ \
| * | Fixed z-billboard-y-velocity to correctly respect non-uniform scale instead o...Conor Lawton2023-09-081-4/+3
| |/
* / Implement render mode fog_disabled and BaseMaterial3D setting Disable FogMilan Gruner2023-09-051-1/+8
|/
* Add option to enable HDR rendering in 2Dclayjohn2023-08-071-1/+1
* Fix use of discard in shadersClay2023-07-241-10/+8
* Merge pull request #77740 from ChibiDenDen/simplify_vulkanYuri Sizov2023-07-121-6/+6
|\
| * replace sampler arrays with constant sampler elementsChibiDenDen2023-06-221-6/+6
* | Use Gaussian approximation for backbuffer mipmaps in GL Compatibility rendererclayjohn2023-06-121-2/+37
* | Merge pull request #76977 from manueldun/light-shader-builtinsRémi Verschelde2023-06-091-0/+4
|\ \