summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
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
2017-11-17Add ability to dump xfb copies to texture for debugging purposesiwubcode
2017-11-10VideoConfig: Add const specifier to IsVSync() member functionLioncash
2017-10-10VideoConfig: Prevent race condition on g_Config when refreshingStenzek
2017-08-11Merge pull request #5867 from leoetlino/widescreenLeo Lam
2017-08-08Remove non-integer IRsJosJuice
2017-08-05Don't force the aspect ratio in GameINIsLéo Lam
2017-08-01Merge pull request #5834 from stenzek/bc7Stenzek
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-07-31VideoConfig: Drop force vertex/pixel ubershader settingsStenzek
2017-07-30Ubershaders: Support per-pixel lightingStenzek
2017-07-30VideoBackends: Support a different number of threads for precompilingStenzek
2017-07-30VideoConfig: Add config options for ubershadersStenzek
2017-07-20ShaderGen: Pass host config to shader generation functionsStenzek
2017-07-20VideoCommon: Move shader cache filename generation to commonStenzek
2017-07-20VideoConfig: Add host config unionStenzek
2017-07-20ShaderGen: Remove host state from shader uidsStenzek
2017-06-15VertexShaderManager: Rename projection hack variablesMerryMage
2017-06-11VideoConfig: Remove bRunningMerryMage
2017-06-10VideoConfig: Remove useless header includesLéo Lam
2017-06-10VideoConfig: Remove manual panic alert setting loadLéo Lam
2017-06-03GameConfigLoader: Add GFX Game INI translationsMerryMage
2017-04-29HiresTextures: Support parsing DDS files directlyStenzek
2017-04-04Add configurable toggle that rounds vertices to the nearest pixel wheniwubcode
2017-04-01VideoBackends: Add configuration field for GPU texture decodingStenzek
2017-03-15videoconfig: add BBoxPreferStencilImplementationMichael Maltese
2017-03-10VideoBackends: Move max texture size to VideoConfigStenzek
2017-03-08Save new framedump options.Vlad Firoiu
2017-02-27Dump to arbitrary URLs.Vlad Firoiu
2017-02-27Configable dump codec.Vlad Firoiu