gzdoom/wadsrc/static/shaders/glsl
Christoph Oelckers fd3128a164 - fixed: When changing enhanced nightvision mode the shaders need to have their fixed colormap state reset to ensure that the new settings get used.
- fixed: The shader code for handling special fixed colormaps did not use the color vertex attribute which was most evident with the 'shadow' render style on the spectre.
2014-10-05 09:40:36 +02: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: When changing enhanced nightvision mode the shaders need to have their fixed colormap state reset to ensure that the new settings get used. 2014-10-05 09:40:36 +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