summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-0438-128/+159
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-153-9/+4
* bgfx: Honour antialias flag on textured quad primitives (fixes MT08340). Vas Crabb2022-06-061-1/+1
* bgfx: Honour texture wrap flag. (#9812) Vas Crabb2022-05-232-7/+10
* Removed superfluous semicolons from various source files. (#9796) 0kmg2022-05-222-2/+2
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-032-79/+79
* -bgfx: Fixed YUV shader to have better brightness balance. [Ryan Holtz] (#9425) MooglyGuy2022-03-171-4/+5
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-1516-272/+450
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-1613-342/+235
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-1413-235/+342
* -bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ... MooglyGuy2022-03-122-8/+7
* Remove fileio.h from emu.h AJR2022-02-114-0/+4
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-072-4/+4
* rendutil.cpp: API cleanup + minor related OSD render cleanups AJR2022-01-222-32/+11
* Render-related cleanup AJR2021-12-301-2/+3
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-133-39/+19
* bgfx: fix flurry of bogus warning messages hap2021-10-291-1/+1
* Build cleanup and UWP removal (#8756) Vas Crabb2021-10-272-32/+1
|\
| * Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-262-32/+1
* | render/d3d: Replaced some locale-sensitive configuration parsing code. Vas Crabb2021-10-261-18/+21
|/
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+3
* -bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. Fixe... MooglyGuy2021-09-0410-43/+75
* 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-302-22/+10
* -bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in c... MooglyGuy2021-08-242-20/+32
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-223-8/+8
* BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-2017-80/+229
* Use std::clamp in more source files AJR2021-08-151-3/+3
* Remove not suported platform Miodrag Milanovic2021-08-151-5/+0
* 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
* fix OSD=mac compile [R. Belmont] arbee2021-07-311-1/+3
* 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-278-85/+30
* 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
* -getaway.cpp: Fixed steering control. Vas Crabb2021-01-231-11/+9
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-2/+2
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-042-16/+16
* render.h, rendlay.h: Dependency refactoring AJR2021-01-042-0/+2
* 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