gzdoom/wadsrc/static/shaders/glsl
Christoph Oelckers 5638aab63c - fixed: Even though the name REDISALPHA implies otherwise, this render mode still needs to respect a texture's alpha channel to ensure that things get rendered properly. Otherwise the SmoothEdges function cannot be used which is necessary to ensure that filtered textures look correct. 2014-10-26 21:17:29 +01:00
..
burn.fp - swapped order of textures in burn shader to avoid some problems with the texture samplers. 2014-09-09 10:17:44 +02:00
fogboundary.fp - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers. 2014-07-17 02:37:18 +02:00
func_brightmap.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
func_defaultlight.fp shader rework 2014-05-12 14:45:41 +02:00
func_normal.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
func_notexture.fp shader rework 2014-05-12 14:45:41 +02:00
func_warp1.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
func_warp2.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
func_wavex.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_jagged.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_noise.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_smooth.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_smoothnoise.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_smoothtranslucent.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_standard.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
fuzz_swirly.fp - remove use of builtin deprecated varyings in shaders. 2014-07-15 00:19:41 +02:00
main.fp - fixed: Even though the name REDISALPHA implies otherwise, this render mode still needs to respect a texture's alpha channel to ensure that things get rendered properly. Otherwise the SmoothEdges function cannot be used which is necessary to ensure that filtered textures look correct. 2014-10-26 21:17:29 +01:00
main.vp - fixed: The missing fourth component of the texture coordinate must be filled with 1.0, not 0.0 before applying the texture matrix. Not doing so will cancel out the translation part of the matrix. 2014-09-02 10:31:48 +02:00
shaderdefs.i - use the light buffer to handle dynamic lighting. 2014-08-01 20:59:39 +02:00
stencil.fp - all shaders now compile in core profile. 2014-07-15 01:05:53 +02:00