summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rdptpipe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* BIG update. Aaron Giles2011-03-291-3/+3
* Cleanups and version bump. Aaron Giles2011-01-011-2/+2
* Updated the RSP and RDP implementations to be largely bit-perfect and pixel-a... Ryan Holtz2010-12-311-180/+1119
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-1/+1
* Cleanups and version bump. Aaron Giles2010-04-081-1/+1
* Reworked the entire Nintendo 64 renderer to be class-based. More Ryan Holtz2010-04-021-691/+280
* Slightly fixed interrupt handling and added SBIC and MUL opcodes to the Atmel... Ryan Holtz2010-03-111-57/+43
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-1/+1
* More RDP refactoring to eliminate inner-loop branching and function calls. [H... Ryan Holtz2009-12-301-167/+595
* Optimized RDP implementation further with more flattened branches. [Harmony] Ryan Holtz2009-12-281-100/+229
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* More RDP optimization through branch flattening. [Harmony] Ryan Holtz2009-12-201-17/+11
* Optimized N64 RDP renderer by using function pointers to function variants th... Ryan Holtz2009-12-201-0/+195