Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | Implement DOF blur, Glow, and BCS in GLES2 | clayjohn | |
2018-12-21 | GLES2: Define 'lowp' for OpenGL 2.1 | RĂ©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-16 | Fix highp issue in lens shader on gles2 | Bastiaan Olij | |
2018-10-02 | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij | |