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
/
osd
/
windows
/
drawdd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved all renderers to osd/modules/render. (nw)
couriersud
2015-02-28
1
-1310
/
+0
*
Introduced osd_rect and osd_dim to allow for more code alignment. (nw)
couriersud
2015-02-27
1
-5
/
+5
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
1
-2
/
+2
*
More alignment of code:
couriersud
2015-02-22
1
-4
/
+4
*
Make OpenGL renderer available in mainline build as well. This needs to
couriersud
2015-02-22
1
-5
/
+6
*
Fix warning (nw)
Miodrag Milanovic
2015-02-19
1
-1
/
+1
*
More code alignment for windows and renderer. (nw)
couriersud
2015-02-12
1
-3
/
+3
*
More osd_window migration. (nw)
couriersud
2015-02-11
1
-9
/
+11
*
Identified window properties/variables which are used by renderers.
couriersud
2015-02-09
1
-24
/
+24
*
Introduced a comparable "osd_renderer" interface like it now exists for
couriersud
2015-02-05
1
-266
/
+276
*
Added window to osd_interface (nw)
Miodrag Milanovic
2014-09-01
1
-56
/
+56
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-45
/
+45
*
renamed rendersw.c to rendersw.inc
Oliver Stöneberg
2014-03-19
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-3
/
+3
*
Changed how NULL callbacks are specified on win_draw_callbacks
Nathan Woods
2014-02-08
1
-3
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-35
/
+2
*
"put HLSL back ..." fix build etc.
David Haywood
2013-06-06
1
-0
/
+1
*
As this project is clearly now run by people who care more about "feelings" a...
Ryan Holtz
2013-06-06
1
-1
/
+0
*
- d3dhlsl.c: Made HLSL switchable at runtime, Ctrl+Alt+F12. [MooglyGuy]
Ryan Holtz
2013-01-13
1
-0
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-42
/
+42
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-6
/
+3
*
fix for -video ddraw causing crash on 16bit video output (no whatsnew)
Miodrag Milanovic
2012-05-19
1
-2
/
+2
*
Hooray for templates.
Aaron Giles
2012-04-12
1
-140
/
+9
*
HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere, SoltanGris42]
Ryan Holtz
2011-05-30
1
-0
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-2
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-3
/
+3
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-1
/
+1
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-3
/
+4
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-4
/
+4
*
Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew)
Miodrag Milanovic
2011-01-13
1
-6
/
+0
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-2
/
+2
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-29
/
+29
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-5
/
+3
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-3
/
+0
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-0
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-5
/
+5
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-5
/
+5
*
Cleanups and version bump.
mame0134u3
Aaron Giles
2009-10-12
1
-22
/
+22
*
Moved all the OSD/windows code over to straight BSD license.
Aaron Giles
2009-10-12
1
-2
/
+34
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-2
/
+1
*
Modified the makefile to support experimental optional C++
Aaron Giles
2009-02-28
1
-21
/
+21
*
This patch:
Aaron Giles
2008-11-13
1
-8
/
+7
*
From: Oliver Stoenberg
Aaron Giles
2008-04-11
1
-8
/
+8
*
Centralized definitions of _WIN32_WINNT.
Aaron Giles
2008-03-21
1
-3
/
+0
*
Fixed pick_best_mode in both d3d and ddraw cases to manually extract
Aaron Giles
2008-03-17
1
-1
/
+10
*
Changes first argument of video_screen_* functions to take a device_config
Zsolt Vasvari
2008-03-09
1
-1
/
+1
*
Moves 'refresh' from public to internal video state and renames it to 'frame_...
Zsolt Vasvari
2008-03-07
1
-1
/
+1
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-01-24
1
-1
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
[next]