summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-16 16:55:34 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-16 16:55:34 +0000
commitf3d341a544cf6e657859a699af52886c5ac87269 (patch)
treed4a752051e5a4ef7d6e965de81e60b0f48aeaffc /.gitattributes
parentf0d5461a452bcdd4f41d5ffe3ab8db2ef231dce6 (diff)
Initial shader import (nw)
Focus: 8-sample blur that averages 7 samples around a center sample. Phosphor: Not currently used, treated as a pass-through by drawd3d.c, but could be used to implement additional convolutions in a second pass. Pincushion: Used (when commented in in drawd3d.c) to pincushion an entire full-screen texture but not otherwise apply any convolutions. Post: The meat and potatoes. It does scanlines, it does aperture masking, it does dot crawl, it does chroma subsampling, it does YIQ colorspace convolution, it does RGB colorspace convolution, it does pincushioning, it walks, it talks, it does the dishes, it'll screw your wife for you, and if you don't have a wife it will find one for you, get you married to her, and screw her for you, IT IS THAT GOOD, LADIES AND GENTLEMEN. Primary: Simple passthrough for UI and artwork.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 45518d5d371..0b29e2671ff 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6,6 +6,11 @@ docs/newvideo.txt svneol=native#text/plain
docs/windows.txt svneol=native#text/plain
hash/megatech.xml svneol=native#text/plain
hash/softwarelist.dtd svneol=native#text/plain
+hlsl/focus.fx svneol=native#text/plain
+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
/makefile svneol=native#text/plain
src/build/build.mak svneol=native#text/plain
src/build/file2str.c svneol=native#text/plain