summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfxm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+0
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-6/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* drawgfx.c: Eliminate the need for a dummy 1:1 lookup table when drawing to in... Alex W. Jackson2014-03-071-4/+59
* Revert changes committed by accident. Couriersud2014-02-261-9/+0
* Minor cosmetic changes for netlist Couriersud2014-02-261-0/+9
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Fix debug builds (nw) Wilbert Pol2014-02-131-2/+0
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-27/+27
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-32/+16
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-834/+834
* Pass 2 of struct modernization. Aaron Giles2012-09-151-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-16/+16
* Revert some changes committed by accident. No WN. Couriersud2012-05-261-9/+0
* Fix compile again - omitted a file, no WN Couriersud2012-05-261-0/+9
* Remove support for 4bpp packed graphics. These only manifested Aaron Giles2012-01-171-234/+114
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-21/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-57/+36
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-6/+6
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-7/+7
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-68/+71
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-92/+76
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-59/+59
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-9/+9
* r9078 revert. Michaël Banaan Ananas2010-05-101-10/+6
* r9070 update taking shadow/highlight into account, fixes mametesters bug 03644 Michaël Banaan Ananas2010-05-091-24/+20
* like other PIXEL_OPs, (PRIORITY) should be set regardless of outcome of "if (... Michaël Banaan Ananas2010-05-091-0/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-65/+65
* > -----Original Message----- Aaron Giles2009-10-251-0/+3
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-8/+8
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-111/+111
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+1395