summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx
Commit message (Expand)AuthorAgeFilesLines
* bgfx: Fixed crt-geom{,-deluxe} shader compilation and recompiled shaders. Vas Crabb2021-03-202-2/+2
* bgfx: crt-geom and crt-geom-deluxe enhancements (#7872) cgwg2021-03-207-70/+270
* bgfx png: The message parameters were the wrong way around. Robbbert2021-02-211-1/+1
* bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) cgwg2021-02-214-33/+248
* render/bgfx: Use platform-specific path separator more consistently AJR2021-02-051-1/+1
* render/bgfx: Fix failure to load texture .png files when -artpath contains mu... AJR2021-02-031-45/+34
* Update "2020" text to "2021" (#7713) Stiletto2021-01-281-1/+1
* ui: Clean up slider callbacks AJR2021-01-276-57/+25
* srcclean in preparation for branching release Vas Crabb2021-01-24110-270/+270
* bgfx: Fixed overlapping register in lcd-grid shaders and compiled for Direct3... Vas Crabb2021-01-231-1/+1
* bgfx: Added lcd-grid shader. (#7691) cgwg2021-01-235-0/+156
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-041-1/+1
* render.h, rendlay.h: Dependency refactoring AJR2021-01-041-0/+1
* Modified crt-geom-deluxe to track the power-law fall-off for longer (up to 10... cgwg2020-12-232-4/+14
* bgfx/chainmanager.cpp: Remove another entirely useless string_format call AJR2020-12-211-1/+1
* Eliminate many unnecessary c_str calls AJR2020-12-212-6/+6
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Various improvements to image file handling: Vas Crabb2020-10-081-1/+5
* emu/render.cpp: Consider that screens can be hidden when choosing a default v... Vas Crabb2020-10-031-1/+1
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-303-3/+3
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* -bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno... Ryan Holtz2020-06-209-16/+24
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-312-1/+5
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-3010-25/+25
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-302-5/+1
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-302-3/+3
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-222-2/+2
|\
| * use C++ library includes (nw) firewave2020-01-222-2/+2
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* Happy New Year 2020 (nw) (#6128) Stiletto2020-01-041-1/+1
* render/bgfx: Fix incorrect swapping of red and blue components of screen tint AJR2019-12-311-1/+1
* Clean up render_screen_list code, replacing simple_list with std::list (nw) AJR2019-11-241-1/+1
* -bgfx: Fixed Github issue #5961. [Ryan Holtz] MooglyGuy2019-11-241-2/+2
* srcclean (nw) Vas Crabb2019-11-253-3/+3
* -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] MooglyGuy2019-11-2511-46/+118
* Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix transp... Julian Sikorski2019-11-122-16/+8
* bgfx: fix tgmj crash on resolution change (GitHub #5857) [Ryan Holtz Vas Crabb2019-11-061-0/+8
* bgfx: fix resource leak (nw) (#5820) algestam2019-10-281-0/+1
* srcclean (nw) Vas Crabb2019-10-263-7/+7
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-252-6/+7
* -bgfx: Fixed incorrect pitch of palette uploads, fixes 16-bit palettized text... MooglyGuy2019-10-231-4/+8
* -bgfx: Fix crash when scrolling current effect to 'none', nw MooglyGuy2019-10-221-1/+1
* -bgfx: Rework chain updating to minimize primlist locking, nw MooglyGuy2019-10-226-110/+171
* -bgfx: Fixed opengl backend, nw MooglyGuy2019-10-211-0/+2
* Make shaders fixes (#5730) Julian Sikorski2019-10-131-14/+15
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-1316-36/+233
* WIP: sync bgfx, bx and bimg with latest upstream (#5723) Julian Sikorski2019-10-136-21/+32
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-262-2/+2