ES-DE/resources/shaders/glsl
Leon Styhre 63af859618 Modernized the OpenGL renderer and replaced most fixed function pipeline code with shaders.
Also greatly improved the shader post processing performance and added component dimming support.
2022-03-11 23:17:04 +01:00
..
bgra_to_rgba.glsl Added opacity support to the BGRA to RGBA shader. 2022-02-12 17:40:25 +01:00
blur_horizontal.glsl Code formatted the blur GLSL shaders. 2022-02-15 22:17:24 +01:00
blur_vertical.glsl Code formatted the blur GLSL shaders. 2022-02-15 22:17:24 +01:00
core.glsl Modernized the OpenGL renderer and replaced most fixed function pipeline code with shaders. 2022-03-11 23:17:04 +01:00
desaturate.glsl Standardized the header section of the GLSL files and shell scripts. 2021-05-14 18:52:38 +02:00
dim.glsl Standardized the header section of the GLSL files and shell scripts. 2021-05-14 18:52:38 +02:00
opacity.glsl Standardized the header section of the GLSL files and shell scripts. 2021-05-14 18:52:38 +02:00
scanlines.glsl Added opacity support to the scanline shader. 2022-02-15 22:13:11 +01:00