summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rdpspn16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Updated the RSP and RDP implementations to be largely bit-perfect and pixel-a... Ryan Holtz2010-12-311-317/+366
* (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-05-051-1/+1
* Fixed some massive texturing issues in the new Nintendo 64 / RDP renderer. [H... Ryan Holtz2010-04-031-106/+124
* Reworked the entire Nintendo 64 renderer to be class-based. More Ryan Holtz2010-04-021-2081/+342
* Slightly fixed interrupt handling and added SBIC and MUL opcodes to the Atmel... Ryan Holtz2010-03-111-76/+40
* More RDP refactoring to eliminate inner-loop branching and function calls. [H... Ryan Holtz2009-12-301-3/+3
* Optimized RDP implementation further with more flattened branches. [Harmony] Ryan Holtz2009-12-281-361/+1404
* More RDP optimization through branch flattening. [Harmony] Ryan Holtz2009-12-201-188/+796
* Optimized N64 RDP renderer by using function pointers to function variants th... Ryan Holtz2009-12-201-0/+564