summaryrefslogtreecommitdiff
path: root/drivers/gles2/shaders/lens_distorted.glsl
AgeCommit message (Collapse)Author
2019-09-30Implement DOF blur, Glow, and BCS in GLES2clayjohn
2018-12-21GLES2: Define 'lowp' for OpenGL 2.1RĂ©mi Verschelde
Precision qualifiers are only used on OpenGL ES 2.0 and 3.0, and while OpenGL 3.3 defines them for compatibility (but without practical effect), they're missing from OpenGL 2.1, so we define them to prevent compilation errors. Fixes #24521.
2018-12-16Fix highp issue in lens shader on gles2Bastiaan Olij
2018-10-02Moving lens distortion shader into drivers and adding GLES2 supportBastiaan Olij