summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/poly.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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