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
/
emu
/
render.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixing bug that caused render_manager::is_live() to always return true for
Nathan Woods
2011-11-05
1
-1
/
+1
*
Default layout for 4 screens systems added [Robbbert]
Miodrag Milanovic
2011-07-31
1
-0
/
+8
*
Clean-ups and version bump
mame0143u1
Angelo Salese
2011-07-11
1
-4
/
+4
*
Core import from MESS (no whatsnew)
Scott Stone
2011-07-11
1
-2
/
+2
*
Added default screenless layout, and update pinball devices to relay on that ...
Miodrag Milanovic
2011-07-04
1
-0
/
+5
*
Ok this time really checks if there was something added (no whatsnew)
Miodrag Milanovic
2011-07-03
1
-8
/
+13
*
Put new default layouts for 2 and 3 screen systems only if there are no syste...
Miodrag Milanovic
2011-07-03
1
-8
/
+11
*
Make dual and triple video systems use default layouts (no whatsnew)
Miodrag Milanovic
2011-07-02
1
-1
/
+12
*
Cleanups and version bump
mame0142u4
Angelo Salese
2011-05-24
1
-3
/
+3
*
Initial frameworking for upcoming artwork updates [Mr. Do]
Angelo Salese
2011-05-23
1
-4
/
+16
*
Implemented experimental HLSL post-processing support on Direct3D 9 targets. ...
Ryan Holtz
2011-05-16
1
-1
/
+2
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-11
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-3
/
+3
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-8
/
+8
*
Added "Mandatory artwork is missing" error [Oliver Stöneberg]
Miodrag Milanovic
2011-04-16
1
-0
/
+3
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-4
/
+4
*
BIG update.
Aaron Giles
2011-03-29
1
-25
/
+25
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-19
/
+19
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-16
/
+16
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-19
/
+18
*
Fix MT4161. The render_texture() object was doing work in its
Aaron Giles
2010-12-31
1
-16
/
+47
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-2
/
+74
*
Convert rendfont to C++.
Aaron Giles
2010-10-23
1
-1
/
+21
*
Cleanups and version bump.
mame0140
Aaron Giles
2010-10-21
1
-4
/
+4
*
Convert rendlay objects into C++, reduce the number of unused textures
Aaron Giles
2010-10-18
1
-180
/
+168
*
Fix crash when specifying -effect.
Aaron Giles
2010-10-16
1
-3
/
+4
*
Cleanups and version bump.
Aaron Giles
2010-10-14
1
-38
/
+38
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-2247
/
+1744
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-21
/
+21
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-5
/
+5
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-29
/
+19
*
Added gprof support to the makefile. [Bryan Ischo]
Aaron Giles
2010-04-08
1
-9
/
+15
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-3
/
+2
*
VS2008 compiling fix [Miodrag Milanovic] (no whatsnew)
Miodrag Milanovic
2010-02-18
1
-1
/
+1
*
Internal debugger using the mame rendering infrastructure
Couriersud
2010-02-11
1
-60
/
+94
*
Minor changes for internal render debugger
Couriersud
2010-02-05
1
-9
/
+65
*
Fix bug that mistook a non-NULL token to mean that a device was started.
Aaron Giles
2010-01-20
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-4
/
+11
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-3
/
+3
*
Fix a few stray delete's that didn't pair with global_alloc/auto_alloc.
Aaron Giles
2010-01-10
1
-3
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+4
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-16
/
+25
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-4
/
+3
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-9
/
+6
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-10
/
+10
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-11
1
-14
/
+18
*
02321: mpu4utst, mpu4tst2, mpu4met0: Screenless systems crash due to problems...
Aaron Giles
2008-10-09
1
-1
/
+1
*
Cleanups and version bump.
mame0127u6
Aaron Giles
2008-10-02
1
-15
/
+15
*
Plumbed machine parameters through the renderer. Removed need for
Aaron Giles
2008-09-29
1
-72
/
+182
[prev]
[next]