| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-02-24 | 56 | -744/+744 |
| * | Fix lack of bgfx output on OS X, nw |  therealmogminer@gmail.com | 2016-02-22 | 1 | -1/+2 |
| * | Fix bgfx crash when launching games from UI, nw |  therealmogminer@gmail.com | 2016-02-22 | 1 | -0/+1 |
| * | Fix D3D and BGFX fullscreen toggle issues, nw |  therealmogminer@gmail.com | 2016-02-22 | 11 | -33/+77 |
| * | Better fix (nw) |  Miodrag Milanovic | 2016-02-21 | 1 | -1/+1 |
| * | Fix linux compile (nw) |  Miodrag Milanovic | 2016-02-21 | 1 | -0/+1 |
| * | Fix some compile errors, not sure if all(nw) |  therealmogminer@gmail.com | 2016-02-21 | 49 | -41/+452 |
| * | Final fixups, get sliders working again, nw |  therealmogminer@gmail.com | 2016-02-21 | 13 | -138/+238 |
| * | More work on targets, nw |  therealmogminer@gmail.com | 2016-02-21 | 8 | -65/+76 |
| * | More reader support, nw |  therealmogminer@gmail.com | 2016-02-21 | 4 | -7/+39 |
| * | More JSON reader plumbing, nw |  therealmogminer@gmail.com | 2016-02-21 | 12 | -10/+385 |
| * | More reshuffling, nw |  therealmogminer@gmail.com | 2016-02-21 | 16 | -137/+255 |
| * | First take on render API reorg, nw |  therealmogminer@gmail.com | 2016-02-21 | 63 | -1894/+2896 |
| * | Fix build with some clang versions |  Vas Crabb | 2016-02-18 | 1 | -4/+4 |
| * | Use RGBA instead of BGRA in bgfx |  therealmogminer@gmail.com | 2016-02-17 | 1 | -9/+21 |
| * | Dropped ddraw renderer (nw) |  Miodrag Milanovic | 2016-02-17 | 1 | -1317/+0 |
| * | Fix remaining issues with bgfx renderer |  therealmogminer@gmail.com | 2016-02-17 | 2 | -232/+286 |
| * | fix for emscripten (nw) |  Miodrag Milanovic | 2016-02-16 | 1 | -1/+3 |
| * | placed back OPENGL check since GL is not same as GLES (nw) |  Miodrag Milanovic | 2016-02-16 | 1 | -0/+4 |
| * | opengl as requirement (nw) |  Miodrag Milanovic | 2016-02-16 | 1 | -4/+0 |
| * | Remove SDL 1.2 support (nw) |  Miodrag Milanovic | 2016-02-16 | 4 | -337/+4 |
| * | Enabled BGFX support for SteamLink |  Miodrag Milanovic | 2016-02-16 | 1 | -0/+2 |
| * | Fix errors with -rol and -ror, nw |  therealmogminer@gmail.com | 2016-02-15 | 1 | -24/+51 |
| * | Significant speed improvements to the BGFX renderer. [MooglyGuy] |  therealmogminer@gmail.com | 2016-02-15 | 5 | -394/+981 |
| * | proper memory handling (nw) |  Miodrag Milanovic | 2016-02-12 | 1 | -12/+9 |
| * | cleanup and fix for xy_to_render_target (nw) |  Miodrag Milanovic | 2016-02-12 | 1 | -32/+5 |
| * | simplify code (nw) |  Miodrag Milanovic | 2016-02-12 | 1 | -29/+12 |
| * | Added multi window support for BGFX backend (nw) |  Miodrag Milanovic | 2016-02-12 | 1 | -36/+109 |
| * | Fix sequence of primitives while rendering (nw) |  Miodrag Milanovic | 2016-02-08 | 1 | -1/+1 |
| * | fixed texture clamping and added respect of filter parameter (nw) |  Miodrag Milanovic | 2016-02-08 | 1 | -4/+7 |
| * | fix SDL display for BGFX (nw) |  Miodrag Milanovic | 2016-02-08 | 1 | -13/+7 |
| * | optimize a bit (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -17/+28 |
| * | use proper texture format bgfx::TextureFormat::BGRA8 (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -19/+10 |
| * | remove debug data (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -1/+1 |
| * | respect waitsync param (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -5/+5 |
| * | removed vsync flag (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -3/+3 |
| * | optimized code a bit, reused Aarons code (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -94/+277 |
| * | propagate color to texture (nw) |  Miodrag Milanovic | 2016-02-07 | 1 | -1/+1 |
| * | Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic] |  Miodrag Milanovic | 2016-02-07 | 9 | -77/+599 |
| * | Use nothrow allocation in these circumstance. |  dankan1890 | 2016-01-30 | 1 | -1/+1 |
| * | Fix error by ImJezze (nw) |  Miodrag Milanovic | 2016-01-27 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0170 |  Miodrag Milanovic | 2016-01-27 | 1 | -13/+13 |
| * | fix error (nw) |  Miodrag Milanovic | 2016-01-27 | 1 | -1/+1 |
| * | Merge pull request #587 from ImJezze/pull |  Miodrag Milanović | 2016-01-27 | 4 | -236/+306 |
| |\ |
|
| | * | Cleanup (nw) |  ImJezze | 2016-01-26 | 1 | -6/+6 |
| | * | NTSC Refactoring and Options |  ImJezze | 2016-01-25 | 2 | -66/+159 |
| | * | Fixed YIQ passes |  ImJezze | 2016-01-09 | 1 | -2/+9 |
| | * | Refactored color converge |  ImJezze | 2016-01-09 | 1 | -16/+17 |
| | * | Refactoring (nw) |  ImJezze | 2016-01-03 | 2 | -48/+29 |
| | * | Refactoring |  ImJezze | 2015-12-31 | 4 | -115/+98 |