summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
AgeCommit message (Expand)Author
2022-04-15Merge pull request #10255 from Pokechu22/sw-zfreezeScott Mansell
2022-04-08Software: Remove config to disable ZComploc and ZFreezePokechu22
2022-04-09VideoCommon/FrameDump: Allow user to specify a pixel format.Admiral H. Curtiss
2022-01-31VideoConfig: Add flag for whether the system supports setting object namesOatmealDome
2021-12-25VideoConfig: Add bool for sampler LOD bias supportOatmealDome
2021-11-17VideoCommon: Skip textureQueryLevels if it doesn't existPokechu22
2021-11-17VideoCommon: Handle custom texture sizes correctlyPokechu22
2021-11-17VideoCommon: Add option to use old behavior (Fast Texture Sampling)Pokechu22
2021-11-17VideoCommon: Use coarse derivatives for Manual Texture Sampling if possiblePokechu22
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-05-24FramebufferManager: Copy to color format for depth readbacks on GLESStenzek
2020-05-03VideoCommon: Add Free Look camera with separate modesiwubcode
2020-01-14Add an option to present/skip presenting duplicate framesStenzek
2019-10-04Drop 3D Vision SupportStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-05-04VideoCommon: Implement passive stereoscopic 3Diwubcode
2019-04-16AbstractPipeline: Support returning "cache data"Stenzek
2019-03-09FramebufferManager: Implement deferred EFB cache invalidationStenzek
2019-03-09FramebufferManager: Implement EFB tile cacheStenzek
2019-03-09VideoConfig: Add SupportsPartialDepthCopies to backend infoStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-01-27Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabledStenzek
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-06-21Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaksMarkus Wick
2018-05-26VideoConfig: Add a field for indicating logic op support in the backendStenzek
2018-05-16Make the arbitrary mipmap detection threshold configureableJonathan Hamilton
2018-05-16Make arbitrary mipmap detection a config optionJonathan Hamilton
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-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-02-11TextureCache: Add an option to disable EFB copies to VRAMStenzek
2018-02-11VideoConfig: Remove bForceCopyToRam fieldStenzek
2018-01-20CustomTextures: Drop format convertion.degasus
2018-01-08Specify underlying types for enums that get casted from integersJosJuice
2018-01-05Implement dual-source blending in shaderJonathan Hamilton
2018-01-03Allow users to specify the encoder used for framedumping.Vlad Firoiu
2017-11-21VideoConfig: Remove bSupportsInternalResolutionFrameDumpsStenzek
2017-11-18VideoConfig: Make StereoMode an enum classLioncash
2017-11-18VideoConfig: Make AspectMode an enum classLioncash
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Software Backend: Force EFB/XFB to copy to ramiwubcode
2017-11-17Add 'immediate xfb' which reduces xfb latency at the cost of graphical errorsiwubcode