summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2026-05-25Merge pull request #14607 from elyashue/internal-resolution-displayDentomologist
2026-05-24Reimplement custom cropping by adjusting the source aspect ratioAdmiral H. Curtiss
2026-05-24Revert the Presenter logic changes from #14506Admiral H. Curtiss
2026-05-23Merge pull request #14506 from adamscott/crop-that-screenAdmiral H. Curtiss
2026-05-23Address minor nits in new cropping logicAdmiral H. Curtiss
2026-05-03Replace some [[maybe_unused]] annotations with commented namesDentomologist
2026-04-24VideoConfig: Rename StereoMode::TAB to StereoMode::TopAndBottomDentomologist
2026-04-23VideoConfig: Rename StereoMode::SBS to StereoMode::SideBySideDentomologist
2026-04-19VideoCommon: Added an option to showcase internal resolution, EFB width x hei...Elyas Hue
2026-04-18Merge pull request #14565 from SuperSamus/cpp-argument-move-referenceJosJuice
2026-04-18Add screen crop featureAdam Scott
2026-04-18Core: Address `-Wrange-loop-construct` warning.cristian64
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-12Merge pull request #14336 from SuperSamus/arbitrary-mipmap-disables-gpu-decodingJordan Woyak
2026-04-11Merge pull request #14500 from Sintendo/span2Jordan Woyak
2026-04-03Merge pull request #14140 from iwubcode/blurry_bloomJMC47
2026-04-02Merge pull request #14492 from OatmealDome/apple-discard-bug-fixed-3OatmealDome
2026-03-28VideoCommon: ignore zero-stride EFB/XFB copiesTillmann Karras
2026-03-26VideoCommon: allow graphics mods to be added to sub foldersiwubcode
2026-03-26VideoCommon: watch the user and system graphics mods directories for modified...iwubcode
2026-03-26VideoCommon: optionally apply materials to EFBsiwubcode
2026-03-26VideoCommon: update CustomPipelineAction to get a Material when an EFB is rec...iwubcode
2026-03-26VideoCommon: enhance 'CustomResourceManager' for post processingiwubcode
2026-03-26VideoCommon: update graphics mod action interfaceiwubcode
2026-03-25Merge pull request #14499 from JosJuice/gpu-desync-no-reportJMC47
2026-03-23Use more std::span argumentsSintendo
2026-03-22Remove "please report it to the developers" from unknown opcode messageJosJuice
2026-03-21UberShaderPixel: Fix missing check for framebuffer fetch for BUG_BROKEN_DISCA...OatmealDome
2026-03-21DriverDetails: Mark BUG_BROKEN_DISCARD_WITH_EARLY_Z as fixed in macOS 14.0+OatmealDome
2026-03-21DriverDetails: Use macOS version as the driver versionOatmealDome
2026-03-21VideoCommon: Fix no mips hackTellowKrinkle
2026-03-14Move PerformanceMetrics from global variable to SystemMihai Brodschi
2026-03-07PerformanceMetrics: Use HookableEvent for state changed callbackDentomologist
2026-03-02VertexLoaderManager: Fix crash caused by invalid array baseDentomologist
2026-02-13VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Te...Martino Fontana
2026-02-06PerformanceMetrics: Clamp graph minimum auto sizeDentomologist
2026-02-06PerformanceMetrics: Fix automatic graph resizingDentomologist
2026-02-06PerformanceMetrics: Add padding below graphDentomologist
2026-01-31Merge pull request #14204 from Geotale/update-commentDentomologist
2026-01-25Remove unused importsMartino Fontana
2026-01-24Clean includesSintendo
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-19VideoCommon: Move TextureInfo getters to headerJosJuice
2026-01-18VideoCommon: Defer creating TextureInfoJosJuice
2026-01-17Merge pull request #14289 from Sintendo/typosJMC47
2026-01-17Merge pull request #14268 from JoshuaVandaele/std-tounderlyingiwubcode
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-17VideoCommon: Don't create mipmap vector in TextureInfoJosJuice
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaƫle
2025-12-29ShaderAsset: Fix shadowed variableJoshua Vandaƫle