summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 02862: Many sets in taitosj.c: During the scroling the lower part of the scre... Aaron Giles2009-01-291-14/+22
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-166/+166
* Added new function gfx_element_build_temporary() to safely build a temporary Aaron Giles2009-01-141-4/+40
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-3296/+1488
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-36/+31
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-19/+19
* Undid recent change to remove pen lookups in 16bpp modes. This code Aaron Giles2008-03-241-22/+46
* Removed unneeded pen lookups. Zsolt Vasvari2008-03-181-410/+201
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-1/+4
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-24/+24
* Change priority_bitmap accesses back to UINT8s, now that we are Aaron Giles2008-02-261-28/+28
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-1/+9
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-708/+84
* - Added some asserts to drawgfx and drawgfxzoom Zsolt Vasvari2008-02-241-925/+926
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-17/+17
* Removes no longer used TRANSPARENCY_COLOR. Clean compile required. Zsolt Vasvari2008-02-111-301/+3
* Removes no longer neccessary check as drawgfxzoom support all remaining trans... Zsolt Vasvari2008-02-041-10/+0
* Removed TRANSPARENCY_BLEND_RAW transparancy mode. Needs a recompile just to b... Zsolt Vasvari2008-02-041-264/+1
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-514/+56
* Removes TRANSPARENCY_BLEND completely and TRANSPARENCY_BLEND_RAW as an option... Zsolt Vasvari2008-01-271-171/+0
* Removes TRANSPARENCY_NONE case from copybitmap_core, which can never happen Zsolt Vasvari2008-01-251-75/+0
* - Removes copybitmap_remap and copyscrollbitmap_remap, neither which was used... Zsolt Vasvari2008-01-251-47/+18
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* (From AtariAce) Aaron Giles2008-01-111-2/+3
* (From Atari Ace) Aaron Giles2008-01-061-13/+24
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From AtariAce) Aaron Giles2007-12-261-15/+51
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+5859