summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2025-05-17Merge pull request #13527 from tygyh/Replace-msg-with-structured-binding-Vide...Jordan Woyak
2025-05-12Merge pull request #13046 from SuperSamus/vi-overclockJMC47
2025-05-12VideoCommon: Limit maximum denominator for MPEG4Martino Fontana
2025-05-10Merge pull request #13350 from iwubcode/custom_shader_overhaul_vertex_posJMC47
2025-05-05VideoCommon: reset some CP registers during PI_FIFO_RESETTillmann Karras
2025-05-04Merge pull request #13602 from jordan-woyak/move-only-functionAdmiral H. Curtiss
2025-05-03Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...Jordan Woyak
2025-05-03VideoCommon: move position/normal matrices to be gettable by function in Vert...iwubcode
2025-05-01Merge pull request #13535 from m-brodschi/mihaib/fix-shutdown-crashJMC47
2025-05-01VideoCommon/NetPlayChatUI: Replace `msg` with structured bindingDr. Dystopia
2025-04-30WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...Jordan Woyak
2025-04-30Merge pull request #13436 from JoshuaVandaele/clang-format-19OatmealDome
2025-04-28Core, VideoCommon: Fix crash at shutdown due to destructor orderingMihai Brodschi
2025-04-27VideoCommon: Use MoveOnlyFunction for AsyncRequests.Jordan Woyak
2025-04-25VideoConfig: Remove ConfigChangedCallback on shutdownDentomologist
2025-04-25Merge pull request #13487 from Dentomologist/performancemetrics_fix_window_ar...Tilka
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-04-22Common: SPSCQueue cleanups and improvements.Jordan Woyak
2025-04-08BPStructs: Add TODO for unsafe usage of GetTicks.Jordan Woyak
2025-04-07Merge pull request #13439 from jordan-woyak/perf-markerJMC47
2025-04-05PerformanceMetrics: Fix window arrangementDentomologist
2025-04-02Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle c...Jordan Woyak
2025-04-01VideoCommon: fix a mali bug by moving the perf queries back to being close to...iwubcode
2025-03-29Merge pull request #13221 from mitaclaw/nrvo-fails-1JMC47
2025-03-28Merge pull request #13457 from jordan-woyak/efb-access-fixJMC47
2025-03-27Fix shadowed variable warnings and missing declarationsJoshua Vandaƫle
2025-03-26VideoCommon: Fix out-of-bounds and disabled EFB access.Jordan Woyak
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47
2025-03-23Merge pull request #13432 from iwubcode/custom_pixel_fragmentJMC47
2025-03-23Merge pull request #13398 from jordan-woyak/perf-trackerJMC47
2025-03-22VideoCommon: move to a 'process_fragment()' function to simplify custom shade...iwubcode
2025-03-17Config: Expose Default and 1x Anisotropic Filtering setting.Jordan Woyak
2025-03-17Enable anisotropic filtering when the game requests itPokechu22
2025-03-17Merge pull request #13397 from jordan-woyak/perf-metricsJosJuice
2025-03-16Merge pull request #13435 from iwubcode/uninitialized_directxOatmealDome
2025-03-16VideoCommon: initialize uninitialized state value in pixel ubershader to prev...iwubcode
2025-03-16VideoConfig: Eliminate frame dumping members.Jordan Woyak
2025-03-15Merge pull request #13423 from jordan-woyak/async-request-cleanup-1JMC47
2025-03-15Merge pull request #13347 from iwubcode/custom_shader_overhaul_lightingJMC47
2025-03-15PerformanceTracker: Use SPSCQueue and atomic to eliminate need for a mutex. C...Jordan Woyak
2025-03-15PerformanceTracker: Use std::deque instead of hand-rolled circularJordan Woyak
2025-03-15PerformanceTracker: Pass chrono values instead of us s64.Jordan Woyak
2025-03-15Fix broken merge of PR #13181JosJuice
2025-03-15Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'JosJuice
2025-03-15Merge pull request #13345 from Tilka/unswap_depthJosJuice
2025-03-14Core: Remove unused GetActualEmulationSpeed function and related variables/fu...Jordan Woyak
2025-03-14PerformanceMetrics: Eliminated a mutex. Code cleanups.Jordan Woyak
2025-03-14VideoCommon: Create AsyncRequests directly in MMU code to eliminate EFB-relat...Jordan Woyak
2025-03-14VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch stateme...Jordan Woyak
2025-03-13VideoCommon: move lighting shader logic to callable functionsiwubcode