index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
voodoo: Separate vblank (external) and pci interrupt (internal) callbacks. (nw)
Ted Green
2017-06-14
1
-14
/
+32
*
voodoo: Also calculate dither pointer when needed for fogging. Fixes graphic...
Ted Green
2017-06-04
1
-1
/
+1
*
some more Voodoo cleanup (nw)
Vas Crabb
2017-05-25
1
-199
/
+151
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-301
/
+326
*
voodoo: Revert texture base address calculation to fix seattle driver. (nw)
Ted Green
2017-04-22
1
-4
/
+2
*
voodoo: Change multi base address selection to fix funkball textures.
Ted Green
2017-04-20
1
-6
/
+10
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-6
/
+6
*
Remove device_config_complete from numerous devices that don't really need it...
AJR
2017-02-09
1
-10
/
+0
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-59
/
+59
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-241
/
+241
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-11
/
+11
*
small cleanup (nw)
Miodrag Milanovic
2016-06-05
1
-1
/
+1
*
(nw) Fixed up PCI VGA legacy register mapping
Ted Green
2016-05-18
1
-5
/
+7
*
voodoo: Stopped blocking of non-fifo'd register writes (nw)
Ted Green
2016-05-17
1
-3
/
+6
*
(nw) Prep work for gpu acceleration
Ted Green
2016-05-01
1
-46
/
+50
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-2
/
+2
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-4
/
+3
*
Cleanups and version bump
Miodrag Milanovic
2016-02-24
1
-7
/
+3
*
start making this a little more modern c++y with classes, member functions et...
David Haywood
2016-02-01
1
-1476
/
+1399
*
Cleanups and version bump
mame0170
Miodrag Milanovic
2016-01-27
1
-4
/
+2
*
shuffle some code around, move included code to .inc file, easier to read / u...
David Haywood
2016-01-24
1
-539
/
+22
*
reverting:
Miodrag Milanovic
2016-01-20
1
-8
/
+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
/
+8
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-1
/
+1
*
cleanup (nw)
Miodrag Milanovic
2015-12-26
1
-2
/
+2
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-2
/
+2
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-23
/
+23
*
fix compile (nw)
Miodrag Milanovic
2015-11-08
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+6537
[prev]