summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
AgeCommit message (Expand)Author
2026-07-05Move the code for the show internal resolution settingJosJuice
2026-05-25Merge pull request #14607 from elyashue/internal-resolution-displayDentomologist
2026-05-23Merge pull request #14506 from adamscott/crop-that-screenAdmiral H. Curtiss
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-18Add screen crop featureAdam Scott
2026-02-13VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Te...Martino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-12Improved stereoscopic 3D settingsAndrewGDX
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-07-21Vulkan: Add support for unrestricted depth range.CrossVR
2025-04-25VideoConfig: Remove ConfigChangedCallback on shutdownDentomologist
2025-03-17Config: Expose Default and 1x Anisotropic Filtering setting.Jordan Woyak
2025-03-16VideoConfig: Eliminate frame dumping members.Jordan Woyak
2025-03-11Merge pull request #13413 from jordan-woyak/vconfig-progressiveJMC47
2025-03-10VideoConfig: Eliminate bForceProgressive.Jordan Woyak
2025-03-10VideoConfig: Eliminate NetPlay related members.Jordan Woyak
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2025-01-24VertexLoaderBase: Allow the vertex loader type to be set via configOatmealDome
2024-12-30Frame Dumping: Change lossless codec from FFV1 to Ut Video.TryTwo
2024-08-22Graphics: Adapt aspect ratio when SBS/TAB 3D is usedBryan Jacobs
2024-04-13VideoConfig: Adjust FrameDumpResolutionType enum class to style guidelinesAdmiral H. Curtiss
2024-04-08Video: split frame dumping settings into 3 resolution dumping modesFiloppi
2024-02-29Add custom relative and raw (squared pixels) aspect ratio modesFiloppi
2023-12-18Video: implement custom aspect ratio support (already exposed to Qt).Filoppi
2023-11-14Change paper white default to 203 to match the ITUFiloppi
2023-09-06VideoCommon: Expose the widescreen heuristic's standard and widescreen ratio ...Jordan Woyak
2023-09-05VertexManagerBase: Allow widecreen heuristic constants to be overriden by oni...OatmealDome
2023-09-05RenderBase: Allow widescreen heuristic's transition threshold to be overridde...OatmealDome
2023-08-18Video: Improved Tooltips & Bicubic (#5)Sam Belliveau
2023-08-18Video: Added Box ResamplingSam Belliveau
2023-08-18Video: implement output resampling (upscaling/downscaling) methodsFiloppi
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
2023-02-14VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)TellowKrinkle
2023-02-09Lint fixesScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott Mansell
2023-01-31Refactor to remove virtual from RenderXFBToScreenScott Mansell
2023-01-30Merge pull request #11205 from TellowKrinkle/AutoPresentPierre Bourdon
2023-01-26Merge pull request #11208 from TellowKrinkle/CPUCullPierre Bourdon
2023-01-25VideoCommon: Cull vertices on the CPUTellowKrinkle
2023-01-14Add VISkipSam Belliveau
2022-12-27PixelShaderGen: Clamp texture layer when using manual texture sampling with s...Pokechu22
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-12-09Core: Add option to force linear texture filtering.Admiral H. Curtiss
2022-11-23Improve FPS/VPS Counting and Revamp AppearanceSam Belliveau
2022-11-07VideoCommon: Add an option to disable mipmapsTellowKrinkle
2022-10-24VideoBackends:Metal: Default to presentDrawable when vsync is onTellowKrinkle