gzdoom-gles/wadsrc/static/shaders/glsl
Christoph Oelckers b96dd6c421 - 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
..
burn.fp - all shaders now compile in core profile. 2014-07-15 01:05:53 +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 - use the light buffer to handle dynamic lighting. 2014-08-01 20:59:39 +02: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