summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updated bgfx, bx and bimg to current upstream versions. (#11493)" Vas Crabb2023-09-081-5/+5
* Updated bgfx, bx and bimg to current upstream versions. (#11493) Julian Sikorski2023-09-061-5/+5
* render/drawogl.cpp: Size point primitives properly. This fixes -beam_dot_size... AJR2023-08-221-1/+4
* render/draw13.cpp: Avoid divide-by-zero with low-resolution time source. (#11... Rob2023-08-011-1/+1
* render/drawsdl.cpp: Don't request OpenGL context. (#11435) hiromasa2023-07-301-1/+1
* BGFX and D3D9 renderer fixes for issues #11104, #11106, and #11107 (#11249) MooglyGuy2023-05-202-5/+12
* Various optimisations to code generaton. Vas Crabb2023-03-262-4/+4
* Retired the over-stretched "system type" flags. Vas Crabb2023-03-231-1/+1
* Miscellaneous cleanup: Vas Crabb2023-03-211-2/+4
* -render/d3d/d3dhlsl.cpp: Fixed alpha value when clearing target. [Ryan Holtz] Vas Crabb2023-03-211-1/+1
* Swapped R and B channels in lut-default.png, and adjusted D3D9 LUT-applicatio... MooglyGuy2023-03-201-5/+7
* More D3D HLSL regression fixes: (#11002) [Ryan Holtz] MooglyGuy2023-03-201-4/+6
* osd: Moved some windows-specific stuff into osd/windows/window.{h,cpp}. Vas Crabb2023-02-263-16/+19
* render/sdlglcontext.h: Added missing override qualifier. Vas Crabb2023-02-251-1/+1
* osd: Fixed various OpenGL issues - fixes -nowaitvsync not working on Windows ... Vas Crabb2023-02-253-275/+310
* Fix building with gcc-13 (#10917) Julian Sikorski2023-02-202-0/+2
* Small batch of input refactoring: Vas Crabb2023-02-053-6/+6
* osd/modules/render/draw13.cpp: Fixed leaked/double freed texture data. Vas Crabb2023-02-041-16/+11
* osd/render/draw13.cpp: Got rid of a simple_list. Vas Crabb2023-02-042-52/+46
* BGFX: Check window manager type returned by SDL. Vas Crabb2023-02-032-26/+62
* render/drawd3d.cpp: Fixed prescaling without HLSL - WRL COM pointer has some ... Vas Crabb2023-02-022-62/+61
* bgfx: Refined configuration handling: Vas Crabb2023-02-023-54/+97
* osd: Fixed BGFX crash on toggling fullscreen on Linux. Vas Crabb2023-02-023-71/+147
* render/bgfx: Fixed texture object lifecycle issues. Vas Crabb2023-02-0211-195/+229
* Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... Vas Crabb2023-02-011-1/+1
* osd/tools: msvc fixes Patrick Mackinlay2023-02-011-1/+1
* Implemented probe for D3D module to detect lack of D3D9 sooner. Vas Crabb2023-02-011-0/+12
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-0134-2596/+2658
* render/bgfx: Fixed Linux build. Vas Crabb2023-01-292-3/+7
* render/bgfx: Got rid of a lot of unnecessary object copying during setup. Vas Crabb2023-01-2979-751/+777
* Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] MooglyGuy2023-01-29139-625/+1475
* Various input and OSD refactoring: Vas Crabb2023-01-295-25/+24
* Improve NTSC parameter descriptions and ranges in OSD (#10782) benrg2023-01-211-7/+7
* bgfx: Back out some formatting changes to minimise conflicts. Vas Crabb2023-01-081-2/+6
* bgfx: Save values of most sliders per-system. Vas Crabb2023-01-0810-149/+360
* Update BGFX, BX and BIMG (#10789) Miodrag Milanović2023-01-053-4/+8
* Revert "Update BGFX, BX and BIMG (#10750)" (#10787) R. Belmont2023-01-043-8/+4
* Update BGFX, BX and BIMG (#10750) Miodrag Milanović2023-01-043-4/+8
* Revert "-bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT0758... MooglyGuy2022-12-267-50/+15
* -bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT07587. (#107... MooglyGuy2022-12-267-15/+50
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-173-4/+4
* osd/modules/render/aviwrite.cpp: Use std::string_view for filename AJR2022-10-042-5/+7
* OSD/network interface cleanup AJR2022-08-281-0/+1
* bgfx: crt-geom and crt-geom-deluxe improvements: (#8653) cgwg2022-07-078-371/+238
* 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