summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.h
Commit message (Expand)AuthorAgeFilesLines
* 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