summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2016-02-2456-744/+744
* Fix lack of bgfx output on OS X, nw therealmogminer@gmail.com2016-02-221-1/+2
* Fix bgfx crash when launching games from UI, nw therealmogminer@gmail.com2016-02-221-0/+1
* Fix D3D and BGFX fullscreen toggle issues, nw therealmogminer@gmail.com2016-02-2211-33/+77
* Better fix (nw) Miodrag Milanovic2016-02-211-1/+1
* Fix linux compile (nw) Miodrag Milanovic2016-02-211-0/+1
* Fix some compile errors, not sure if all(nw) therealmogminer@gmail.com2016-02-2149-41/+452
* Final fixups, get sliders working again, nw therealmogminer@gmail.com2016-02-2113-138/+238
* More work on targets, nw therealmogminer@gmail.com2016-02-218-65/+76
* More reader support, nw therealmogminer@gmail.com2016-02-214-7/+39
* More JSON reader plumbing, nw therealmogminer@gmail.com2016-02-2112-10/+385
* More reshuffling, nw therealmogminer@gmail.com2016-02-2116-137/+255
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-2163-1894/+2896
* Fix build with some clang versions Vas Crabb2016-02-181-4/+4
* Use RGBA instead of BGRA in bgfx therealmogminer@gmail.com2016-02-171-9/+21
* Dropped ddraw renderer (nw) Miodrag Milanovic2016-02-171-1317/+0
* Fix remaining issues with bgfx renderer therealmogminer@gmail.com2016-02-172-232/+286
* fix for emscripten (nw) Miodrag Milanovic2016-02-161-1/+3
* placed back OPENGL check since GL is not same as GLES (nw) Miodrag Milanovic2016-02-161-0/+4
* opengl as requirement (nw) Miodrag Milanovic2016-02-161-4/+0
* Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-164-337/+4
* Enabled BGFX support for SteamLink Miodrag Milanovic2016-02-161-0/+2
* Fix errors with -rol and -ror, nw therealmogminer@gmail.com2016-02-151-24/+51
* Significant speed improvements to the BGFX renderer. [MooglyGuy] therealmogminer@gmail.com2016-02-155-394/+981
* proper memory handling (nw) Miodrag Milanovic2016-02-121-12/+9
* cleanup and fix for xy_to_render_target (nw) Miodrag Milanovic2016-02-121-32/+5
* simplify code (nw) Miodrag Milanovic2016-02-121-29/+12
* Added multi window support for BGFX backend (nw) Miodrag Milanovic2016-02-121-36/+109
* Fix sequence of primitives while rendering (nw) Miodrag Milanovic2016-02-081-1/+1
* fixed texture clamping and added respect of filter parameter (nw) Miodrag Milanovic2016-02-081-4/+7
* fix SDL display for BGFX (nw) Miodrag Milanovic2016-02-081-13/+7
* optimize a bit (nw) Miodrag Milanovic2016-02-071-17/+28
* use proper texture format bgfx::TextureFormat::BGRA8 (nw) Miodrag Milanovic2016-02-071-19/+10
* remove debug data (nw) Miodrag Milanovic2016-02-071-1/+1
* respect waitsync param (nw) Miodrag Milanovic2016-02-071-5/+5
* removed vsync flag (nw) Miodrag Milanovic2016-02-071-3/+3
* optimized code a bit, reused Aarons code (nw) Miodrag Milanovic2016-02-071-94/+277
* propagate color to texture (nw) Miodrag Milanovic2016-02-071-1/+1
* Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic] Miodrag Milanovic2016-02-079-77/+599
* Use nothrow allocation in these circumstance. dankan18902016-01-301-1/+1
* Fix error by ImJezze (nw) Miodrag Milanovic2016-01-271-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-13/+13
* fix error (nw) Miodrag Milanovic2016-01-271-1/+1
* Merge pull request #587 from ImJezze/pull Miodrag Milanović2016-01-274-236/+306
|\
| * Cleanup (nw) ImJezze2016-01-261-6/+6
| * NTSC Refactoring and Options ImJezze2016-01-252-66/+159
| * Fixed YIQ passes ImJezze2016-01-091-2/+9
| * Refactored color converge ImJezze2016-01-091-16/+17
| * Refactoring (nw) ImJezze2016-01-032-48/+29
| * Refactoring ImJezze2015-12-314-115/+98