summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendersw.c
Commit message (Expand)AuthorAgeFilesLines
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-191-1941/+0
* Fix vector rendering. Aaron Giles2014-02-201-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* 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-31/+31
* Fix vector rendering when using software rasterizer. Aaron Giles2012-04-241-1/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-6/+6
* Hooray for templates. Aaron Giles2012-04-121-1794/+1595
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-228/+0
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-4/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-6/+6
* 02607: frogs: Taking a screenshot in Frogs (Gremlin) exits the game with an e... Aaron Giles2008-11-031-0/+138
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-7/+7
* rendersw.c: Added more comments Couriersud2008-08-251-7/+25
* Slight optimization of ycc_to_rgb Couriersud2008-08-241-13/+10
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-2/+46
* 01948: All alg.c and cliffhgr.c sets: Access Violation when taking a snapshot Aaron Giles2008-06-301-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-11/+11
* 01908: Various: Access Violation when saving a snapshot Aaron Giles2008-06-201-22/+76
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-105/+113
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-15/+15
* Added bilinear filter option to software rendering. Not hooked up to anything... Aaron Giles2008-06-121-47/+241
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1942