| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean (nw) |  Vas Crabb | 2019-02-24 | 1 | -257/+257 |
| * | sdl_sound.cpp: Remove leftover variable (nw) |  Enik Land | 2019-02-18 | 1 | -3/+0 |
| * | misc fixes |  Vas Crabb | 2019-02-18 | 3 | -44/+68 |
| * | (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... |  Vas Crabb | 2019-02-18 | 1 | -4/+2 |
| * | Show video-mode option 'accel' in help and GUI |  Andreas Müller | 2019-02-17 | 1 | -0/+1 |
| * | Fixed sdl2 keymap processing. [Couriersud] |  couriersud | 2019-02-16 | 3 | -43/+280 |
| * | add GCC/clang implementations of 64*64->128 multiply for x86_64, and adjust s... |  Vas Crabb | 2019-02-16 | 2 | -4/+40 |
| * | osd: 64x64 multiply helpers (nw) |  Patrick Mackinlay | 2019-02-16 | 2 | -0/+76 |
| * | Merge pull request #4492 from algestam/bgfx_hlsl_fix |  R. Belmont | 2019-01-16 | 1 | -3/+3 |
| |\ |
|
| | * | Transposed transformation matrix to fix bgfx colors (nw) |  Henrik Algestam | 2019-01-08 | 1 | -3/+3 |
| * | | osd/windows: Send logerror to stderr if no debugger is attached and -oslog is... |  Vas Crabb | 2019-01-13 | 4 | -30/+38 |
| * | | apply -verbose after processing command-line options and after first pass ove... |  Vas Crabb | 2019-01-12 | 3 | -20/+20 |
| * | | 2018 -> 2019 changes (nw) |  Stiletto | 2019-01-10 | 1 | -1/+1 |
| |/ |
|
| * | Keep track of which SDL input subsystems were initialized (nw) |  Justin Kerk | 2019-01-01 | 1 | -4/+16 |
| * | Better Emscripten SDL fix (nw) |  Justin Kerk | 2018-12-31 | 1 | -4/+5 |
| * | Fix joystick initialization with Emscripten SDL [Justin Kerk] |  Justin Kerk | 2018-12-30 | 1 | -0/+4 |
| * | Workaround for Web Audio autoplay restrictions in Chrome 71 [Justin Kerk] |  Justin Kerk | 2018-12-30 | 1 | -6/+12 |
| * | Fixed a few missing #includes flagged by VS2019 beta, nw |  mooglyguy | 2018-12-30 | 1 | -0/+1 |
| * | Merge tag 'mame0205' |  Vas Crabb | 2018-12-26 | 1 | -9/+15 |
| |\ |
|
| | * | work around Qt crash, thanks mizapf (nw) |  Vas Crabb | 2018-12-25 | 1 | -9/+15 |
| * | | clean up sdl_sound a bit (nw) |  Vas Crabb | 2018-12-25 | 1 | -113/+74 |
| |/ |
|
| * | dwrite: noticed an error msg with missing \n (nw) |  hap | 2018-12-14 | 1 | -1/+1 |
| * | make dsound default over xaudio2 (nw) |  hap | 2018-12-14 | 1 | -1/+1 |
| * | clean up and improve option descriptions |  Vas Crabb | 2018-12-13 | 3 | -56/+56 |
| * | xaudio2: fix wrong dll, regression from a10fcd31d3d8add2424467f981d4405f06c92... |  hap | 2018-12-12 | 1 | -3/+3 |
| * | Fix OS X build after a45221458dfba557ae32c0073750a06deea3f45e (nw) |  AJR | 2018-12-11 | 1 | -3/+1 |
| * | Android compile fix (#4395) |  Miodrag Milanović | 2018-12-11 | 2 | -5/+7 |
| * | dec8.cpp: Fix regression with ghostb, srdarwin (nw) |  Scott Stone | 2018-12-09 | 1 | -1/+1 |
| * | sdl_sound.cpp: Rework the circular buffer |  Celelibi | 2018-12-09 | 1 | -196/+164 |
| * | 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] |  mooglyguy | 2018-12-05 | 9 | -31/+36 |
| * | Fix crashiness on OS X when the network device couldn't be opened (nw) |  arbee | 2018-11-22 | 1 | -0/+3 |
| * | taptun: and formatting too (nw) |  Patrick Mackinlay | 2018-11-21 | 1 | -1/+1 |
| * | taptun: bollocks (nw) |  Patrick Mackinlay | 2018-11-21 | 1 | -1/+1 |
| * | taptun: padding and fcs on Linux too (nw) |  Patrick Mackinlay | 2018-11-21 | 1 | -5/+10 |
| * | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -12/+12 |
| * | nothing to see here (nw) |  arbee | 2018-11-03 | 1 | -2/+17 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2018-10-28 | 2 | -11/+12 |
| * | Disable setting the SDL_WINDOW_OPENGL extra flag if -video none is set. This... |  Dustin Stahlback | 2018-10-09 | 1 | -1/+1 |
| * | HLSL Color Transforms and 3D LUT (#4043) |  Westley M. Martinez | 2018-10-07 | 12 | -32/+342 |
| * | osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI... |  mooglyguy | 2018-10-06 | 1 | -0/+1 |
| * | sun4: More optimizations, nw |  mooglyguy | 2018-09-23 | 2 | -7/+15 |
| * | srcclean (nw) |  Vas Crabb | 2018-09-23 | 1 | -3/+3 |
| * | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 3 | -10/+10 |
| * | - fix not set default uniforms for vector pass (#4008) |  ImJezze | 2018-09-17 | 1 | -1/+1 |
| * | Port scanline modification to BGFX |  W. M. Martinez | 2018-09-14 | 3 | -38/+116 |
| * | HLSL: Move scanline to occur before defocus |  W. M. Martinez | 2018-09-14 | 2 | -22/+100 |
| * | fix clang build (nw) |  smf- | 2018-09-06 | 1 | -1/+1 |
| * | interpro: notworking -> networking (#3815) |  Patrick Mackinlay | 2018-09-04 | 3 | -9/+44 |
| * | fixup (nw) |  Vas Crabb | 2018-08-27 | 1 | -1/+1 |
| * | -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] |  mooglyguy | 2018-08-27 | 6 | -23/+108 |