summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-12-20 01:10:21 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-12-20 01:10:21 +0000
commitd47b36dae1b0a4a2a82bc94300836fc72f6b43e4 (patch)
tree3a96db33962bf973de9b64b7c6d154ea31c89088 /.gitattributes
parentc58957452cb7b678212955316741bbf2b27f1039 (diff)
Optimized N64 RDP renderer by using function pointers to function variants that eliminate costly branches. [Harmony]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0812a96964b..84524afb1df 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3544,6 +3544,20 @@ src/mame/video/raiden.c svneol=native#text/plain
src/mame/video/rallyx.c svneol=native#text/plain
src/mame/video/rampart.c svneol=native#text/plain
src/mame/video/rastan.c svneol=native#text/plain
+src/mame/video/rdpacomp.c svneol=native#text/plain
+src/mame/video/rdpacomp.h svneol=native#text/plain
+src/mame/video/rdpacvg.c svneol=native#text/plain
+src/mame/video/rdpacvg.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/rdpspn16.c svneol=native#text/plain
+src/mame/video/rdpspn16.h svneol=native#text/plain
+src/mame/video/rdptpipe.c svneol=native#text/plain
+src/mame/video/rdptpipe.h svneol=native#text/plain
+src/mame/video/rdptrect.c svneol=native#text/plain
+src/mame/video/rdptrect.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