summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Merged in BGFX changes and adapted BGFX draw to inherit from couriersud2015-02-014-112/+92
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-0114-1/+630
|\
| * Added BGFX skeleton to SDL build as well (nw) Miodrag Milanovic2015-02-019-6/+392
| * Added BGFX as video output. For now rendering info shown only (nw) Miodrag Milanovic2015-02-016-0/+243
* | Aligned code. Once done the window creation code should be in window.c couriersud2015-02-013-198/+349
* | Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-013-18/+13
|\|
| * some winprefix.h cleanups (nw) Oliver Stöneberg2015-01-311-9/+5
| * restored winprefix.h change by Peter Ferrie (nw) Oliver Stöneberg2015-01-311-9/+8
| * Revert "fix compile on MSVC 2012 (nw)" Oliver Stöneberg2015-01-311-1/+0
| * vconv: disabled C4826 again (nw) Oliver Stöneberg2015-01-311-1/+2
| * Fix compile with NO_USE_MIDI (nw) Justin Kerk2015-01-311-1/+1
* | Fix compile. (nw) couriersud2015-02-012-2/+2
* | introduced concept of an osd_renderer. Changed draw code to couriersud2015-02-016-844/+767
* | More transition to "m_" members. (nw) couriersud2015-01-316-387/+391
* | All private members for sdl_window_info now start with "m_". (nw) couriersud2015-01-316-306/+332
|/
* Fix clang build. (nw) couriersud2015-01-311-1/+1
* Converted midi into a module. (nw) couriersud2015-01-3110-127/+251
* Fixed SDL1.2 (osx, linux, windows). (nw) couriersud2015-01-302-60/+72
* Missed one file. (nw) couriersud2015-01-301-0/+26
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-01-301-0/+1
|\
| * fix compile on MSVC 2012 (nw) peterferrie2015-01-301-0/+1
* | Converted pcap and taptun network code into modules. (nw) couriersud2015-01-3019-618/+405
|/
* Update sdl.mak couriersud2015-01-301-2/+2
* Converted osd/sdl/nedev_pcap.c to dynamic library loading. (nw) couriersud2015-01-292-11/+46
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-01-291-0/+1
|\
| * Merge pull request #124 from 0-wiz-0/master couriersud2015-01-291-0/+1
| |\
| | * Define network API to use on NetBSD. Thomas Klausner2015-01-291-0/+1
* | | Converted sdl_monitor_info into a proper object. (nw) couriersud2015-01-297-128/+112
|/ /
* | Some fixes for multimonitor fullscreen on linux and windows. In couriersud2015-01-293-173/+228
* | Converted blit13.h to templates and fixed a number of bugs around couriersud2015-01-292-183/+203
* | Merge remote-tracking branch 'origin/master' couriersud2015-01-2856-2282/+2258
|\|
| * More JSMESS breakage (nw) Justin Kerk2015-01-281-1/+1
| * Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-2856-2281/+2257
* | Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-01-282-2/+1
|\|
| * JSMESS compile fixes (nw) DopefishJustin2015-01-282-2/+1
* | Amended comment about prescale. (nw) couriersud2015-01-271-1/+1
|/
* Fix SDLMAME build on windows without QT debugger. couriersud2015-01-271-6/+8
* make 'auto' on SDL Windows mean 'OpenGl' The MACOSX build is already this wa... mamehaze2015-01-271-1/+1
* Fix compile for Windows/non-sdl. (nw) couriersud2015-01-271-0/+4
* Promote osd_getenv from osdlib.h to osdcore.h. Change return type to couriersud2015-01-279-24/+23
* Removed include not needed. Fixed compile. Thanks David! (nw) couriersud2015-01-271-2/+0
* Change pcap warnings to be verbose. (nw) couriersud2015-01-251-2/+2
* Minor Solaris fixes. (nw) couriersud2015-01-251-1/+0
* Solaris 11 build support. [Couriersud] couriersud2015-01-254-14/+53
* Fix osx compile. (nw) couriersud2015-01-251-1/+3
* Merged winmisc/sdlmisc into osdlib_*.c. (nw) couriersud2015-01-2511-499/+503
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-2521-397/+201
* Renamed osd_debugger_interface to debug_module in a first step to move couriersud2015-01-249-53/+46
* SDL keeps adding SDL_HINTs with every patch release. [qmc2] couriersud2015-01-241-5/+16
* More code alignment (windows/sdl). (nw) couriersud2015-01-247-105/+171