summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-4/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* const-qualify source bitmaps in drawgfx Vas Crabb2015-12-141-18/+18
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* 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
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-7/+7
* drawgfx.h: Long-overdue documentation about how to use priority-masked Alex W. Jackson2014-11-161-0/+110
* drawgfx.c: make it possible to reset the total elements of a gfx_element [Ale... Alex W. Jackson2014-05-151-1/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-133/+2
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-1/+3
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-40/+40
* Made gfx_element::decode() private; fixed drivers that were calling it direct... Alex W. Jackson2014-03-181-1/+3
* Checkpoint 2: Alex W. Jackson2014-03-151-7/+13
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+2
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-12/+10
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-44/+44
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-6/+54
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-70/+67
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-74/+74
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-5/+5
* Fix gfx_element behaviors for dynamically created single- Aaron Giles2012-09-101-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-220/+197
* small typofix (hello GuyveR800 :P) Michaƫl Banaan Ananas2012-02-031-2/+2
* Remove support for 4bpp packed graphics. These only manifested Aaron Giles2012-01-171-6/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-36/+68
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-36/+36
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-30/+30
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-2/+7
* BIG update. Aaron Giles2011-03-291-4/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-6/+7
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Moved machine->gfx initialization out of the video module and Aaron Giles2009-12-231-0/+3
* > -----Original Message----- Aaron Giles2009-10-011-2/+3
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-21/+0
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-4/+4
* added a large gfx decode using macros to allow the textures on hng64 to be vi... davidhay2009-04-241-0/+7
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-30/+30
* Added new function gfx_element_build_temporary() to safely build a temporary Aaron Giles2009-01-141-0/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-120/+213
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+0
* 02641: strider and clones: Problem with graphics layer Nicola Salmoria2008-11-191-2/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-20/+20