summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update voodoo code to leverage new save_registrar instead of its own temporar...save_structs Aaron Giles2021-09-151-52/+50
* voodoo: Address minor coverity complaints Aaron Giles2021-07-311-1/+4
* srcclean for 0.234 branch Vas Crabb2021-07-251-5/+5
* voodoo: Return 0 on invalid reads, seems to fix funkball. Improve logging of ... Aaron Giles2021-07-151-3/+6
* voodoo: Improve fidelity of synchronization points. Add synchronization back ... Aaron Giles2021-07-121-12/+27
* voodoo: Improve pixel pipeline throughput for LFB writes. Helps gtfore and re... Aaron Giles2021-07-111-17/+2
* voodoo: Increase vretrace cycles to 2 so mace will boot again. Add missing ra... Aaron Giles2021-07-101-1/+2
* voodoo: Restore some cycle stealing on vretrace to allow sfrush to boot. Aaron Giles2021-07-091-0/+3
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-5798/+2572
* srcclean in preparation for release Vas Crabb2021-06-271-1/+1
* Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-2/+1
* voodoo: fix Hornet games POST crash Ville Linde2021-06-131-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-21/+19
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-2/+2
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-1/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+22
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+4
* voodoo.cpp: Disabled debug statistics popup Ted Green2020-07-301-16/+22
* voodoo.cpp: Only flag texture controls as changed if they are actually changed. Ted Green2020-07-021-6/+11
* voodoo: Disable backbuf debug key (L), it interferes with player 3 default co... Ted Green2020-06-291-2/+2
* voodoo: Eliminate auto_alloc (nw) AJR2019-12-291-5/+5
* voodoo: hopefully enough to stop it from crashing when device memory isn't pr... Vas Crabb2019-12-141-93/+654
* clean up some .hxx abuse (nw) Vas Crabb2019-10-051-3/+3
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+2
* devices/video/voodoo.cpp : Simplify handlers cam9002019-04-271-25/+25
* voodoo: Mark frame buffer as changed after direct lfb write. Fixes missing t... Ted Green2018-11-141-0/+2
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-8/+8
* voodoo: deal with needing to be able to configure screen/CPU or set them at s... Vas Crabb2018-05-231-32/+54
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-28/+22
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-8/+8
* voodoo: Correct vsync timing and remove anonymous timer. Ted Green2018-03-281-18/+32
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* voodoo: Use CRTC registers for vblank start. Fixes viper regression caused b... Ted Green2018-01-061-5/+7
* Calculate screen size and timing using voodoo CRTC and PLL registers. (nw) Ted Green2018-01-061-7/+29
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+1
* voodoo: Set number of SGRAM chips to 2 for 16M cards. (nw) Ted Green2017-12-041-1/+4
* suppress function-like macro expansion for MSVC (nw) Vas Crabb2017-11-091-3/+3
* voodoo: Use SSE routines for texture perspective correction. (nw) Ted Green2017-11-041-2/+2
* voodoo: Incorporate some more sse optimizations. (nw) Ted Green2017-10-121-1/+1
* voodoo: Reorganize a few function calls to make profiling easier. (nw) Ted Green2017-10-111-4/+10
* voodoo: Add some code optimizations. (nw) Ted Green2017-10-081-13/+17
* voodoo: Use table lookup for RGB565 conversion. (nw) Ted Green2017-10-011-9/+34
* voodoo: Revert to using lower 16 bits of zaColor only. Fixes depth buffering... Ted Green2017-09-111-4/+4
* voodoo: Fixed subtle casting bug. The uncasted depth in the expanded variabl... Ted Green2017-09-111-4/+4
* voodoo: Remove wrapping after y origin conversion so that proper y-clipping i... Ted Green2017-08-301-4/+5
* voodoo: Fixup logging and implement actual vRetrace and hvRetrace functions. ... Ted Green2017-06-291-24/+44
* viper: revert to using internally generated vblank. voodoo: Write register da... Ted Green2017-06-141-0/+1
* voodoo: Extend PCI interrupt support to Voodoo 2 and above. (nw) Ted Green2017-06-141-20/+10