summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-12/+12
* GCC 4.6 "Variable assigned but not used" fixes part 4 (no whatsnew) R. Belmont2011-05-301-4/+4
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-8/+8
* Disabled rdp_execute logging until driver is worked on again. (no whatsnew) Scott Stone2011-04-151-1/+1
* BIG update. Aaron Giles2011-03-291-12/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Cleanups and version bump. Aaron Giles2011-01-011-8/+8
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-10/+10
* Updated the RSP and RDP implementations to be largely bit-perfect and pixel-a... Ryan Holtz2010-12-311-731/+1474
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+3
* Cleanups and version bump. Aaron Giles2010-04-081-4/+4
* Improved Rectangle drawing in the RDP core. [Harmony] Ryan Holtz2010-04-031-8/+8
* Re-fixing some cppcheck issues. No whatsnew. Ryan Holtz2010-04-031-4/+0
* Fixed some massive texturing issues in the new Nintendo 64 / RDP renderer. [H... Ryan Holtz2010-04-031-39/+46
* Applied some cppcheck fixes. [Oliver Stoneberg] Ryan Holtz2010-04-021-4/+0
* Removing texture_rectangle_32bit and fill_rectangle_32bit to Ryan Holtz2010-04-021-406/+36
* Reworked the entire Nintendo 64 renderer to be class-based. More Ryan Holtz2010-04-021-3986/+1651
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-3/+3
* fixed msvc warnings smf-2010-03-111-10/+10
* Slightly fixed interrupt handling and added SBIC and MUL opcodes to the Atmel... Ryan Holtz2010-03-111-347/+324
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* Make MSVC compile once again. Aaron Giles2010-01-041-1/+1
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-53/+53
* More RDP refactoring to eliminate inner-loop branching and function calls. [H... Ryan Holtz2009-12-301-132/+239
* Optimized RDP implementation further with more flattened branches. [Harmony] Ryan Holtz2009-12-281-970/+1132
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-447/+447
* More RDP optimization through branch flattening. [Harmony] Ryan Holtz2009-12-201-522/+708
* Optimized N64 RDP renderer by using function pointers to function variants th... Ryan Holtz2009-12-201-1951/+762
* [RSP] Preliminary RSP recompiler, with all vector ops stubbed out to C functi... Ryan Holtz2009-12-161-8/+14
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-2/+4
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-9/+9
* - RDP Updates: Fixed TMEM size, removed separate tlut, fixed tlut uploads [an... Ryan Holtz2009-11-211-43/+63
* Potential fix for the 64-bit crashing issues in N64 [Harmony] Ryan Holtz2009-11-161-3/+3
* Warning removal and improvement of some functionality. No whatsnew. Ryan Holtz2009-11-151-168/+165
* Many N64 RDP fixes. [angrylion, Ziggy, Gonetz, Orkin, DrgnMndd, Harmony] Ryan Holtz2009-11-151-2561/+4204
* Porting over Harmony's changes from MESS. No whatsnew, please. Ryan Holtz2009-10-231-1507/+2378
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-34/+34
* Cleanups and version bump. Aaron Giles2009-05-281-2/+2
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-17/+17
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-42/+44
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-11/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-1/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-14/+0
* Fix N64 rendering on big-endian targets. R. Belmont2008-05-191-1/+1
* From Atari Ace: Zsolt Vasvari2008-02-181-1/+0
* Prepending non-static (as well as static, for consistency) N64 VI members wit... Ryan Holtz2008-01-221-8/+8
* I am an idiot who sucks and makes bad assumptions about alpha. Ryan Holtz2008-01-071-2/+12