godot/drivers/gles2
Pedro J. Estébanez 11815a23dc Fix GLES2 automatic texture lookup in canvas
After this change the color will only be fetched if the shader code doesn't use it explicitly, to match the GLES3 behaviour.

Fixes #23179.
2018-10-28 02:37:34 +01:00
..
shaders Fix GLES2 automatic texture lookup in canvas 2018-10-28 02:37:34 +01:00
rasterizer_canvas_gles2.cpp Add some limits on the Editor Settings 2018-10-24 19:46:33 -05:00
rasterizer_canvas_gles2.h Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
rasterizer_gles2.cpp Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
rasterizer_gles2.h Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
rasterizer_scene_gles2.cpp Merge pull request #22779 from Superwaitsum/LimitSettings 2018-10-25 11:38:06 +02:00
rasterizer_scene_gles2.h Implemented FOG support in GLES2. 2018-10-02 18:53:16 -03:00
rasterizer_storage_gles2.cpp Merge pull request #22455 from Calinou/reverse-cull-face-update-light 2018-10-02 15:23:24 +02:00
rasterizer_storage_gles2.h Removed duplication of include(s): 2018-10-13 20:25:34 +07:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
shader_compiler_gles2.cpp Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. 2018-09-29 13:49:34 -03:00
shader_compiler_gles2.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shader_gles2.cpp Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
shader_gles2.h Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00