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
/
voodoo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
voodoo: SSE use shift left by 8 instead of floating point multiply by 256 for...
Ted Green
2020-07-02
1
-2
/
+2
*
voodoo: Eliminate auto_alloc (nw)
AJR
2019-12-29
1
-1
/
+4
*
voodoo: hopefully enough to stop it from crashing when device memory isn't pr...
Vas Crabb
2019-12-14
1
-673
/
+131
*
clean up some .hxx abuse (nw)
Vas Crabb
2019-10-05
1
-1
/
+1
*
devices/video/voodoo.cpp : Simplify handlers
cam900
2019-04-27
1
-13
/
+13
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-29
/
+0
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-0
/
+29
*
devices/video: some MCFG macro removal (nw)
Ivan Vangelista
2019-01-09
1
-29
/
+0
*
Misc cleanup from MCFG removal (nw).
Ted Green
2018-09-04
1
-0
/
+3
*
devcb3
Vas Crabb
2018-07-07
1
-3
/
+3
*
srcclean (nw)
Vas Crabb
2018-05-27
1
-5
/
+5
*
voodoo: deal with needing to be able to configure screen/CPU or set them at s...
Vas Crabb
2018-05-23
1
-236
/
+245
*
Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw)
Olivier Galibert
2018-05-22
1
-2
/
+2
*
voodoo: Use device finders instead of machine().device (nw)
Ryan Holtz
2018-05-21
1
-23
/
+21
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
1
-1
/
+1
*
voodoo: Correct vsync timing and remove anonymous timer.
Ted Green
2018-03-28
1
-2
/
+5
*
de-staticify initializations for src/devices/video (#3270)
wilbertpol
2018-02-25
1
-14
/
+14
*
voodoo: Fix SSE 4.1 optimization. (nw)
Ted Green
2017-11-05
1
-2
/
+2
*
voodoo: Use SSE routines for texture perspective correction. (nw)
Ted Green
2017-11-04
1
-1
/
+85
*
voodoo: Incorporate some more sse optimizations. (nw)
Ted Green
2017-10-12
1
-3
/
+3
*
voodoo: Add some code optimizations. (nw)
Ted Green
2017-10-08
1
-1
/
+17
*
voodoo: Use table lookup for RGB565 conversion. (nw)
Ted Green
2017-10-01
1
-1
/
+2
*
(nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF...
Vas Crabb
2017-09-24
1
-4
/
+4
*
voodoo: Change 2x2 dither matrix values. Allows iteagle power-on video memor...
Ted Green
2017-09-11
1
-5
/
+12
*
voodoo: Separate vblank (external) and pci interrupt (internal) callbacks. (nw)
Ted Green
2017-06-14
1
-0
/
+5
*
some more Voodoo cleanup (nw)
Vas Crabb
2017-05-25
1
-24
/
+11
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-341
/
+343
*
Remove device_config_complete from numerous devices that don't really need it...
AJR
2017-02-09
1
-1
/
+0
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-233
/
+233
*
(nw) Fixed up PCI VGA legacy register mapping
Ted Green
2016-05-18
1
-2
/
+2
*
(nw) Prep work for gpu acceleration
Ted Green
2016-05-01
1
-3
/
+3
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-02-24
1
-5
/
+3
*
start making this a little more modern c++y with classes, member functions et...
David Haywood
2016-02-01
1
-8
/
+1786
*
reverting:
Miodrag Milanovic
2016-01-20
1
-10
/
+10
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-10
/
+10
*
override part 3 (nw)
Miodrag Milanovic
2015-12-05
1
-7
/
+7
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-0
/
+168