summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/bitmap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make bitmap8_t, bitmap16_t, bitmap32_t and bitmap64_t specializations of one ... AJR2019-09-161-91/+27
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-25/+25
* Make bitmaps movable, allowing them to be used in vectors and emplaced easily. Vas Crabb2016-12-151-26/+60
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-75/+75
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-1/+0
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
* added missing initializations in default rectangle constructor (nw) Oliver Stöneberg2012-12-261-1/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-0/+19
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-8/+8
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-11/+16
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-5/+5
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-18/+6
* Cleanup of bitmap classes now that formats and bpp are dictated Aaron Giles2012-01-141-70/+68
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-17/+264
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-7/+7
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+4
* fix clip regression Michaël Banaan Ananas2012-01-011-4/+4
* Fix a few stragglers. Add width/height/position setters to Aaron Giles2011-12-311-0/+5
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-158/+106
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+29
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-091-2/+30
* Added basic support in bitmap.c for 64-bit indexed bitmaps. As a Aaron Giles2009-07-131-0/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+1
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-0/+2
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-2/+0
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+169