summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-19 19:14:20 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-19 19:14:20 +0000
commitcfd6731fa859c73c9a00defc70112592035da7f9 (patch)
treed4cb2b4f05b66d9e1d621b2e2b98be6f3d88d409 /.gitattributes
parent545a7e58c00c113af22f2d73825d91baa4cfdb90 (diff)
HLSL Post-Processing Updates: [Ryan Holtz, Bat Country Entertainment, cgwg]
- The defocus pass is now switched off when defocus_x and defocus_y are zero, allowing finer-grained performance tuning. - Removed YIQ convolution from the main color-convolution shader and replaced it with a full composite encode/decode pass. This is slower, but looks amazing(ly like a terrible TV) and can be turned off. - More authentic NTSC dot crawl and bandwidth limiting.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 29894327687..754c9fbb3b9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -18,6 +18,8 @@ hlsl/phosphor.fx svneol=native#text/plain
hlsl/pincushion.fx svneol=native#text/plain
hlsl/post.fx svneol=native#text/plain
hlsl/primary.fx svneol=native#text/plain
+hlsl/yiq_decode.fx svneol=native#text/plain
+hlsl/yiq_encode.fx svneol=native#text/plain
/makefile svneol=native#text/plain
src/build/build.mak svneol=native#text/plain
src/build/file2str.c svneol=native#text/plain