summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
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
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-09Hack to hide debug cubes in Super Mario SunshinePokechu22
2020-12-24Core / VideoCommon: Remove old Free Look configiwubcode
2020-07-22DolphinQt / VideoCommon: Add additional texture dumping options. Specificall...iwubcode
2020-07-02VertexShaderManager: Avoid accessing freelook control type configuration each...iwubcode
2020-01-14Add an option to present/skip presenting duplicate framesStenzek
2019-03-09FramebufferManager: Implement deferred EFB cache invalidationStenzek
2019-03-09FramebufferManager: Implement EFB tile cacheStenzek
2019-02-26Merge pull request #7753 from stenzek/videocommon-all-the-thingsTilka
2019-02-23VideoConfig: Don't overwrite aspect_mode with suggested_aspect_modeJosJuice
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-03Merge pull request #7739 from zackhow/multibAnthony
2019-01-27Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabledStenzek
2019-01-25Android: Default backendMultithreading to false on androidzackhow
2018-11-07Fix the widescreen hack for Wii games with 4:3 forced in game INIJosJuice
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
2018-09-05VideoCommon: Skip vsync if configured emulation speed is not 100%Techjar
2018-05-16Make the arbitrary mipmap detection threshold configureableJonathan Hamilton
2018-05-16Make arbitrary mipmap detection a config optionJonathan Hamilton
2018-05-12Config: Add support for enumsLéo Lam
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-01Remove support for projection hacksJosJuice
2018-03-26Implement "Skip" ubershader modeStenzek
2018-03-15ShaderCache: Fix several issues in background shader compilingStenzek
2018-03-10ShaderCache: Implement background shader compilationStenzek
2018-03-10VideoConfig: Collapse ubershader configuration fields to a single valueStenzek
2018-03-10OGL: Re-implement async shader compilingStenzek
2018-03-10Move shader caches to VideoCommonStenzek
2018-02-11TextureCache: Add an option to disable EFB copies to VRAMStenzek
2018-01-20CustomTextures: Drop format convertion.degasus
2018-01-03Allow users to specify the encoder used for framedumping.Vlad Firoiu
2017-12-18Rename GFX_HACK_COPY_EFB_ENABLED to GFX_HACK_COPY_EFB_SCALEDJosJuice
2017-11-21VideoConfig: Remove bSupportsInternalResolutionFrameDumpsStenzek
2017-11-18VideoConfig: Make StereoMode an enum classLioncash
2017-11-18VideoConfig: Make AspectMode an enum classLioncash
2017-11-17Add 'immediate xfb' which reduces xfb latency at the cost of graphical errorsiwubcode
2017-11-17Add new GUI option to skip XFBToRam and remove old XFB optionsiwubcode