summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes no longer used TRANSPARENCY_COLOR. Clean compile required. Zsolt Vasvari2008-02-111-1/+0
* Removed TRANSPARENCY_BLEND_RAW transparancy mode. Needs a recompile just to b... Zsolt Vasvari2008-02-041-1/+0
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-7/+13
* Removes TRANSPARENCY_BLEND completely and TRANSPARENCY_BLEND_RAW as an option... Zsolt Vasvari2008-01-271-1/+0
* - Removes copybitmap_remap and copyscrollbitmap_remap, neither which was used... Zsolt Vasvari2008-01-251-5/+0
* (From AtariAce) Aaron Giles2008-01-111-1/+1
* (From Atari Ace) Aaron Giles2008-01-061-0/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From AtariAce) Aaron Giles2007-12-261-0/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+331