| Commit message (Expand) | Author | Age | Files | Lines |
| * | bgfx/chainmanager: correct a printf parse issue (compiler didn't care) |  hap | 2025-06-20 | 1 | -1/+1 |
| * | Retired the over-stretched "system type" flags. |  Vas Crabb | 2023-03-23 | 1 | -1/+1 |
| * | Miscellaneous cleanup: |  Vas Crabb | 2023-03-21 | 1 | -2/+4 |
| * | bgfx: Refined configuration handling: |  Vas Crabb | 2023-02-02 | 1 | -35/+70 |
| * | render/bgfx: Fixed texture object lifecycle issues. |  Vas Crabb | 2023-02-02 | 1 | -51/+53 |
| * | osd: Turned video modules into actual modules, fixed various issues. |  Vas Crabb | 2023-02-01 | 1 | -18/+10 |
| * | Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] |  MooglyGuy | 2023-01-29 | 1 | -28/+85 |
| * | bgfx: Back out some formatting changes to minimise conflicts. |  Vas Crabb | 2023-01-08 | 1 | -2/+6 |
| * | bgfx: Save values of most sliders per-system. |  Vas Crabb | 2023-01-08 | 1 | -15/+149 |
| * | Update BGFX, BX and BIMG (#10789) |  Miodrag Milanović | 2023-01-05 | 1 | -1/+2 |
| * | Revert "Update BGFX, BX and BIMG (#10750)" (#10787) |  R. Belmont | 2023-01-04 | 1 | -2/+1 |
| * | Update BGFX, BX and BIMG (#10750) |  Miodrag Milanović | 2023-01-04 | 1 | -1/+2 |
| * | Revert "-bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT0758... |  MooglyGuy | 2022-12-26 | 1 | -33/+5 |
| * | -bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT07587. (#107... |  MooglyGuy | 2022-12-26 | 1 | -5/+33 |
| * | osd/modules/file: Don't magically substitute environment variables when openi... |  npwoods | 2022-12-17 | 1 | -2/+2 |
| * | Clean up #includes in src/osd (#10029) |  ajrhacker | 2022-07-04 | 1 | -3/+22 |
| * | osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... |  npwoods | 2022-06-15 | 1 | -4/+2 |
| * | bgfx: Honour texture wrap flag. (#9812) |  Vas Crabb | 2022-05-23 | 1 | -1/+4 |
| * | Updated BGFX fixes; verified as working on Linux and Windows. (#9420) |  MooglyGuy | 2022-03-15 | 1 | -4/+4 |
| * | Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" |  Vas Crabb | 2022-03-16 | 1 | -4/+4 |
| * | More BGFX stability improvements (missing files + multi-window) (#9410) |  MooglyGuy | 2022-03-14 | 1 | -4/+4 |
| * | -osd/windows: Fixed stupid potential deadlock on exit. |  Vas Crabb | 2021-11-13 | 1 | -25/+13 |
| * | -bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. Fixe... |  MooglyGuy | 2021-09-04 | 1 | -3/+4 |
| * | BGFX fixes for various backends (#8469) [Ryan Holtz] |  MooglyGuy | 2021-08-20 | 1 | -3/+5 |
| * | ui: Clean up slider callbacks |  AJR | 2021-01-27 | 1 | -10/+8 |
| * | bgfx/chainmanager.cpp: Remove another entirely useless string_format call |  AJR | 2020-12-21 | 1 | -1/+1 |
| * | Eliminate many unnecessary c_str calls |  AJR | 2020-12-21 | 1 | -5/+5 |
| * | -Got rid of most of the remaining problematic uses of make_unique_clear. |  Vas Crabb | 2020-09-30 | 1 | -1/+1 |
| * | -bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno... |  Ryan Holtz | 2020-06-20 | 1 | -3/+3 |
| * | -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] |  MooglyGuy | 2019-11-24 | 1 | -21/+44 |
| * | bgfx: fix tgmj crash on resolution change (GitHub #5857) [Ryan Holtz |  Vas Crabb | 2019-11-06 | 1 | -0/+8 |
| * | (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... |  Vas Crabb | 2019-10-25 | 1 | -6/+6 |
| * | -bgfx: Fixed incorrect pitch of palette uploads, fixes 16-bit palettized text... |  MooglyGuy | 2019-10-23 | 1 | -4/+8 |
| * | -bgfx: Fix crash when scrolling current effect to 'none', nw |  MooglyGuy | 2019-10-22 | 1 | -1/+1 |
| * | -bgfx: Rework chain updating to minimize primlist locking, nw |  MooglyGuy | 2019-10-22 | 1 | -86/+103 |
| * | -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] |  MooglyGuy | 2019-10-13 | 1 | -11/+78 |
| * | 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] |  mooglyguy | 2018-12-05 | 1 | -1/+1 |
| * | Damn this design is ridiculous, let's just make it a little less crash-prone ... |  Olivier Galibert | 2018-07-18 | 1 | -0/+3 |
| * | Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... |  Miodrag Milanovic | 2017-12-01 | 1 | -2/+2 |
| * | Use std::unique_ptr to manage instances of slider_state (nw) |  AJR | 2017-09-15 | 1 | -5/+4 |
| * | do variable substitution in bgfx_path #2201 |  Vas Crabb | 2017-04-23 | 1 | -3/+7 |
| * | Fix compile with latest BGFX (nw) |  Miodrag Milanovic | 2017-01-02 | 1 | -2/+3 |
| * | Move special windows.h include directives to build defines (nw) |  Brad Hughes | 2016-12-28 | 1 | -2/+0 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
| * | use floorf rather than floor for float->float |  Vas Crabb | 2016-09-28 | 1 | -2/+2 |
| * | Fixed several small issues in HLSL/BGFX |  Jezze | 2016-09-28 | 1 | -2/+2 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+2 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -23/+23 |
| * | POSIX implementation for new directory read features, cleanup of Windows impl... |  Vas Crabb | 2016-06-25 | 1 | -3/+1 |
| * | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 1 | -5/+5 |