summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders/canvas.glsl
AgeCommit message (Expand)Author
2022-05-11SkyShaders workingclayjohn
2022-04-28Merge pull request #60503 from clayjohn/OPENGL-3DRémi Verschelde
2022-04-26Overhaul GLES3: Add basis for 3D renderer, overhaul materials and texturesclayjohn
2022-04-22Implement Label3D node.bruvzg
2022-03-18Rename several transform built-ins in shadersYuri Roubinsky
2022-01-11New OpenGL batching canvas rendererclayjohn
2022-01-11WIP New GLES3 Shader Compilerreduz
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-01-03Merge pull request #34551 from MadEqua/fix-light-with-skeletonRémi Verschelde
2020-01-01Fix wrong return typeTritium Oxide
2020-01-01GLES3: Fix false positive in ninepatch axis stretch codeRémi Verschelde
2019-12-23Fix 2D lighting when using skeleton.Bruno Lourenço
2019-12-10Add a default POINT_SIZEclayjohn
2019-10-09Merge pull request #32170 from puthre/ninepatch-fixRémi Verschelde
2019-10-07GLES3 Fixes for ninepatch margins when patch size is smaller than the patch t...Valentin Zagura
2019-09-06Create shadow_vec for altering shadow computationazagaya
2019-07-28update algorithm about paking float to vec4 to fix shadow shift and change rg...RaphaelHunter
2019-06-03added MultiMeshInstance2D node for using MultiMesh in 2Dclayjohn
2019-03-04fixed pixel snap precision artifactclayjohn
2019-02-24Explicitly use floating point numbers in the our shadersHein-Pieter van Braam
2019-02-21Revert back to ignoring LIGHT_VEC for 2D shadowsJFonS
2019-02-10Make LIGHT_VEC affect 2D shadows againJFonS
2018-12-13fixed uv missing in vertex shader of canvas.QbieShay
2018-11-28Fix style issues and signature mismatchRémi Verschelde
2018-11-27NORMALMAP was not working (no normal being used detected), fixes #9263Juan Linietsky
2018-11-13Make 2D particles work OOTB (again)JFonS
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
2018-10-02GLES2: Implement pixel snap 2D optionRémi Verschelde
2018-09-18Fix lighting of rotated particles in 2DJFonS
2018-08-27Style: Enable clang-format on GLSL shadersRémi Verschelde
2018-08-24Style: Fix code formatting in GLES3 shadersRémi Verschelde
2018-07-05Move light 2D rotation to vertex shaderJFonS
2018-07-04Fix regression of 2D light heightJFonS
2018-06-19Fix rotation of 2D lightsJFonS
2018-05-04Skeletal deform workingJuan Linietsky
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-04-13Fixes canvas light shaders.Pieter-Jan Briers
2018-01-12Set correct types on a couple variables inside the canvas.glslMrCdK
2018-01-02Some fixes to improve precision and speed on Android. Fixes precision issues ...Juan Linietsky
2017-12-19Fix pixel snap not being used in 3.0Guilherme Silva
2017-11-12remove half_texpixel in canvas since no longer usedJuan Linietsky
2017-11-11Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ...Nathan Warden
2017-09-29Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky
2017-09-06Fix frame selection in 2D particles, closes #10668Juan Linietsky
2017-09-04Don't compare float to intHenrik Andersson
2017-09-01add shadow_filter variant PCF7letheed
2017-08-31Merge pull request #10417 from bojidar-bg/x-fix-tilemap-transposeRémi Verschelde
2017-08-29Implement texture UV transpose in the gles3 rendererBojidar Marinov
2017-08-25fix shadow filter pcf5 implemented as pcf7letheed