summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* SDL: -video auto on macOS now selects BGFX rather than OpenGL for future-proo... arbee2019-11-161-3/+3
* opengl: work around Retina issue on macOS Catalina until SDL catches up [R. B... arbee2019-11-161-1/+39
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-1610-22/+51
* winptty: don't create pipe unless requested (nw) cracyc2019-11-161-1/+2
* Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix transp... Julian Sikorski2019-11-122-16/+8
* bgfx: fix tgmj crash on resolution change (GitHub #5857) [Ryan Holtz Vas Crabb2019-11-061-0/+8
* bgfx: fix resource leak (nw) (#5820) algestam2019-10-281-0/+1
* srcclean (nw) Vas Crabb2019-10-264-29/+29
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-252-6/+7
* -bgfx: Uncomment D3D12 backend detection, as it apparently no longer crashes ... MooglyGuy2019-10-231-5/+4
* -bgfx: Fixed incorrect pitch of palette uploads, fixes 16-bit palettized text... MooglyGuy2019-10-231-4/+8
* -bgfx: Fix crash when scrolling current effect to 'none', nw MooglyGuy2019-10-221-1/+1
* -bgfx: Rework chain updating to minimize primlist locking, nw MooglyGuy2019-10-227-111/+186
* -bgfx: Fixed opengl backend, nw MooglyGuy2019-10-211-0/+2
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-163-260/+248
* Check that m_display is not null to prevent crash (#5725) George McMullen2019-10-151-4/+20
* Make shaders fixes (#5730) Julian Sikorski2019-10-131-14/+15
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-1319-60/+279
* WIP: sync bgfx, bx and bimg with latest upstream (#5723) Julian Sikorski2019-10-137-22/+42
* (nw) misc cleanup: Vas Crabb2019-10-111-3/+3
* SDL: support RRGGBB00 format used by ARM Mali GPUs [R. Belmont] arbee2019-10-061-0/+4
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-2620-126/+121
* srcclean (nw) Vas Crabb2019-09-222-4/+4
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-204-17/+25
* OSD_MAC: don't run MAME on a thread, it upsets the debugger very much (nw) arbee2019-09-175-54/+65
* OSD_MAC: window now visible and has a title, but doesn't render (nw) arbee2019-09-161-7/+17
* Fix typo (nw) R. Belmont2019-09-161-1/+1
* Fix compile (nw) Olivier Galibert2019-09-161-3/+2
* A few files that got missed (nw) arbee2019-09-154-1/+251
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-1518-4/+2223
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-116-52/+40
* Fix QT debugger (nw) AJR2019-09-101-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-108-88/+32
* gdbstub: more improvements (#5569) Ramiro Polla2019-08-311-29/+155
* srcclean (nw) Vas Crabb2019-08-252-27/+27
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-193-2/+11
* debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-3/+3
* gdbstub: add z80 and m6502 Ramiro Polla2019-08-121-0/+53
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-113-0/+1137
* Removed some dead static variables (nw) (#5458) npwoods2019-08-111-9/+1
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-084-6/+6
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-049-18/+173
* Use canonical spelling of "canonical" (nw) AJR2019-08-022-2/+2
* -scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converte... MooglyGuy2019-07-241-0/+151
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-224-7/+7
|\
| * Changed winwindow_has_focus() to return bool npwoods2019-07-224-7/+7
* | Merge pull request #5379 from npwoods/draw_video_contents_take_bool R. Belmont2019-07-224-7/+7
|\ \
| * | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-224-7/+7
| |/
* / Removing a stray (likely vestigial) variable from window.cpp (nw) npwoods2019-07-221-8/+0
|/
* Suggestion for very-low-latency mode on portaudio Eric Vidal2019-07-141-8/+27