summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* voodoo: Separate vblank (external) and pci interrupt (internal) callbacks. (nw) Ted Green2017-06-141-14/+32
* voodoo: Also calculate dither pointer when needed for fogging. Fixes graphic... Ted Green2017-06-041-1/+1
* some more Voodoo cleanup (nw) Vas Crabb2017-05-251-199/+151
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-301/+326
* voodoo: Revert texture base address calculation to fix seattle driver. (nw) Ted Green2017-04-221-4/+2
* voodoo: Change multi base address selection to fix funkball textures. Ted Green2017-04-201-6/+10
* Self-registering devices prep: Vas Crabb2017-02-271-6/+6
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-59/+59
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-241/+241
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-11/+11
* small cleanup (nw) Miodrag Milanovic2016-06-051-1/+1
* (nw) Fixed up PCI VGA legacy register mapping Ted Green2016-05-181-5/+7
* voodoo: Stopped blocking of non-fifo'd register writes (nw) Ted Green2016-05-171-3/+6
* (nw) Prep work for gpu acceleration Ted Green2016-05-011-46/+50
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Iterate over devices C++11 style AJR2016-04-181-4/+3
* Cleanups and version bump Miodrag Milanovic2016-02-241-7/+3
* start making this a little more modern c++y with classes, member functions et... David Haywood2016-02-011-1476/+1399
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-4/+2
* shuffle some code around, move included code to .inc file, easier to read / u... David Haywood2016-01-241-539/+22
* reverting: Miodrag Milanovic2016-01-201-8/+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/+8
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-23/+23
* fix compile (nw) Miodrag Milanovic2015-11-081-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+6537