| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -1/+1 |
| * | clang on windows fixes (nw) |  Miodrag Milanovic | 2016-06-25 | 1 | -1/+1 |
| * | Fixed crash of D3D when sliders menu is openend and resizing the window or sw... |  ImJezze | 2016-06-20 | 1 | -113/+96 |
| * | Change two dynamic bind messages to verbose. |  Brad Hughes | 2016-06-17 | 1 | -1/+1 |
| * | Introduce dynamic_module |  Giuseppe Gorgoglione | 2016-06-11 | 1 | -112/+96 |
| * | Procedural texture for vectors in HLSL |  ImJezze | 2016-06-05 | 1 | -1/+6 |
| * | More slider cleanup, nw |  therealmogminer@gmail.com | 2016-05-28 | 1 | -4/+7 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 1 | -7/+7 |
| * | Normalized vector attenuation settings |  ImJezze | 2016-05-22 | 1 | -11/+10 |
| * | Fixed bloom target size for vector screens in full-screen mode |  ImJezze | 2016-05-22 | 1 | -17/+26 |
| * | Small changes to creation of render targest in HLSL (nw) |  ImJezze | 2016-05-16 | 1 | -70/+71 |
| * | Fixed several HLSL problems when running machines without screen (nw) |  ImJezze | 2016-05-16 | 1 | -15/+15 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -1/+1 |
| * | Equalized options of HLSL and BGFX HLSL chain |  ImJezze | 2016-05-05 | 1 | -49/+49 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -9/+9 |
| * | fix windows compile (nw) |  Miodrag Milanovic | 2016-04-26 | 1 | -0/+1 |
| * | Revert "Temp revert of Brad changes (nw)" |  Miodrag Milanovic | 2016-04-25 | 1 | -9/+21 |
| * | Temp revert of Brad changes (nw) |  Miodrag Milanovic | 2016-04-25 | 1 | -21/+9 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -3/+2 |
| * | Refactor OSD window. |  Brad Hughes | 2016-04-21 | 1 | -9/+21 |
| * | Implemented handling for u_screen_scale and u_screen_offset (nw) |  ImJezze | 2016-04-21 | 1 | -2/+2 |
| * | Merge pull request #823 from ajrhacker/deviter |  Miodrag Milanović | 2016-04-20 | 1 | -5/+1 |
| |\ |
|
| | * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -5/+1 |
| * | | Refactored distortion pass |  ImJezze | 2016-04-19 | 1 | -8/+26 |
| |/ |
|
| * | HLSL settings are reset now, when a new machine is selected |  ImJezze | 2016-04-17 | 1 | -2/+10 |
| * | Merge branch 'master' of https://github.com/GiuseppeGorgoglione/mame |  ImJezze | 2016-04-16 | 1 | -192/+45 |
| |\ |
|
| | * | Save Windows post-fx scheenshots as a single .png |  Giuseppe Gorgoglione | 2016-04-05 | 1 | -191/+32 |
| | * | Fix Windows rendering after post-fx snapshot or video recording |  Giuseppe Gorgoglione | 2016-04-05 | 1 | -1/+13 |
| * | | Reduction code for entries of "enum class ui_menu_item_type" and the use of i... |  dankan1890 | 2016-04-15 | 1 | -1/+1 |
| * | | Removed hacks for vector screens from shaders (nw) |  ImJezze | 2016-04-13 | 1 | -42/+49 |
| * | | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 1 | -6/+15 |
| * | | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -36/+16 |
| * | | Add runtime screen chain selection, nw |  therealmogminer@gmail.com | 2016-04-09 | 1 | -1/+1 |
| |/ |
|
| * | Fixed render target dimension swap for BGFX (nw) |  ImJezze | 2016-04-03 | 1 | -3/+3 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -6/+6 |
| * | Refactored Bloom |  ImJezze | 2016-03-28 | 1 | -47/+14 |
| * | Change vector and gameboy preset (nw) |  ImJezze | 2016-03-26 | 1 | -1/+1 |
| * | Added oversampling option |  ImJezze | 2016-03-25 | 1 | -27/+20 |
| * | Merge bgfx_shader into master, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -6/+9 |
| |\ |
|
| | * | Per-screen sliders and some bugfixing, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -1/+4 |
| | * | Merge with master |  therealmogminer@gmail.com | 2016-03-21 | 1 | -263/+220 |
| | |\ |
|
| | * | | Fix scrolling in slider list, nw |  therealmogminer@gmail.com | 2016-03-17 | 1 | -1/+0 |
| | * | | Add most of the rest of the D3D HLSL chain, nw |  therealmogminer@gmail.com | 2016-03-15 | 1 | -4/+5 |
| | * | | More work on bgfx data-driven shaders, nw |  therealmogminer@gmail.com | 2016-03-13 | 1 | -1/+1 |
| * | | | clang compile fixes (nw) |  Miodrag Milanovic | 2016-03-21 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | Merge pull request #724 from ImJezze/master |  Scott Stone | 2016-03-17 | 1 | -245/+202 |
| |\ \ |
|
| | * | | Scanline Variation |  ImJezze | 2016-03-15 | 1 | -0/+8 |
| | * | | Cleanup (nw) |  ImJezze | 2016-03-13 | 1 | -26/+27 |
| | * | | Refactoring of render targes and vector texture coordinates |  ImJezze | 2016-03-12 | 1 | -104/+98 |