summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drawgfx.c: make it possible to reset the total elements of a gfx_element [Ale... Alex W. Jackson2014-05-151-4/+45
* digfx.c, drawgfx.c: don't do unneeded processing or allocate unneeded memory ... Alex W. Jackson2014-05-111-4/+10
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-256/+4
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-291-2/+1
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-6/+12
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-129/+137
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+6
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+1
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-13/+14
* drawgfx.c: Eliminate the need for a dummy 1:1 lookup table when drawing to in... Alex W. Jackson2014-03-071-32/+32
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-140/+140
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Fix crash in drivers with NULL gfxdecode entries (nw) Alex W. Jackson2014-02-171-5/+17
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-11/+128
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-347/+553
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Fix gfx_element behaviors for dynamically created single- Aaron Giles2012-09-101-2/+2
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-370/+361
* Revert some changes committed by accident. No WN. Couriersud2012-05-261-13/+3
* Fix compile again - omitted a file, no WN Couriersud2012-05-261-3/+13
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* 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-56/+17
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-779/+801
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-202/+204
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-40/+36
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-96/+96
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-4/+1
* BIG update. Aaron Giles2011-03-291-35/+35
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* Remove public decodechar function. Aaron Giles2010-12-311-2/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* not worth mention: added very small workaround which fixes mingw32 crash on m... Fabio Priuli2010-02-281-9/+9
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+0
* 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-17/+12
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Moved machine->gfx initialization out of the video module and Aaron Giles2009-12-231-0/+137
* Removed deprecated core function decodegfx() [Christophe Jaillet] Phil Bennett2009-12-211-34/+0
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-123/+0
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-8/+12
* Bulk change alert. Aaron Giles2009-04-261-7/+6
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-0/+1