godot/drivers/gles2/shaders
Rémi Verschelde f5f565e3e4 GLES2: Ensure extension checks for texture2DLod
In canvas.glsl and scene.glsl, we were using texel2DFetch from stdlib.glsl,
which uses texture2DLod. In both cases, the stdlib.glsl include came before
the define of texture2DLod.

Might fix issues for drivers that don't support GL_EXT_shader_texture_lod.
2019-03-11 19:34:31 +01:00
..
blend_shape.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
canvas_shadow.glsl Explicitly use floating point numbers in the our shaders 2019-02-24 23:35:10 +00:00
canvas.glsl GLES2: Ensure extension checks for texture2DLod 2019-03-11 19:34:31 +01:00
copy.glsl Ensure WebGL uses highp by default, and fix some wrong mediump usages. Fixes #22962. 2019-01-24 18:58:42 -03:00
cube_to_dp.glsl GLES2: Define 'lowp' for OpenGL 2.1 2018-12-21 15:14:58 +01:00
cubemap_filter.glsl GLES2: Ensure extension checks for texture2DLod 2019-03-11 19:34:31 +01:00
effect_blur.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
exposure.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
lens_distorted.glsl GLES2: Define 'lowp' for OpenGL 2.1 2018-12-21 15:14:58 +01:00
particles.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
resolve.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
scene.glsl GLES2: Ensure extension checks for texture2DLod 2019-03-11 19:34:31 +01:00
screen_space_reflection.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
SCsub Support lights and shadows in GLES2, fixes #21853 2018-12-20 10:10:30 -03:00
ssao_blur.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
ssao_minify.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
ssao.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
stdlib.glsl GLES2: Ensure extension checks for texture2DLod 2019-03-11 19:34:31 +01:00
subsurf_scattering.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
tonemap.glsl Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00