summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders
AgeCommit message (Expand)Author
2018-09-29Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders.Juan Linietsky
2018-09-23Fix build after 65fd37c1, using Math_PIRémi Verschelde
2018-09-23-Rewrote GLES2 lighting and shadows and optimized state changes, did many opt...Juan Linietsky
2018-09-18Fix lighting of rotated particles in 2DJFonS
2018-09-12Misc. typosluz.paz
2018-08-27fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ...alex-poe
2018-08-27Style: Enable clang-format on GLSL shadersRémi Verschelde
2018-08-24Fix generation of env map, closes #18880Juan Linietsky
2018-08-24Style: Fix code formatting in GLES3 shadersRémi Verschelde
2018-08-12Fix handling of normals that approach 1Nick Hahn
2018-08-07Tweak the default SpatialMaterial propertiesHugo Locurcio
2018-07-22transmission was broken, fix was made. Also fixed treshold.Juan Linietsky
2018-07-22Fix opaque pre pass not casting shadowsJuan Linietsky
2018-07-17Add disable ambient light flag to shaders and materialsAlex Roman
2018-07-12reformatted and restructured tonemap.glslalex-poe
2018-07-11added 'whitepoint' to ACES tonemappingalex-2b17x4
2018-07-05Move light 2D rotation to vertex shaderJFonS
2018-07-04Fix regression of 2D light heightJFonS
2018-07-04Merge pull request #19807 from JFonS/fix_light_vec_rotationRémi Verschelde
2018-07-04Merge pull request #19786 from JFonS/correct_normal_scalingRémi Verschelde
2018-07-02Added ability for SSAO to affect AO textures tooJuan Linietsky
2018-06-21Add render mode to ensure correct normals when using non-uniform scalingJFonS
2018-06-19Fix rotation of 2D lightsJFonS
2018-05-07Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky
2018-05-06Added option to viewport to keep linear colorBastiaan Olij
2018-05-04Skeletal deform workingJuan Linietsky
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-04-13Fixes canvas light shaders.Pieter-Jan Briers
2018-03-29Added flag on SpatialMaterial to disable shadowsJFonS
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-15Fix copy shader in GLSL ES 3.0Leon Krause
2018-01-13Merge pull request #15636 from mrcdk/fix_canvas_lightRémi Verschelde
2018-01-12Set correct types on a couple variables inside the canvas.glslMrCdK
2018-01-11Fixed graphic artifact caused by anisotropic filterAndreaCatania
2018-01-10Clamp blend to fix screen space reflectionsBastiaan Olij
2018-01-09Fix shader compile error on Androidvolzhs
2018-01-06properly blend interior and exterior ambient in reflection probes, fixes #14695Juan Linietsky
2018-01-06Use better initialization value for normalmap, fixes #14720Juan Linietsky
2018-01-05Fix dual paraboloid shadow maps, closes #14487Juan Linietsky
2018-01-05Fixed GIProbe blending, closes #15164Juan Linietsky
2018-01-02Some fixes to improve precision and speed on Android. Fixes precision issues ...Juan Linietsky
2017-12-26Merge pull request #14796 from AlmightyScientist/issue-14552Juan Linietsky
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky
2017-12-21Change skeleton processing to work on global coordinates, should help fix man...Juan Linietsky
2017-12-19Fix pixel snap not being used in 3.0Guilherme Silva
2017-12-18Shader Language: Fix Vertex Lighting artifacts.Enzo Nocera
2017-12-14-Add lightmapperJuan Linietsky
2017-12-10Fix usage of signed type in skeleton shaderRémi Verschelde
2017-12-09Merge pull request #13424 from MillionOstrich/particles-pause-fixRémi Verschelde
2017-12-08After a lot of trial and error, i think rim lighting implementation is now pe...Juan Linietsky