aboutsummaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky2018-05-071-0/+6
|\
| * Added flag on SpatialMaterial to disable shadowsJFonS2018-03-291-0/+6
* | Added option to viewport to keep linear colorBastiaan Olij2018-05-061-0/+4
* | Skeletal deform workingJuan Linietsky2018-05-041-31/+33
* | Skeleton for 2D WIPJuan Linietsky2018-05-031-1/+55
* | Fixes canvas light shaders.Pieter-Jan Briers2018-04-131-25/+34
|/
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Fix copy shader in GLSL ES 3.0Leon Krause2018-01-151-1/+1
* Merge pull request #15636 from mrcdk/fix_canvas_lightRémi Verschelde2018-01-131-1/+1
|\
| * Set correct types on a couple variables inside the canvas.glslMrCdK2018-01-121-1/+1
* | Fixed graphic artifact caused by anisotropic filterAndreaCatania2018-01-111-2/+2
* | Clamp blend to fix screen space reflectionsBastiaan Olij2018-01-101-2/+2
* | Fix shader compile error on Androidvolzhs2018-01-091-1/+1
|/
* properly blend interior and exterior ambient in reflection probes, fixes #14695Juan Linietsky2018-01-061-1/+1
* Use better initialization value for normalmap, fixes #14720Juan Linietsky2018-01-061-1/+1
* Fix dual paraboloid shadow maps, closes #14487Juan Linietsky2018-01-051-2/+1
* Fixed GIProbe blending, closes #15164Juan Linietsky2018-01-051-3/+3
* Some fixes to improve precision and speed on Android. Fixes precision issues ...Juan Linietsky2018-01-021-2/+2
* Merge pull request #14796 from AlmightyScientist/issue-14552Juan Linietsky2017-12-261-1/+1
|\
| * Shader Language: Fix Vertex Lighting artifacts.Enzo Nocera2017-12-181-1/+1
* | Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky2017-12-261-1/+1
* | Change skeleton processing to work on global coordinates, should help fix man...Juan Linietsky2017-12-211-47/+45
* | Fix pixel snap not being used in 3.0Guilherme Silva2017-12-191-1/+1
|/
* -Add lightmapperJuan Linietsky2017-12-141-12/+64
* Fix usage of signed type in skeleton shaderRémi Verschelde2017-12-101-5/+7
* Merge pull request #13424 from MillionOstrich/particles-pause-fixRémi Verschelde2017-12-091-1/+1
|\
| * Stop particles resetting on pause.MillionOstrich2017-11-301-1/+1
* | After a lot of trial and error, i think rim lighting implementation is now pe...Juan Linietsky2017-12-081-6/+8
* | Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky2017-12-071-1/+1
* | Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky2017-12-061-1/+1
* | Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde2017-12-031-1/+3
* | Properly take into consideration that VERTEX must be written to in opaque pre...Juan Linietsky2017-12-011-0/+2
|/
* Merge pull request #13290 from Chaosus/projectionfixRémi Verschelde2017-11-261-5/+0
|\
| * Fixed invalid transform when skip_vertex_transform usedChaosus2017-11-261-5/+0
* | Fix shader compilation fail on Androidvolzhs2017-11-271-2/+2
|/
* -Fixed height fog (was broken)Juan Linietsky2017-11-251-1/+1
* remove half_texpixel in canvas since no longer usedJuan Linietsky2017-11-121-1/+0
* Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ...Nathan Warden2017-11-111-1/+1
* Add viewport to the other SceneData struct.Ferenc Arn2017-10-301-0/+1
* Merge pull request #12288 from tagcup/expose_viewport_sizeJuan Linietsky2017-10-301-0/+2
|\
| * Expose VIEWPORT_SIZE in shader language.Ferenc Arn2017-10-261-0/+2
* | Revert "Rename Schlick GGX to GGX."Rémi Verschelde2017-10-231-3/+3
* | Partially undo #11807.Ferenc Arn2017-10-221-2/+2
* | Many fixes to SSAO, should be good now.Juan Linietsky2017-10-222-11/+33
* | Merge pull request #12297 from tagcup/clearcoat_fixRémi Verschelde2017-10-221-4/+6
|\ \
| * | Don't add clearcoat BRDF to specular light as-is.Ferenc Arn2017-10-211-4/+6
| |/
* / Rename Schlick GGX to GGX.Ferenc Arn2017-10-211-3/+3
|/
* Corrections to #11807.Ferenc Arn2017-10-211-9/+9
* Merge pull request #11807 from tagcup/roughness_metallic_limiting_casesJuan Linietsky2017-10-211-48/+51
|\
| * Fix the condition when specular light calculation is avoided (should be rough...Ferenc Arn2017-10-111-48/+51