index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
video
/
vooddefs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
voodoo: Use SSE routines for texture perspective correction. (nw)
Ted Green
2017-11-04
1
-46
/
+24
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-2
/
+2
*
voodoo: Check for starting x outside of clipping rectangle and fix clipping x...
Ted Green
2017-10-19
1
-7
/
+14
*
voodoo: Few more SSE optimizations. (nw)
Ted Green
2017-10-15
1
-44
/
+45
*
voodoo: Incorporate some more sse optimizations. (nw)
Ted Green
2017-10-12
1
-93
/
+104
*
voodoo: Reorganize a few function calls to make profiling easier. (nw)
Ted Green
2017-10-11
1
-13
/
+13
*
rgbsse: Optimize some sse routines. (nw) (#2700)
tedgreen99
2017-10-09
1
-2
/
+4
*
voodoo: Add some code optimizations. (nw)
Ted Green
2017-10-08
1
-78
/
+84
*
voodoo: Use table lookup for RGB565 conversion. (nw)
Ted Green
2017-10-01
1
-3
/
+5
*
voodoo: Use optimized routine to get color data. (nw)
Ted Green
2017-09-30
1
-1
/
+1
*
voodoo: Remove wrapping after y origin conversion so that proper y-clipping i...
Ted Green
2017-08-30
1
-1
/
+1
*
voodoo: Also calculate dither pointer when needed for fogging. Fixes graphic...
Ted Green
2017-06-04
1
-3
/
+4
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-113
/
+77
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-0
/
+8
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-13
/
+13
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-160
/
+160
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-5
/
+5
*
start making this a little more modern c++y with classes, member functions et...
David Haywood
2016-02-01
1
-1781
/
+67
*
shuffle some code around, move included code to .inc file, easier to read / u...
David Haywood
2016-01-24
1
-194
/
+5
*
cleanup (nw)
Miodrag Milanovic
2015-12-26
1
-1
/
+1
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-29
/
+29
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-0
/
+5099