summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx
Commit message (Expand)AuthorAgeFilesLines
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-1/+1
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-132-31/+15
* bgfx: fix flurry of bogus warning messages hap2021-10-291-1/+1
* -bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. Fixe... MooglyGuy2021-09-047-33/+54
* Use D32F texture format instead of D24, should fix AMD hardware (#8516) Julian Sikorski2021-08-301-2/+2
* -bgfx: Fixed UV rounding errors in fs_blit_palette16; Switched back to direct... MooglyGuy2021-08-301-2/+9
* -bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in c... MooglyGuy2021-08-241-17/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-2013-52/+91
* Fix to make it work on windows Miodrag Milanovic2021-08-121-2/+0
* update shader.mk according to one in bgfx Miodrag Milanovic2021-08-101-23/+45
* 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