| Commit message (Expand) | Author | Age | Files | Lines |
* | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 1 | -99/+99 |
* | Patched up some gaps in functionality and fixed some bugs. |  Vas Crabb | 2022-09-02 | 1 | -4/+4 |
* | rectangles: Add operators & and | (intersection and union) from the |  Olivier Galibert | 2021-09-11 | 1 | -0/+14 |
* | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -1/+0 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -29/+50 |
* | Make bitmap8_t, bitmap16_t, bitmap32_t and bitmap64_t specializations of one ... |  AJR | 2019-09-16 | 1 | -91/+27 |
* | make rectangle work better with constexpr, change many things to use designat... |  Vas Crabb | 2018-07-28 | 1 | -25/+25 |
* | Make bitmaps movable, allowing them to be used in vectors and emplaced easily. |  Vas Crabb | 2016-12-15 | 1 | -26/+60 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -75/+75 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -1/+1 |
* | moved assert replacement inside emucore.h so it is actually used / removed as... |  Oliver Stöneberg | 2015-03-20 | 1 | -1/+0 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -2/+2 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -23/+23 |
* | added missing initializations in default rectangle constructor (nw) |  Oliver Stöneberg | 2012-12-26 | 1 | -1/+2 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -3/+3 |
* | Created new sprite device base class, which manages a bitmap |  Aaron Giles | 2012-09-02 | 1 | -0/+19 |
* | Major CHD/chdman update. The CHD version number has been increased |  Aaron Giles | 2012-02-16 | 1 | -8/+8 |
* | Fix several rendering issues with artwork, introduced in the |  Aaron Giles | 2012-01-16 | 1 | -11/+16 |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 1 | -5/+5 |
* | Added new method screen_device::register_screen_bitmap which |  Aaron Giles | 2012-01-15 | 1 | -18/+6 |
* | Cleanup of bitmap classes now that formats and bpp are dictated |  Aaron Giles | 2012-01-14 | 1 | -70/+68 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -17/+264 |
* | Cleanups and version bumpmame0144u5 |  Angelo Salese | 2012-01-08 | 1 | -7/+7 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -1/+4 |
* | fix clip regression |  Michaël Banaan Ananas | 2012-01-01 | 1 | -4/+4 |
* | Fix a few stragglers. Add width/height/position setters to |  Aaron Giles | 2011-12-31 | 1 | -0/+5 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -158/+106 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -2/+29 |
* | Cleanups and version bump.mame0134u3 |  Aaron Giles | 2009-10-12 | 1 | -13/+13 |
* | Assert copyright ownership of core library files, and relicense |  Aaron Giles | 2009-10-09 | 1 | -2/+30 |
* | Added basic support in bitmap.c for 64-bit indexed bitmaps. As a |  Aaron Giles | 2009-07-13 | 1 | -0/+2 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -0/+1 |
* | - Backs out BITMAP8 removal from most places. |  Zsolt Vasvari | 2008-02-24 | 1 | -0/+2 |
* | Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit |  Zsolt Vasvari | 2008-02-24 | 1 | -2/+0 |
* | Copyright cleanup: |  Aaron Giles | 2008-01-06 | 1 | -1/+1 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+169 |