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
/
emu
/
video.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-1
/
+1
*
Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew)
Miodrag Milanovic
2011-01-05
1
-1
/
+1
*
Cleanups and version bump.
mame0140u2
Aaron Giles
2010-12-08
1
-10
/
+10
*
Fix regressions in games with buffered spriteram.
Aaron Giles
2010-12-06
1
-1
/
+0
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-367
/
+122
*
Fix MT04059: Add new method reset_origin() to screen devices to allow
Aaron Giles
2010-10-18
1
-0
/
+1
*
Convert rendlay objects into C++, reduce the number of unused textures
Aaron Giles
2010-10-18
1
-0
/
+2
*
Fix crash when specifying -effect.
Aaron Giles
2010-10-16
1
-0
/
+2
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-1
/
+3
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-45
/
+19
*
directly casting to UINT caused compile-time negative values to become 0
Michaƫl Banaan Ananas
2010-07-05
1
-4
/
+4
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-1
/
+1
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-5
/
+5
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-3
/
+0
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-7
/
+7
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-144
/
+334
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-22
/
+22
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-3
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-5
/
+8
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-2
/
+2
*
Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE
Aaron Giles
2009-06-08
1
-3
/
+0
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-1
/
+1
*
Removed device types from device queries that use tags, under the
Aaron Giles
2009-03-02
1
-2
/
+2
*
Major drawgfx cleanup, global removal, and feature enhancements:
Aaron Giles
2009-01-12
1
-0
/
+7
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-1
/
+1
*
Changed DEVICE_START functions to return an error code. Currently this
Aaron Giles
2008-09-09
1
-2
/
+2
*
Added new function video_get_view_for_target() which selects a view based
Aaron Giles
2008-06-16
1
-0
/
+7
*
Cleaned up software bilinear filtering code. Added bounds checking.
Aaron Giles
2008-06-16
1
-6
/
+6
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-06-12
1
-1
/
+0
*
Added uncompressed AVI recording. Extended aviio to be able
Aaron Giles
2008-05-13
1
-4
/
+8
*
01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,...
Aaron Giles
2008-04-06
1
-0
/
+3
*
Removed excessive assertions in the device_list code -- it is ok to pass
Aaron Giles
2008-03-19
1
-2
/
+2
*
Added return value to video_screen_update_partial() indicating whether
Aaron Giles
2008-03-19
1
-1
/
+1
*
Fix for screenless (and deviceless) systems - this fix assumes that it is
Nathan Woods
2008-03-17
1
-2
/
+2
*
Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY
Zsolt Vasvari
2008-03-15
1
-0
/
+55
*
Renamed *_vbl_cb to *_vblank_callback.
Aaron Giles
2008-03-14
1
-1
/
+1
*
- Removes the public screen_state object -- all access is via functions
Zsolt Vasvari
2008-03-13
1
-15
/
+0
*
Removes "global" VBLANK callback hack
Zsolt Vasvari
2008-03-12
1
-6
/
+1
*
Next batch of machine->screen[] removal
Zsolt Vasvari
2008-03-12
1
-2
/
+0
*
- First batch of machine->screen[] access has been removed
Zsolt Vasvari
2008-03-11
1
-0
/
+10
*
Moves crosshair code from video.c into its own module
Zsolt Vasvari
2008-03-11
1
-10
/
+1
*
All video_screen_*_scrnum functions have been removed. Next step is to remov...
Zsolt Vasvari
2008-03-10
1
-4
/
+0
*
Makes atarigen and tms34061 handle based
Zsolt Vasvari
2008-03-10
1
-2
/
+0
*
Changes TMS34010 to take a screen tag instead of the screen number
Zsolt Vasvari
2008-03-10
1
-0
/
+6
*
Voodoo now takes a device_config for the screen
Zsolt Vasvari
2008-03-10
1
-2
/
+4
*
Changes MC6845 to take a screen tag instead of a screen number
Zsolt Vasvari
2008-03-09
1
-3
/
+0
*
Changes first argument of video_screen_* functions to take a device_config
Zsolt Vasvari
2008-03-09
1
-20
/
+25
*
Moves 'refresh' from public to internal video state and renames it to 'frame_...
Zsolt Vasvari
2008-03-07
1
-1
/
+0
[next]