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