summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.h
Commit message (Expand)AuthorAgeFilesLines
* voodoo: SSE use shift left by 8 instead of floating point multiply by 256 for... Ted Green2020-07-021-2/+2
* voodoo: Eliminate auto_alloc (nw) AJR2019-12-291-1/+4
* voodoo: hopefully enough to stop it from crashing when device memory isn't pr... Vas Crabb2019-12-141-673/+131
* clean up some .hxx abuse (nw) Vas Crabb2019-10-051-1/+1
* devices/video/voodoo.cpp : Simplify handlers cam9002019-04-271-13/+13
* (nw) Clean up the mess on master Vas Crabb2019-03-261-29/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+29
* devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-29/+0
* Misc cleanup from MCFG removal (nw). Ted Green2018-09-041-0/+3
* devcb3 Vas Crabb2018-07-071-3/+3
* srcclean (nw) Vas Crabb2018-05-271-5/+5
* voodoo: deal with needing to be able to configure screen/CPU or set them at s... Vas Crabb2018-05-231-236/+245
* Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) Olivier Galibert2018-05-221-2/+2
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-23/+21
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* voodoo: Correct vsync timing and remove anonymous timer. Ted Green2018-03-281-2/+5
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-14/+14
* voodoo: Fix SSE 4.1 optimization. (nw) Ted Green2017-11-051-2/+2
* voodoo: Use SSE routines for texture perspective correction. (nw) Ted Green2017-11-041-1/+85
* voodoo: Incorporate some more sse optimizations. (nw) Ted Green2017-10-121-3/+3
* voodoo: Add some code optimizations. (nw) Ted Green2017-10-081-1/+17
* voodoo: Use table lookup for RGB565 conversion. (nw) Ted Green2017-10-011-1/+2
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-4/+4
* voodoo: Change 2x2 dither matrix values. Allows iteagle power-on video memor... Ted Green2017-09-111-5/+12
* voodoo: Separate vblank (external) and pci interrupt (internal) callbacks. (nw) Ted Green2017-06-141-0/+5
* some more Voodoo cleanup (nw) Vas Crabb2017-05-251-24/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-341/+343
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-1/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-233/+233
* (nw) Fixed up PCI VGA legacy register mapping Ted Green2016-05-181-2/+2
* (nw) Prep work for gpu acceleration Ted Green2016-05-011-3/+3
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-5/+3
* start making this a little more modern c++y with classes, member functions et... David Haywood2016-02-011-8/+1786
* reverting: Miodrag Milanovic2016-01-201-10/+10
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-10/+10
* override part 3 (nw) Miodrag Milanovic2015-12-051-7/+7
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+168