summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2013-09-30 05:09:03 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2013-09-30 05:09:03 +0000
commita984ca3df17e521e0df0b79d4515809505582968 (patch)
tree5bda29c060a6c73f37b65bb0ee547c7fbb8e421f /.gitattributes
parentea470afd1916d9cfacbe9f2a4b9788fe075c58a4 (diff)
-N64 RDP and RSP improvements [MooglyGuy, Marathon Man]
* Fixed an RSP DMA edge case when transfer count is greater than 1. * Refactored the RDP blender implementation to use function pointers rather than deep if/else structures in order to reduce branch prediction penalties in the inner software rasterizer loop. * Reduced the likelihood that bad triangle commands due to an RSP crash will crash MESS.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f7632f24f1e..ce3982d880c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5830,6 +5830,7 @@ src/mame/video/rainbow.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/rdpbhelp.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/rdpfiltr.inc svneol=native#text/plain