summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render
Commit message (Expand)AuthorAgeFilesLines
* emscripten: fixes to get bgfx working (#13255) algestam2025-02-062-0/+12
* misc: remove "all rights reserved" copyright comment, hap2025-01-221-1/+1
* Cherry-pick wayland improvements from upstream bgfx (#13070) Julian Sikorski2025-01-021-41/+4
* d3dhlsl: fix possible array overflow with system name string hap2024-04-112-3/+3
* drawogl: increase texture hashtable size (emirage/robotadv were crashing with... hap2024-03-201-2/+2
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-213-10/+10
* modules/render/bgfx/clearreader.cpp: Use std::clamp AJR2023-11-041-3/+3
* Miscellaneous change roll-up: Vas Crabb2023-09-291-24/+34
* render/drawbgfx.cpp: Added initial support for Wayland on Linux. (#11451) Julian Sikorski2023-09-291-4/+44
* 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