summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendersw.inc
Commit message (Collapse)AuthorAgeFilesLines
* fixed DEBUG compilation (nw) Oliver Stöneberg2015-01-011-3/+3
|
* Palettes are now copied during get_primlist. This should fix couriersud2015-01-011-16/+18
| | | | | | | | multithreading related palette issues. Along the way also - added constructors to SDL osd structs - changed related malloc to global_alloc - added a copyfrom routine to dynamic_array - minor code simplifications.
* avoid even more unnecessary rgb_t<->UINT32 conversions (nw) Oliver Stöneberg2014-05-061-5/+5
|
* avoid some more unnecessary rgb_t <-> UINT32 conversions (nw) Oliver Stöneberg2014-05-061-8/+8
|
* avoid more unnecessary UINT32<->rgb_t conversions (nw) Oliver Stöneberg2014-04-071-11/+11
|
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-191-0/+1941