| Commit message (Expand) | Author | Age | Files | Lines |
| * | bgfx: Fixed crt-geom{,-deluxe} shader compilation and recompiled shaders. |  Vas Crabb | 2021-03-20 | 2 | -2/+2 |
| * | bgfx: crt-geom and crt-geom-deluxe enhancements (#7872) |  cgwg | 2021-03-20 | 7 | -70/+270 |
| * | bgfx png: The message parameters were the wrong way around. |  Robbbert | 2021-02-21 | 1 | -1/+1 |
| * | bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) |  cgwg | 2021-02-21 | 4 | -33/+248 |
| * | render/bgfx: Use platform-specific path separator more consistently |  AJR | 2021-02-05 | 1 | -1/+1 |
| * | render/bgfx: Fix failure to load texture .png files when -artpath contains mu... |  AJR | 2021-02-03 | 1 | -45/+34 |
| * | Update "2020" text to "2021" (#7713) |  Stiletto | 2021-01-28 | 1 | -1/+1 |
| * | ui: Clean up slider callbacks |  AJR | 2021-01-27 | 6 | -57/+25 |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 110 | -270/+270 |
| * | bgfx: Fixed overlapping register in lcd-grid shaders and compiled for Direct3... |  Vas Crabb | 2021-01-23 | 1 | -1/+1 |
| * | bgfx: Added lcd-grid shader. (#7691) |  cgwg | 2021-01-23 | 5 | -0/+156 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -1/+1 |
| * | osdwindow.cpp: Centralize basic functions; de-virtualize various getters |  AJR | 2021-01-04 | 1 | -1/+1 |
| * | render.h, rendlay.h: Dependency refactoring |  AJR | 2021-01-04 | 1 | -0/+1 |
| * | Modified crt-geom-deluxe to track the power-law fall-off for longer (up to 10... |  cgwg | 2020-12-23 | 2 | -4/+14 |
| * | 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 | 2 | -6/+6 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
| * | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 1 | -1/+5 |
| * | emu/render.cpp: Consider that screens can be hidden when choosing a default v... |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
| * | -Got rid of most of the remaining problematic uses of make_unique_clear. |  Vas Crabb | 2020-09-30 | 3 | -3/+3 |
| * | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 1 | -1/+1 |
| * | -bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno... |  Ryan Holtz | 2020-06-20 | 9 | -16/+24 |
| * | Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) |  Oliver Stöneberg | 2020-04-08 | 1 | -1/+1 |
| * | there are reasons for things being the way they were (nw) |  Vas Crabb | 2020-01-31 | 2 | -1/+5 |
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) |  Oliver Stöneberg | 2020-01-30 | 10 | -25/+25 |
| * | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) |  Oliver Stöneberg | 2020-01-30 | 2 | -5/+1 |
| * | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 2 | -3/+3 |
| * | Merge pull request #6195 from firewave/includes |  R. Belmont | 2020-01-22 | 2 | -2/+2 |
| |\ |
|
| | * | use C++ library includes (nw) |  firewave | 2020-01-22 | 2 | -2/+2 |
| * | | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -1/+1 |
| |/ |
|
| * | Happy New Year 2020 (nw) (#6128) |  Stiletto | 2020-01-04 | 1 | -1/+1 |
| * | render/bgfx: Fix incorrect swapping of red and blue components of screen tint |  AJR | 2019-12-31 | 1 | -1/+1 |
| * | Clean up render_screen_list code, replacing simple_list with std::list (nw) |  AJR | 2019-11-24 | 1 | -1/+1 |
| * | -bgfx: Fixed Github issue #5961. [Ryan Holtz] |  MooglyGuy | 2019-11-24 | 1 | -2/+2 |
| * | srcclean (nw) |  Vas Crabb | 2019-11-25 | 3 | -3/+3 |
| * | -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] |  MooglyGuy | 2019-11-25 | 11 | -46/+118 |
| * | Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix transp... |  Julian Sikorski | 2019-11-12 | 2 | -16/+8 |
| * | bgfx: fix tgmj crash on resolution change (GitHub #5857) [Ryan Holtz |  Vas Crabb | 2019-11-06 | 1 | -0/+8 |
| * | bgfx: fix resource leak (nw) (#5820) |  algestam | 2019-10-28 | 1 | -0/+1 |
| * | srcclean (nw) |  Vas Crabb | 2019-10-26 | 3 | -7/+7 |
| * | (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... |  Vas Crabb | 2019-10-25 | 2 | -6/+7 |
| * | -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 | 6 | -110/+171 |
| * | -bgfx: Fixed opengl backend, nw |  MooglyGuy | 2019-10-21 | 1 | -0/+2 |
| * | Make shaders fixes (#5730) |  Julian Sikorski | 2019-10-13 | 1 | -14/+15 |
| * | -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] |  MooglyGuy | 2019-10-13 | 16 | -36/+233 |
| * | WIP: sync bgfx, bx and bimg with latest upstream (#5723) |  Julian Sikorski | 2019-10-13 | 6 | -21/+32 |
| * | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 2 | -2/+2 |