gzdoom-gles/wadsrc/static/shaders/glsl
Magnus Norddahl 832e7818c8 - rewrote the blur shader so that it works the same way as the rest 2018-06-12 22:14:44 +02:00
..
bloomcombine.fp Added bloom and tonemap to menus 2016-07-29 21:31:20 +02:00
bloomextract.fp - uniform buffers for the fxaa, blur and bloom shaders 2018-06-11 22:06:46 +02:00
blur.fp - rewrote the blur shader so that it works the same way as the rest 2018-06-12 22:14:44 +02:00
burn.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
colormap.fp - Uniform buffer for colormap shader 2018-06-11 21:03:55 +02:00
depthblur.fp - change ssao pass to use an uniform block 2018-06-11 20:48:43 +02:00
exposureaverage.fp Added exposure pass calculating the bloom/tonemap exposure based on what the eye is seeing 2016-09-22 09:13:32 +02:00
exposurecombine.fp - uniform buffers for the tonemap shaders 2018-06-11 21:18:20 +02:00
exposureextract.fp - uniform buffers for the tonemap shaders 2018-06-11 21:18:20 +02:00
fogboundary.fp Removed unused input from fog boundary fragment program 2017-02-01 10:05:38 +02:00
func_brightmap.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01: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_paletted.fp - added palette shader and fixed a few things. 2018-04-07 12:17:23 +02:00
func_warp1.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
func_warp2.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
func_warp3.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
func_wavex.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_jagged.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_noise.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_smooth.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_smoothnoise.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_smoothtranslucent.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_software.fp Merge branch 'gzdoom' into materials 2018-02-10 00:08:17 +01:00
fuzz_standard.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_swirly.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fxaa.fp - uniform buffers for the fxaa, blur and bloom shaders 2018-06-11 22:06:46 +02:00
lensdistortion.fp - Uniform buffers for lens shader 2018-06-11 20:58:20 +02:00
lineardepth.fp - change ssao pass to use an uniform block 2018-06-11 20:48:43 +02:00
main.fp 2D must consider brightmaps. 2018-04-27 08:59:59 +02:00
main.vp - Fix normal normalize 2017-07-27 22:31:57 +02:00
material_nolight.fp - move material light modes to their own subshader lumps 2018-02-20 00:13:05 +01:00
material_normal.fp - fixed precision issue with dot product. 2018-05-24 20:31:44 +02:00
material_pbr.fp - Fix black pixels when subtractive lights are in range for PBR materials 2018-03-26 00:01:52 +02:00
material_specular.fp - fixed Intel rendering glitch with uDynLightColor 2018-03-12 21:44:55 +01:00
present.fp - uniform buffers for the present and shadowmap shaders 2018-06-11 21:42:09 +02:00
present_checker3d.fp - uniform buffers for the present and shadowmap shaders 2018-06-11 21:42:09 +02:00
present_column3d.fp - uniform buffers for the present and shadowmap shaders 2018-06-11 21:42:09 +02:00
present_row3d.fp - uniform buffers for the present and shadowmap shaders 2018-06-11 21:42:09 +02:00
screenquad.vp Moved state to FGLPostProcessState and merged vertex shaders 2016-08-06 11:51:08 +02:00
screenquadscale.vp - uniform buffers for the present and shadowmap shaders 2018-06-11 21:42:09 +02:00
shadowmap.fp - uniform buffers for the present and shadowmap shaders 2018-06-11 21:42:09 +02:00
ssao.fp - change ssao pass to use an uniform block 2018-06-11 20:48:43 +02:00
ssaocombine.fp - change ssao pass to use an uniform block 2018-06-11 20:48:43 +02:00
stencil.fp Mark portals in scene alpha channel for the SSAO pass 2016-09-25 00:22:31 +02:00
swshader.fp - added a software scene drawer to the GL renderer. 2018-04-07 10:20:59 +02:00
tonemap.fp Added exposure pass calculating the bloom/tonemap exposure based on what the eye is seeing 2016-09-22 09:13:32 +02:00