mame/hlsl
Westley M. Martinez 0b6f935443 Implement new phosphor shader.
hlsl/phosphor.fx: Make changes to the pixel shader.  New
uniforms: Mode, Tau, Beta, Gamma.  Remove Phosphor.  Mode selects the
mode for phosphor simulation: off (no decay), exponential, inverse
power.  Tau is the time constant for exp. decay.  Beta and Gamma are
constants for inv-pow.

	src/osd/modules/render/d3d/d3dhlsl.cpp: Provide uniforms and add
sliders for new options.

	src/osd/modules/render/d3d/d3dhlsl.h: (BP) Provide new options.

	src/osd/windows/winmain.cpp: (BP) Provide new options.

	src/osd/windows/winmain.h: (BP) Provide new options.
2016-12-29 14:57:28 -08:00
..
bloom.fx - already fixed scanline issue also applied for swapped orientation (nw) 2016-08-13 20:30:56 +02:00
color.fx Cleanup (nw) 2015-12-31 16:32:35 +01:00
deconverge.fx Refactoring of render targes and vector texture coordinates 2016-03-12 16:03:28 +01:00
distortion.fx Disabled clearing of render targets in several passes (HLSL) 2016-10-22 22:56:16 +02:00
downsample.fx Removed hacks for vector screens from shaders (nw) 2016-04-13 19:21:57 +02:00
focus.fx Reduced defocus effect to one pass (HLSL/BGFX) 2016-10-22 22:56:16 +02:00
ntsc.fx Get NTSC working in both bgfx and d3d, nw 2016-03-29 01:56:37 +02:00
phosphor.fx Implement new phosphor shader. 2016-12-29 14:57:28 -08:00
post.fx Disabled clearing of render targets in several passes (HLSL) 2016-10-22 22:56:16 +02:00
prescale.fx Fixed several small issues in HLSL/BGFX 2016-09-28 15:30:43 +02:00
primary.fx Fixed several small issues in HLSL/BGFX 2016-09-28 15:30:43 +02:00
vector.fx Fixed several small issues in HLSL/BGFX 2016-09-28 15:30:43 +02:00