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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0161
Miodrag Milanovic
2015-04-29
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-41
/
+43
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-4
/
+4
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-9
/
+9
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-10
/
+10
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-4
/
+4
*
Cleanups and version bump
mame0160
Miodrag Milanovic
2015-03-25
1
-1
/
+1
*
made -[no]dummywrite DEBUG only and removed it from the official documentatio...
Oliver Stöneberg
2015-03-24
1
-0
/
+2
*
added missing initialization in video_manager (nw)
Oliver Stöneberg
2015-03-20
1
-1
/
+2
*
added command-line option -[no]dummywrite to create snaphots of each frame wi...
Oliver Stöneberg
2015-03-17
1
-1
/
+3
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
1
-1
/
+1
*
Converted pcap and taptun network code into modules. (nw)
couriersud
2015-01-30
1
-1
/
+1
*
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
couriersud
2015-01-17
1
-1
/
+1
*
luaengine: add frame hooking support
Luca Bruno
2014-12-25
1
-0
/
+3
*
added command-line option -[no]snapbilinear to control binlinear filtering fo...
Oliver Stöneberg
2014-10-25
1
-1
/
+7
*
and even less tagmap lookups counted (nw)
Oliver Stöneberg
2014-09-09
1
-0
/
+9
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-10
/
+10
*
and a final batch of passing attotime as const reference (nw)
Oliver Stöneberg
2014-07-04
1
-1
/
+1
*
made LUA script execute in main thread, but console running in another (nw)
Miodrag Milanovic
2014-06-09
1
-0
/
+2
*
Call reset_partial_updates() at the end of vblank instead of at the end
Dirk Best
2014-05-19
1
-3
/
+0
*
Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus
Dirk Best
2014-05-18
1
-0
/
+4
*
-Reorganized OSD, handling more sound output systems and debuggers, defaults ...
Miodrag Milanovic
2014-05-08
1
-4
/
+0
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-6
/
+6
*
MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ...
Oliver Stöneberg
2014-04-07
1
-61
/
+98
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-2
/
+2
*
Fix MNG recording (nw)
Miodrag Milanovic
2014-04-05
1
-2
/
+3
*
renamed rendersw.c to rendersw.inc
Oliver Stöneberg
2014-03-19
1
-1
/
+1
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-10
/
+10
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-6
/
+3
*
fixed taking screen shot (nw)
Miodrag Milanovic
2014-02-27
1
-2
/
+3
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-31
/
+4
*
Converted palette_t and palette_client to classes. General palette.c
Aaron Giles
2014-02-18
1
-3
/
+3
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-4
/
+0
*
Magic numbers, just say no (nw)
Alex W. Jackson
2014-02-03
1
-2
/
+3
*
Introduced a toggle_record_movie() method
Nathan Woods
2014-02-02
1
-0
/
+19
*
Adding support for variable throttle
Nathan Woods
2014-02-02
1
-5
/
+8
*
Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention...
Nathan Woods
2014-01-29
1
-3
/
+3
*
More unglamorous cleanups
Nathan Woods
2014-01-19
1
-8
/
+16
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
video.c : recompute_speed even if we skip frame, makes wav's output same for ...
Miodrag Milanovic
2013-07-01
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-57
/
+57
*
Mark the display for screenless systems as changed whenever an output has cha...
Wilbert Pol
2012-11-22
1
-1
/
+13
*
added missing \n to even more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-1
/
+1
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-1
/
+1
*
Hooray for templates.
Aaron Giles
2012-04-12
1
-28
/
+2
*
Fixed disk loading so that it handles full region tags. Fixes laserdisc
Aaron Giles
2012-01-27
1
-7
/
+10
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-11
/
+16
*
Change in minimum -STR before results are shown (nw)
Scott Stone
2012-01-21
1
-2
/
+2
*
Death to SCREEN_EOF, which was ambiguously called either
Aaron Giles
2012-01-14
1
-10
/
+1
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-8
/
+4
[next]