summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Collapse)Author
2025-11-02Merge pull request #14042 from iwubcode/bp_functions_globalJMC47
VideoCommon: move global variables out of BPFunctions
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
VideoBackends / VideoCommon: add support for specifying include files in shader code
2025-10-31VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better ↵iwubcode
reflect what the member is
2025-10-31VideoCommon: move global variables out of BPFunctionsiwubcode
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in ↵iwubcode
shader code
2025-10-26Merge pull request #14031 from TellowKrinkle/GlslangFixJordan Woyak
CMake: Fix bundled glslang
2025-10-24CMake: Fix bundled glslangTellowKrinkle
2025-10-18VideoBackends:Vulkan: Prevent hazards when restarting render passesTellowKrinkle
2025-10-13VideoBackend: Rename GetName to GetConfigNameDentomologist
Make the function name more explicit and a better match for GetDisplayName. Change NAME to CONFIG_NAME while I'm at it.
2025-09-27Externals: Update glslang to 16.0.0 and allow using system glslangJoshua Vandaële
2025-09-08Fix broken imgui text in Metal backend.TryTwo
2025-08-24VideoSW: fix clamping after vertex color interpolationTillmann Karras
2025-08-23VideoBackends / VideoCommon: rename member variables in RenderState to be ↵iwubcode
consistent
2025-08-17VideoBackends: allow custom pixel uniforms to be passed to the vertex shader ↵iwubcode
as well
2025-08-13Merge pull request #13867 from TryTwo/gfx_bug_fixJMC47
GFX: Fix bugs for AbstractStagingTextures that perform an Upload.
2025-08-12Fix bugs related to AbstractStagingTextures that perform an Upload (write to ↵TryTwo
existing texture). This code path had probably never been used before.
2025-08-10VideoSW: fix commentTillmann Karras
2025-08-10VideoSW: reuse Common::Vec2/3/4Tillmann Karras
2025-07-31VideoSW: allow disabling the copy filterTillmann Karras
2025-07-29VKPipeline: Don't include depth clamp control struct when not supportedCrossVR
This should not be needed
2025-07-29DriverDetails: Disable depth_clamp_control on AMD official driversCrossVR
2025-07-23Merge pull request #13100 from CrossVR/unrestricted-depth-rangeJules Blok
Vulkan: Add support for unrestricted depth range.
2025-07-21Vulkan: Fix present semaphores reuseMartino Fontana
Fixes validation errors. See https://docs.vulkan.org/guide/latest/swapchain_semaphore_reuse.html
2025-07-21Vulkan: Add support for unrestricted depth range.CrossVR
2025-07-12Fix various warningsJoshua Vandaële
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-09Merge pull request #13658 from jordan-woyak/vk-present-done-raceJMC47
Vulkan: Eliminate m_last_present_done flag.
2025-06-07Merge pull request #13522 from ↵Jordan Woyak
tygyh/Enforce-overriding-destructor-style-Core&UnitTests Core & UnitTests: Make overriding explicit and remove redundant virtual specifiers on overriding destructors
2025-05-13Vulkan: Eliminate m_last_present_done flag.Jordan Woyak
2025-05-07Merge pull request #13511 from tygyh/Use-range-based-loops-Core-VideoBackendsJordan Woyak
Core/VideoBackends: Use range-based loops
2025-05-01Make overriding explicit and remove redundant virtual specifiers on ↵Dr. Dystopia
overriding destructors - Core & UnitTests
2025-04-30VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.Jordan Woyak
2025-04-23 linter: Add and apply new formatting rulesJoshua Vandaële
New rules: `InsertNewlineAtEOF: true` `RemoveSemicolon: true` `RequiresClausePosition: WithPreceding`
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaële
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
2025-04-21MTLUtil: Remove availability check for iOS 13OatmealDome
My personal fork requires minimum iOS 14, so this is not required.
2025-04-21MTLUtil: Always use MSL 2.3OatmealDome
The minimum macOS (and minimum iOS on my personal fork) are enough to allow MSL 2.3 usage without availability checks.
2025-04-21MTLUtil: Remove availability checks for macOS 10.15 and iOS 13OatmealDome
2025-04-21MTLUtil: Remove availability check for macOS 10.15OatmealDome
2025-04-21MTLUtil: Remove availability check for macOS 11OatmealDome
2025-04-14Use range-based loops - Core VideoBackendsDr. Dystopia
2025-04-01VideoBackends/Metal: Fix anisotropic filtering handling.Jordan Woyak
2025-03-28Merge pull request #13457 from jordan-woyak/efb-access-fixJMC47
VideoCommon: Fix out-of-bounds and disabled EFB access.
2025-03-27Fix shadowed variable warnings and missing declarationsJoshua Vandaële
- PPCSymbolDB: Resolve shadowed variable warnings - PerformanceMetrics: Resolve shadowed variable warnings - SWEfbInterface: Add missing declarations
2025-03-26VideoCommon: Fix out-of-bounds and disabled EFB access.Jordan Woyak
2025-03-17Enable game-requested anisotropic filtering in Metal backend.Jordan Woyak
2025-03-17Enable anisotropic filtering when the game requests itPokechu22
2025-03-15Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'JosJuice
Replace 'reinterpret_cast' with 'static_cast'
2025-03-15Merge pull request #13345 from Tilka/unswap_depthJosJuice
Fix depth texture being incorrectly affected by swap table
2025-03-12VideoCommon: Rename Renderer to EFBInterface.Jordan Woyak
2025-03-10VideoCommon: Don't merge EFBPoke AsyncRequests.Jordan Woyak