summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/poly.h
Commit message (Expand)AuthorAgeFilesLines
* poly.h: Minor naming/consistency cleanups. Aaron Giles2021-09-041-74/+79
* poly.h: Remove unused flags, expose object data array directly, add ability t... Aaron Giles2021-09-031-52/+45
* voodoo: Improve fidelity of synchronization points. Add synchronization back ... Aaron Giles2021-07-121-3/+3
* poly.h: Fix DEBUG=1 builds AJR2021-07-111-2/+3
* poly: Early out of waits if no outstanding work. Aaron Giles2021-07-111-0/+4
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-395/+552
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Get rid of a bunch of _Names - any name starting with an underscore followed ... Vas Crabb2020-08-251-132/+132
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Revert "poly.h: remove old compiler workaround (nw)" hap2018-10-171-0/+6
* poly.h: remove old compiler workaround (nw) hap2018-10-171-6/+0
* poly.h: initialize m_unit_bucket in constructor (nw) yz70s2018-10-041-0/+2
* -poly_manager: Bumped up the default number of scanlines per bucket, nw mooglyguy2018-08-181-1/+1
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-29/+29
* coverity, cleanup, constructor delegation (nw) Vas Crabb2017-06-031-32/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-52/+46
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* poly.h: add method triangles_drawn to get private member m_triangles (nw) yz70s2016-12-251-0/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-2/+2
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-93/+93
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-13/+13
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-011-3/+4
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-6/+6
* cleanup Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-12/+12
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-5/+5
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-1/+1
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-20/+20
* Fixed a silly bug in the poly.h clipping code. Andrew Gardner2015-09-231-7/+7
* A suggestion for how and where to put global MAME frustum clipping functions for Andrew Gardner2015-09-161-0/+144
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+1175