shaderpatch: remove old obsolete stuff from template

This commit is contained in:
somewhatlurker
2020-11-20 14:52:50 +11:00
parent f005d9bc10
commit 40af307467
@@ -54,15 +54,6 @@ hair_npr1.*=cfg:toon_hair_improve||from:MUL spec.x, tmp.x, 0.7;||to:MUL spec.x,
tone_map_npr1.*=cfg:toon_lines_improve||from:MUL density.y, density.y, 0.25;||to:MUL density.y, density.y, <val1>;
tone_map_npr1.*=cfg:toon_lines_improve||from:MAD density.w, density.x, 0.7, 0.25;||to:MAD density.w, density.x, <val2>, <val3>;
# Intel/AMD related patches
(?:movie|sprite|imgfilter).*=cfg:intel||from:; ||to:;\n
(?:movie|sprite|imgfilter).*=cfg:intel||from:(?:RET|TXL|NRM|OPTION NV_fragment|PARAM p_charfragment.color|ATTRIB).*?||to:##
(?:movie|sprite|imgfilter).*=cfg:intel||from:(?:SHORT |LONG ).*?||to:
.*sprite.100.fp.*=cfg:intel||from:MUL result.color, col1, fragment.color;||to:##MUL result.color, col1, fragment.color;
(?:movie|sprite|imgfilter).*=cfg:amd||from:PARAM p_charfragment.color||to:##
(?:movie|sprite|imgfilter).*=cfg:amd||from:!!NVfp4.0||to:!!ARBfp1.0
(?:movie|sprite|imgfilter).*=cfg:amd||from:POW||to:##POW
# Debug patches:
# Nametags
# Adds comments with the shader file name to the shader text. Useful for debugging issues