| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 1 | -4/+36 |
| * | 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 |
| * | Fix debug assert failure when using SDL fullscreen toggle (nw) |  AJR | 2018-08-06 | 1 | -1/+2 |
| * | (nw) more render work: |  Vas Crabb | 2018-07-31 | 1 | -4/+3 |
| * | taptun: add support for Windows (#3790) |  Patrick Mackinlay | 2018-07-30 | 1 | -0/+190 |
| * | Damn this design is ridiculous, let's just make it a little less crash-prone ... |  Olivier Galibert | 2018-07-18 | 1 | -0/+3 |
| * | Not going to pretend I understand that code, but that reduces blowups (nw) |  Olivier Galibert | 2018-07-18 | 1 | -1/+2 |
| * | Fix crash when running a DRC CPU core under Emscripten (#2794). [Justin Kerk] |  Justin Kerk | 2018-07-15 | 1 | -2/+2 |
| * | Remove running_machine::device() call in QT debugger (nw) |  AJR | 2018-07-07 | 1 | -1/+1 |
| * | fix building with clang 6.0.1 (nw) |  smf- | 2018-07-07 | 1 | -2/+0 |
| * | How to remove unwanted macros, or: getting out of discovered "check" (nw) |  AJR | 2018-06-29 | 1 | -0/+2 |
| * | osdlib: GetCurrentProcessId is valid on uwp (nw) |  cracyc | 2018-06-09 | 1 | -1/+1 |
| * | Discord plugin try 2 (#3640) |  cracyc | 2018-06-08 | 9 | -3/+260 |
| * | srcclean (nw) |  Vas Crabb | 2018-05-27 | 4 | -9/+9 |
| * | Make "Keypad ," and "Keypad =" standard keys |  AJR | 2018-05-11 | 1 | -0/+2 |
| * | Output system changes [headkaze, R. Belmont] |  arbee | 2018-05-06 | 4 | -46/+77 |
| * | Set SO_REUSEADDR in posixsocket |  Sven Schnelle | 2018-04-16 | 1 | -0/+8 |
| * | add missing override (nw) |  smf- | 2018-03-15 | 2 | -8/+8 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -2/+7 |
| * | Remove first_screen() from kc85, ti990_4, aviwrite.cpp, and huc6270 comments. nw |  mooglyguy | 2018-03-10 | 1 | -1/+2 |
| * | Removed first_screen from wswan and d3d (nw) |  Ryan Holtz | 2018-03-09 | 2 | -4/+4 |
| * | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-01-28 | 2 | -26/+26 |
| * | Fix exception on exit (nw) |  AJR | 2018-01-24 | 1 | -2/+0 |
| * | Eliminate core_strdup (nw) |  AJR | 2018-01-24 | 2 | -6/+8 |
| * | fix compile on GCC 7.2.1 (nw) |  arbee | 2018-01-13 | 1 | -0/+1 |
| * | -bgfx: Abstracted some view-related functions into bgfx_view class, nw |  mooglyguy | 2018-01-13 | 4 | -111/+213 |
| * | Convert zippath directory to a C++ interface |  Vas Crabb | 2018-01-10 | 1 | -11/+11 |
| * | detect attached debugger on OSX before generating trace/breakpoint trap |  Vas Crabb | 2018-01-10 | 1 | -7/+17 |
| * | (nw) et3400: use keypad rather than keyboard type for keypad inputs; don't ra... |  Vas Crabb | 2018-01-10 | 1 | -2/+1 |
| * | really fixed MT06623 (don't use uninitialised gamma ramp) (nw) |  smf- | 2018-01-05 | 1 | -5/+4 |
| * | Updates "2017" strings to "2018" where relevant. |  Jonathan Holt | 2018-01-06 | 1 | -1/+1 |
| * | drawd3d.cpp: fixed MT06623 (nw) |  Ivan Vangelista | 2018-01-05 | 1 | -1/+1 |
| * | Eliminate machine().firstcpu (nw) |  AJR | 2018-01-04 | 1 | -1/+1 |
| * | Merge pull request #2989 from webghost009/bicubic_opengl |  R. Belmont | 2018-01-02 | 9 | -45/+217 |
| |\ |
|
| | * | Fix shader compilation error on AMD |  Aaron | 2017-12-31 | 2 | -2/+2 |
| | * | Add Bicubic Shader to OpenGL Backend |  Aaron | 2017-12-30 | 7 | -8/+181 |
| | * | Fix Two Issues with the glsl Bilinear Shader |  Aaron | 2017-12-30 | 2 | -37/+36 |
| * | | bgfx: Use bgfx::ViewMode::Sequential, fixes handheld overlays, nw |  mooglyguy | 2018-01-01 | 1 | -0/+2 |
| |/ |
|
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 2 | -1/+20 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 2 | -1/+2 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 2 | -2/+1 |
| * | fix MT06785 |  Vas Crabb | 2017-12-07 | 2 | -1/+2 |