| Commit message (Expand) | Author | Age | Files | Lines |
| * | -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 |
| * | Remove shaders that I didn't mean to commit, nw |  MooglyGuy | 2019-07-10 | 5 | -533/+0 |
| * | -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] |  MooglyGuy | 2019-07-10 | 5 | -0/+533 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -7/+7 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -7/+7 |
| * | fs_xbr-lv3-noblend.sc: Fix compile (nw) |  Olivier Galibert | 2019-03-25 | 1 | -3/+3 |
| * | Merge pull request #4492 from algestam/bgfx_hlsl_fix |  R. Belmont | 2019-01-16 | 1 | -3/+3 |
| |\ |
|
| | * | Transposed transformation matrix to fix bgfx colors (nw) |  Henrik Algestam | 2019-01-08 | 1 | -3/+3 |
| * | | 2018 -> 2019 changes (nw) |  Stiletto | 2019-01-10 | 1 | -1/+1 |
| |/ |
|
| * | Fixed a few missing #includes flagged by VS2019 beta, nw |  mooglyguy | 2018-12-30 | 1 | -0/+1 |
| * | 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] |  mooglyguy | 2018-12-05 | 7 | -15/+15 |
| * | HLSL Color Transforms and 3D LUT (#4043) |  Westley M. Martinez | 2018-10-07 | 6 | -11/+126 |
| * | Port scanline modification to BGFX |  W. M. Martinez | 2018-09-14 | 3 | -38/+116 |
| * | -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] |  mooglyguy | 2018-08-26 | 2 | -5/+92 |
| * | Damn this design is ridiculous, let's just make it a little less crash-prone ... |  Olivier Galibert | 2018-07-18 | 1 | -0/+3 |
| * | fix compile on GCC 7.2.1 (nw) |  arbee | 2018-01-13 | 1 | -0/+1 |
| * | -bgfx: Abstracted some view-related functions into bgfx_view class, nw |  mooglyguy | 2018-01-13 | 2 | -0/+132 |
| * | Updates "2017" strings to "2018" where relevant. |  Jonathan Holt | 2018-01-06 | 1 | -1/+1 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... |  Miodrag Milanovic | 2017-12-01 | 9 | -20/+20 |
| * | Use std::unique_ptr to manage instances of slider_state (nw) |  AJR | 2017-09-15 | 6 | -28/+35 |
| * | -bgfx: Fixed xBR-lv2-multipass shader. [Ryan Holtz] |  MooglyGuy | 2017-06-11 | 2 | -88/+31 |