summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vooddefs.h
Commit message (Expand)AuthorAgeFilesLines
* voodoo: Use SSE routines for texture perspective correction. (nw) Ted Green2017-11-041-46/+24
* srcclean (nw) Vas Crabb2017-10-221-2/+2
* voodoo: Check for starting x outside of clipping rectangle and fix clipping x... Ted Green2017-10-191-7/+14
* voodoo: Few more SSE optimizations. (nw) Ted Green2017-10-151-44/+45
* voodoo: Incorporate some more sse optimizations. (nw) Ted Green2017-10-121-93/+104
* voodoo: Reorganize a few function calls to make profiling easier. (nw) Ted Green2017-10-111-13/+13
* rgbsse: Optimize some sse routines. (nw) (#2700) tedgreen992017-10-091-2/+4
* voodoo: Add some code optimizations. (nw) Ted Green2017-10-081-78/+84
* voodoo: Use table lookup for RGB565 conversion. (nw) Ted Green2017-10-011-3/+5
* voodoo: Use optimized routine to get color data. (nw) Ted Green2017-09-301-1/+1
* voodoo: Remove wrapping after y origin conversion so that proper y-clipping i... Ted Green2017-08-301-1/+1
* voodoo: Also calculate dither pointer when needed for fogging. Fixes graphic... Ted Green2017-06-041-3/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-113/+77
* Self-registering devices prep: Vas Crabb2017-02-271-0/+8
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-13/+13
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-160/+160
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-5/+5
* start making this a little more modern c++y with classes, member functions et... David Haywood2016-02-011-1781/+67
* shuffle some code around, move included code to .inc file, easier to read / u... David Haywood2016-01-241-194/+5
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-29/+29
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+5099