summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/palette.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-561/+0
* Add the rest of the 3-bit palettes and add the possiblity to set Dirk Best2015-07-291-0/+60
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-6/+6
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-5/+10
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+3
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-32/+32
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-291-3/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-25/+26
* Change palette_t allocation so that it uses matching new/delete operators. Aaron Giles2014-02-181-0/+10
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-574/+298
* 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-21/+21
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Fix yuv factors in palette normalization. The web is full of errors... Couriersud2011-02-061-7/+7
* Fix a bug in palette_normalize_range which caused color distortion. Couriersud2011-01-281-5/+7
* lib/util now includes stdlib.h where needed Couriersud2010-01-171-0/+1
* 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
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-10/+10
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+12
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-8/+8
* Simplified core deinterlacing logic based on availability of pre- Aaron Giles2008-09-291-1/+1
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-5/+99
* Changed MAKE_RGB macro to set the alpha to 255 instead of 0. Updated Aaron Giles2008-09-271-1/+2
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+651