summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
2024-08-22Graphics: Adapt aspect ratio when SBS/TAB 3D is usedBryan Jacobs
2024-06-23Core/VideoCommon: Revert change from #12828Admiral H. Curtiss
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-06-21Core: Store current state in less placesJosJuice
2024-04-08Video: split frame dumping settings into 3 resolution dumping modesFiloppi
2024-01-31VideoCommon/Statistics: Remove global system accessor from s_after_frame_eventLioncash
2024-01-15Core/Movie: Refactor to class, move to System.Admiral H. Curtiss
2023-12-18VideoCommon/Fifo: Pass system instance through FifoManager constructorLioncache
2023-12-18Video: fix Auto Resolution Scale not updating when the window was resized.Filoppi
2023-12-18Video: implement custom aspect ratio support (already exposed to Qt).Filoppi
2023-10-10VideoCommon: wait for the GPU to be finished doing any work before invalidati...iwubcode
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-26Merge pull request #12117 from JosJuice/config-callback-cpuAdmiral H. Curtiss
2023-08-20VideoCommon: when graphics settings change, trigger a reload of all custom sh...iwubcode
2023-08-18Video: implement output resampling (upscaling/downscaling) methodsFiloppi
2023-08-17Don't call RunAsCPUThread in config callbacksJosJuice
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-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Split out everying remaining from SwapScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott 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-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
2022-10-24Merge pull request #11028 from tellowkrinkle/MetalFixesJMC47
2022-10-22VideoCommon: Add configuration to prefer VS for line/point expansionTellowKrinkle
2022-10-08VideoBackends:Metal: Add config option to use presentDrawableTellowKrinkle
2022-10-08VideoBackends:Metal: Bring back unified memory configTellowKrinkle
2022-09-26Software: Remove dedicated texture/frame dumping infrastructurePokechu22
2022-07-25CPUDetect: improve win/arm64 supportShawn Hoffman
2022-06-27Core / DolphinQt / VideoCommon: add setting for enabling graphic modsiwubcode
2022-05-16Verify graphics config validity after populating the backend infoPokechu22
2022-04-16Implement ImGui window for scissor rectanglesPokechu22
2022-04-15Merge pull request #10255 from Pokechu22/sw-zfreezeScott Mansell
2022-04-09Merge pull request #10571 from AdmiralCurtiss/ffmpeg-custom-pix-fmtMai M
2022-04-08Software: Remove config to disable ZComploc and ZFreezePokechu22
2022-04-08Fix typo (GFX_HACK_VERTEX_ROUDING -> GFX_HACK_VERTEX_ROUNDING)Pokechu22
2022-04-09VideoCommon/FrameDump: Allow user to specify a pixel format.Admiral H. Curtiss