| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 6 | -1/+5 |
| * | Updates "2016" strings to "2017 where relevant. |  Stiletto | 2017-01-24 | 1 | -1/+1 |
| * | Fix compile with latest BGFX (nw) |  Miodrag Milanovic | 2017-01-02 | 4 | -10/+11 |
| * | Move special windows.h include directives to build defines (nw) |  Brad Hughes | 2016-12-28 | 1 | -2/+0 |
| * | first srcclean pass (nw) |  Vas Crabb | 2016-12-25 | 1 | -1/+1 |
| * | Make shaders compile dx9 and dx11 only on windows (nw) |  Miodrag Milanovic | 2016-11-08 | 2 | -3/+7 |
| * | Updated BGFX and BX and recompiled shaders (nw) |  Branimir Karadžić | 2016-10-29 | 2 | -14/+39 |
| * | Reduced defocus effect to one pass (HLSL/BGFX) |  Jezze | 2016-10-22 | 1 | -11/+17 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 14 | -24/+24 |
| * | Fixed aspect ratio of rounded corners (nw) |  Jezze | 2016-09-29 | 1 | -11/+12 |
| * | use floorf rather than floor for float->float |  Vas Crabb | 2016-09-28 | 2 | -4/+4 |
| * | Fixed several small issues in HLSL/BGFX |  Jezze | 2016-09-28 | 6 | -33/+100 |
| * | Update BGFX and BX packages and update MAME code to support new API (nw) |  Miodrag Milanovic | 2016-09-03 | 2 | -7/+7 |
| * | - already fixed scanline issue also applied for swapped orientation (nw) |  Jezze | 2016-08-13 | 1 | -3/+7 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+2 |
| * | Get sun4_40 happy with SCSI |  therealmogminer@gmail.com | 2016-07-22 | 3 | -0/+175 |
| * | Added crt-geom and crt-geom-deluxe shaders for bgfx. |  Jeremy Green | 2016-07-03 | 12 | -0/+734 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 4 | -53/+53 |
| * | POSIX implementation for new directory read features, cleanup of Windows impl... |  Vas Crabb | 2016-06-25 | 2 | -7/+3 |
| * | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 2 | -9/+9 |
| * | Small shader corrections (nw) |  ImJezze | 2016-06-20 | 2 | -2/+2 |
| * | Merge pull request #907 from einstein95/patch-6 |  Vas Crabb | 2016-06-15 | 1 | -3/+3 |
| |\ |
|
| | * | Rearrange shaderc arguments (nw) |  Logan B | 2016-05-28 | 1 | -3/+3 |
| * | | Fixed scanlines if the screen output is less than twice the size of the host ... |  ImJezze | 2016-06-06 | 1 | -1/+7 |
| * | | Procedural texture for vectors in HLSL |  ImJezze | 2016-06-05 | 1 | -8/+10 |
| * | | More slider cleanup, nw |  therealmogminer@gmail.com | 2016-05-28 | 6 | -27/+26 |
| |/ |
|
| * | Fix potential crash when using pillarbox default.lay but not specifying 3 sha... |  therealmogminer@gmail.com | 2016-05-27 | 1 | -2/+8 |
| * | Fix crash when using pillarbox shaders, nw |  therealmogminer@gmail.com | 2016-05-27 | 11 | -8/+186 |
| * | Fix debug crash with bgfx screen chains |  therealmogminer@gmail.com | 2016-05-26 | 6 | -19/+49 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 4 | -18/+18 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 6 | -5/+6 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 11 | -328/+327 |
| * | Reapply balrog's fix |  therealmogminer@gmail.com | 2016-04-26 | 1 | -0/+1 |
| * | Fix preservation of settings when changing screen chain selection with multip... |  therealmogminer@gmail.com | 2016-04-26 | 4 | -1/+74 |
| * | Revert "Fix crash when switching screen chains (nw)" upon request (nw) |  balr0g | 2016-04-25 | 1 | -1/+0 |
| * | Fix crash when switching screen chains (nw) |  balr0g | 2016-04-25 | 1 | -0/+1 |
| * | bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] |  therealmogminer@gmail.com | 2016-04-25 | 118 | -613/+7295 |
| * | Added "selection" parameter to chain input sampler |  ImJezze | 2016-04-24 | 18 | -141/+367 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 2 | -4/+5 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 3 | -4/+3 |
| * | Simplified min, max, default and step value handling for chain configuration |  ImJezze | 2016-04-22 | 6 | -44/+44 |
| * | Small fixes (nw) |  ImJezze | 2016-04-22 | 1 | -14/+14 |
| * | works for sub folders of CHAIN folder specified (nw) |  Miodrag Milanovic | 2016-04-21 | 1 | -3/+3 |
| * | Checkpoint 1, nw |  therealmogminer@gmail.com | 2016-04-21 | 107 | -83/+5170 |
| * | compile just one chain with |  Miodrag Milanovic | 2016-04-21 | 1 | -1/+4 |
| * | Fixed b1c06ac (nw) |  ImJezze | 2016-04-21 | 1 | -5/+2 |
| * | Implemented handling for u_screen_scale and u_screen_offset (nw) |  ImJezze | 2016-04-21 | 6 | -21/+67 |
| * | Refactored BGFX distortion pass (nw) |  ImJezze | 2016-04-19 | 3 | -45/+53 |
| * | bgfx: Added SuperEagle shader. [Ryan Holtz] |  therealmogminer@gmail.com | 2016-04-19 | 5 | -0/+250 |
| * | -Added HQ2x, HQ3x and HQ4x shaders. [MooglyGuy,Jules Blok,Cameron Zemek,Maxim... |  therealmogminer@gmail.com | 2016-04-18 | 16 | -1/+445 |