summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
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
2022-01-06Merge pull request #10346 from iwubcode/fixed_shader_precompile_parallelizationJMC47
2022-01-06Config: Port emulation speed setting to new config system.Admiral H. Curtiss
2022-01-04VideoCommon: assume the majority of os/drivers support parallel compiling of ...iwubcode
2022-01-04Merge pull request #9414 from DevJPM/masterJMC47
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-22VideoCommon: Gate Multi-Threaded Shader Pre-Compilation behind a bug entryDevJPM
2021-11-20Fix CPU Core Count detection and Enable Parallel Shader CompilationDevJPM
2021-11-17VideoCommon: Add option to use old behavior (Fast Texture Sampling)Pokechu22