summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-12-28 10:34:33 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-12-28 10:34:33 +0000
commitdc8b59fa8d5059e327b3edd04abd9aa9f768de0d (patch)
tree082121dd8885d08bc4ffac412c9909623f1914f2 /.gitattributes
parent463505ce1d75c9d5f2f2cac276230f4505afc8a8 (diff)
Optimized RDP implementation further with more flattened branches. [Harmony]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 485306d05cc..481bc20fd73 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3564,10 +3564,20 @@ src/mame/video/rdpacvg.c svneol=native#text/plain
src/mame/video/rdpacvg.h svneol=native#text/plain
src/mame/video/rdpblend.c svneol=native#text/plain
src/mame/video/rdpblend.h svneol=native#text/plain
+src/mame/video/rdpcc.c svneol=native#text/plain
+src/mame/video/rdpcc.h svneol=native#text/plain
+src/mame/video/rdpclamp.c svneol=native#text/plain
+src/mame/video/rdpclamp.h svneol=native#text/plain
src/mame/video/rdpfb.c svneol=native#text/plain
src/mame/video/rdpfb.h svneol=native#text/plain
src/mame/video/rdpfetch.c svneol=native#text/plain
src/mame/video/rdpfetch.h svneol=native#text/plain
+src/mame/video/rdpfrect.c svneol=native#text/plain
+src/mame/video/rdpfrect.h svneol=native#text/plain
+src/mame/video/rdpmask.c svneol=native#text/plain
+src/mame/video/rdpmask.h svneol=native#text/plain
+src/mame/video/rdpshift.c svneol=native#text/plain
+src/mame/video/rdpshift.h svneol=native#text/plain
src/mame/video/rdpspn16.c svneol=native#text/plain
src/mame/video/rdpspn16.h svneol=native#text/plain
src/mame/video/rdptpipe.c svneol=native#text/plain
@@ -3578,6 +3588,8 @@ src/mame/video/rdptri.c svneol=native#text/plain
src/mame/video/rdptri.h svneol=native#text/plain
src/mame/video/rdpupd16.c svneol=native#text/plain
src/mame/video/rdpupd16.h svneol=native#text/plain
+src/mame/video/rdpzcomp.c svneol=native#text/plain
+src/mame/video/rdpzcomp.h svneol=native#text/plain
src/mame/video/realbrk.c svneol=native#text/plain
src/mame/video/redalert.c svneol=native#text/plain
src/mame/video/redclash.c svneol=native#text/plain