summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/poly.c
Commit message (Expand)AuthorAgeFilesLines
* renamed poly.{c|h} to polylgcy.{c|h} and polynew.h to poly.h Oliver Stöneberg2014-03-191-1357/+0
* renamed old poly_manager to legacy_poly_manager Oliver Stöneberg2014-03-191-17/+17
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-71/+71
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-5/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-14/+7
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-63/+34
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Cleanups and version bump. Aaron Giles2010-04-081-2/+2
* Duh. Olivier Galibert2010-04-041-2/+0
* poly.c: Make the parameter interpolation more robust [O. Galibert] Olivier Galibert2010-04-041-34/+34
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-4/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-32/+8
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into Aaron Giles2009-09-061-2/+2
* Bulk change alert. Aaron Giles2009-04-261-6/+3
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-4/+4
* Hi mamedev, Aaron Giles2008-12-161-3/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+4
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-1/+1
* TMS3203x core updates: Aaron Giles2007-12-281-0/+17
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1410