summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-259-63/+63
* made -[no]dummywrite DEBUG only and removed it from the official documentatio... Oliver Stöneberg2015-03-242-6/+0
* Updated *nix manpages to forthcoming 0.160 Cesare Falco2015-03-2311-18/+19
* removed unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-201-1/+0
* small windows.mak cleanup (nw) Oliver Stöneberg2015-03-201-3/+1
* font_windows.c: don't crash if no memory for bitmap [Peter Ferrie] Peter Ferrie2015-03-181-67/+72
* debugwin.c: avoid race condition where debugger window update request is made... Peter Ferrie2015-03-161-1/+1
* Added ability to completely disable MIDI [qmc2] (nw) Miodrag Milanovic2015-03-161-0/+2
* some compilers have trouble with this (nw) Miodrag Milanovic2015-03-161-3/+3
* osd_opengl.h: fix compile on MSVC 2012 (nw) Peter Ferrie2015-03-151-5/+14
* OS/2 patches for SDLMAME 0.159 [KO Muyng-Hun] Vas Crabb2015-03-151-1/+1
* default to DirectInput 8 so it builds with 3rdparty/dxsdk out of the box [Oli... Oliver Stöneberg2015-03-121-1/+1
* Removed unused variable (nw) Miodrag Milanovic2015-03-061-2/+0
* Fix SDL1 build Vas Crabb2015-03-061-0/+2
* Swap interval for baseline opengl. couriersud2015-03-051-1/+31
* Fix debug build. (nw) couriersud2015-03-041-7/+6
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-045-95/+129
* don't crash if malloc fails (nw) Peter Ferrie2015-03-021-1/+1
* really fix opengl compile on MSVC (thanks to couriersud) (nw) Peter Ferrie2015-03-022-8/+9
* Avoid members having the same names as wgl* functions. Renamed those to couriersud2015-03-031-13/+13
* Just another one for Peter. (nw) couriersud2015-03-022-3/+3
* Reorder includes in drawogl.c. (nw) couriersud2015-03-021-5/+4
* Fix fullscreen toggle for the accel driver os OSX. [Couriersud] couriersud2015-03-024-42/+87
* OpenGL MSVC fix for Peter. If compiling under MSVC, don't use GL/gl.h or couriersud2015-03-022-3/+7
* Fix switchres for sdl build. (nw) couriersud2015-03-021-5/+18
* Some more alignment. (nw) couriersud2015-03-017-71/+62
* Aligned monitor handling between sdl and baseline. [Couriersud] couriersud2015-03-0112-190/+256
* Fix clipping bug (e.g. apparent in neogeo) for video accel. Minor code couriersud2015-03-014-19/+34
* Fix detecting rotation for "-video accel" for quadratic screen bitmaps. couriersud2015-02-281-1/+1
* Fix mame restart (builtin game selector) in draw13.c. [CourierSud] couriersud2015-02-281-21/+31
* OpenGL on windows now supports glsl options. This worked out of the box couriersud2015-02-288-81/+132
* Merged sdl_video_config and win_video_config couriersud2015-02-285-37/+55
* Moved all renderers to osd/modules/render. (nw) couriersud2015-02-2819-292/+147
* Fix resizing on windows. (nw) couriersud2015-02-272-10/+14
* Fixed windows baseline build. couriersud2015-02-2710-86/+79
* Fix windows sdl build. (nw) couriersud2015-02-271-2/+2
* Introduced osd_rect and osd_dim to allow for more code alignment. (nw) couriersud2015-02-2711-233/+375
* C++'d more of window.c (nw) couriersud2015-02-263-162/+164
* Fix other builds. Still fighting a bit with eGit. (nw) couriersud2015-02-261-46/+85
* Speculatively fill in what couriersud forgot to commit. This is Vas Crabb2015-02-261-0/+99
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-261-18/+18
|\
| * fix building qt debugger on windows (nw) cracyc2015-02-251-18/+18
* | Moved opengl related stuff to modules/opengl couriersud2015-02-2631-280/+31
|/
* Enable OpenGL renderer on Windows. By default, run-time function couriersud2015-02-259-195/+350
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2555-418/+397
* Fixed USE_BGFX build for SDL (nw) Miodrag Milanovic2015-02-241-2/+2
* OS/2 patches for SDLMAME v0.158 [KO Myung-Hun] Vas Crabb2015-02-245-81/+7
* Whoops, I knew I'd miss something in src/osd/windows (nw) Alex W. Jackson2015-02-232-3/+3
* render.c: render_containers now always make their own copy of the emulation p... Alex W. Jackson2015-02-234-20/+20
* disabled another Visual Studio warning (nw) Oliver Stöneberg2015-02-231-1/+2