summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2019-02-241-257/+257
* sdl_sound.cpp: Remove leftover variable (nw) Enik Land2019-02-181-3/+0
* misc fixes Vas Crabb2019-02-183-44/+68
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-4/+2
* Show video-mode option 'accel' in help and GUI Andreas Müller2019-02-171-0/+1
* Fixed sdl2 keymap processing. [Couriersud] couriersud2019-02-163-43/+280
* add GCC/clang implementations of 64*64->128 multiply for x86_64, and adjust s... Vas Crabb2019-02-162-4/+40
* osd: 64x64 multiply helpers (nw) Patrick Mackinlay2019-02-162-0/+76
* Merge pull request #4492 from algestam/bgfx_hlsl_fix R. Belmont2019-01-161-3/+3
|\
| * Transposed transformation matrix to fix bgfx colors (nw) Henrik Algestam2019-01-081-3/+3
* | osd/windows: Send logerror to stderr if no debugger is attached and -oslog is... Vas Crabb2019-01-134-30/+38
* | apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-123-20/+20
* | 2018 -> 2019 changes (nw) Stiletto2019-01-101-1/+1
|/
* Keep track of which SDL input subsystems were initialized (nw) Justin Kerk2019-01-011-4/+16
* Better Emscripten SDL fix (nw) Justin Kerk2018-12-311-4/+5
* Fix joystick initialization with Emscripten SDL [Justin Kerk] Justin Kerk2018-12-301-0/+4
* Workaround for Web Audio autoplay restrictions in Chrome 71 [Justin Kerk] Justin Kerk2018-12-301-6/+12
* Fixed a few missing #includes flagged by VS2019 beta, nw mooglyguy2018-12-301-0/+1
* Merge tag 'mame0205' Vas Crabb2018-12-261-9/+15
|\
| * work around Qt crash, thanks mizapf (nw) Vas Crabb2018-12-251-9/+15
* | clean up sdl_sound a bit (nw) Vas Crabb2018-12-251-113/+74
|/
* dwrite: noticed an error msg with missing \n (nw) hap2018-12-141-1/+1
* make dsound default over xaudio2 (nw) hap2018-12-141-1/+1
* clean up and improve option descriptions Vas Crabb2018-12-133-56/+56
* xaudio2: fix wrong dll, regression from a10fcd31d3d8add2424467f981d4405f06c92... hap2018-12-121-3/+3
* Fix OS X build after a45221458dfba557ae32c0073750a06deea3f45e (nw) AJR2018-12-111-3/+1
* Android compile fix (#4395) Miodrag Milanović2018-12-112-5/+7
* dec8.cpp: Fix regression with ghostb, srdarwin (nw) Scott Stone2018-12-091-1/+1
* sdl_sound.cpp: Rework the circular buffer Celelibi2018-12-091-196/+164
* 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] mooglyguy2018-12-059-31/+36
* Fix crashiness on OS X when the network device couldn't be opened (nw) arbee2018-11-221-0/+3
* taptun: and formatting too (nw) Patrick Mackinlay2018-11-211-1/+1
* taptun: bollocks (nw) Patrick Mackinlay2018-11-211-1/+1
* taptun: padding and fcs on Linux too (nw) Patrick Mackinlay2018-11-211-5/+10
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-12/+12
* nothing to see here (nw) arbee2018-11-031-2/+17
* srcclean and cleanup (nw) Vas Crabb2018-10-282-11/+12
* Disable setting the SDL_WINDOW_OPENGL extra flag if -video none is set. This... Dustin Stahlback2018-10-091-1/+1
* HLSL Color Transforms and 3D LUT (#4043) Westley M. Martinez2018-10-0712-32/+342
* osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI... mooglyguy2018-10-061-0/+1
* sun4: More optimizations, nw mooglyguy2018-09-232-7/+15
* srcclean (nw) Vas Crabb2018-09-231-3/+3
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-203-10/+10
* - fix not set default uniforms for vector pass (#4008) ImJezze2018-09-171-1/+1
* Port scanline modification to BGFX W. M. Martinez2018-09-143-38/+116
* HLSL: Move scanline to occur before defocus W. M. Martinez2018-09-142-22/+100
* fix clang build (nw) smf-2018-09-061-1/+1
* interpro: notworking -> networking (#3815) Patrick Mackinlay2018-09-043-9/+44
* fixup (nw) Vas Crabb2018-08-271-1/+1
* -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] mooglyguy2018-08-276-23/+108