summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/shaders
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-221-1/+0
|\
| * Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-221-1/+0
* | Mask out shadows on CanvasItems that don't have a matching item_shadow_maskclayjohn2024-11-212-39/+43
|/
* Allow `SCREEN_UV` to be used in light function of spatial shaderChaosus2024-11-191-11/+11
* Reduce shader permutations in the compatibility backendclayjohn2024-11-152-10/+7
* Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-042-0/+40
|\
| * Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-302-0/+40
* | Revert "Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+Angle"clayjohn2024-10-291-16/+24
* | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-071-0/+2
|\ \ | |/ |/|
| * Implement instance uniforms in Compatibility rendererclayjohn2024-09-101-0/+2
* | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
* | Implement vertex shadingywmaa2024-09-291-10/+279
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-252-0/+2
* | Fix incorrect Reinhard tonemap operatorRie2024-09-251-2/+6
* | Calculate pixel snap in canvas space instead of world spaceclayjohn2024-09-201-2/+2
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-2/+0
|/
* LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-9/+9
* Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+AngleMarius Hanl2024-09-011-10/+8
* Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-271-0/+2
* Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-251-10/+4
|\
| * Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-211-10/+4
* | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-201-0/+78
|\ \
| * | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+78
* | | Merge pull request #86000 from jsjtxietian/add-missing-model_normal_matrixRémi Verschelde2024-08-201-0/+10
|\ \ \ | |_|/ |/| |
| * | Add model_normal_matrix for fragment shaderjsjtxietian2024-08-201-0/+10
* | | Merge pull request #95662 from clayjohn/GLES3-sky-fogRémi Verschelde2024-08-191-2/+35
|\ \ \
| * | | Add fixed fog to the sky in the Compatibility rendererclayjohn2024-08-171-2/+35
* | | | Merge pull request #92213 from clayjohn/ambient-disabledRémi Verschelde2024-08-191-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Disable all sources of ambient light when `ambient_light_disabled` render mod...clayjohn2024-05-211-9/+8
* | | | Merge pull request #95536 from jsjtxietian/rename-alpha-scissorRémi Verschelde2024-08-161-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix undefined `alpha_scissor` in standard shaderjsjtxietian2024-08-151-1/+1
| | |/ | |/|
* / | Increase precision of skeleton transforms in the skeleton shader in the Compa...clayjohn2024-08-121-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
| |/