summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) more misc cleanup: Vas Crabb2019-09-171-12/+12
* drawgfxm.h: Rename to drawgfxt.ipp and replace the mega-macros with template ... AJR2019-09-161-0/+13
* Eliminate extract_scanline8/16/32, replacing the scant existing usage with st... AJR2019-09-161-16/+0
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-37/+35
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-35/+37
* drawgfx.cpp : Updates cam9002019-06-041-3/+87
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* v9938, v9958: Convert to use RGB32 bitmaps AJR2017-11-051-1/+3
* viewgfx: Fix the case when a gfx element has no palette [O. Galibert] Olivier Galibert2017-05-301-0/+1
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-3/+3
* New device interface for palettes AJR2017-04-061-5/+5
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-137/+135
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-126/+126
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-1/+1
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-4/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* const-qualify source bitmaps in drawgfx Vas Crabb2015-12-141-18/+18
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-6/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-7/+7
* drawgfx.h: Long-overdue documentation about how to use priority-masked Alex W. Jackson2014-11-161-0/+110
* drawgfx.c: make it possible to reset the total elements of a gfx_element [Ale... Alex W. Jackson2014-05-151-1/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-133/+2
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-1/+3
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-40/+40
* Made gfx_element::decode() private; fixed drivers that were calling it direct... Alex W. Jackson2014-03-181-1/+3
* Checkpoint 2: Alex W. Jackson2014-03-151-7/+13
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+2
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-12/+10
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-44/+44
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-6/+54
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-70/+67
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-74/+74
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-5/+5
* 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