summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
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
2017-02-27Arbitrary dump formats.Vlad Firoiu
2017-02-27Merge pull request #4958 from RisingFog/avidump_bitrateAnthony
2017-02-25Add configurable video dump bitrate to INIChris Burgener
2017-02-19VideoBackends: Add a developer option to disable the shader cache.Jules Blok
2017-01-21VideoConfig: Fix boolean default values.degasus
2016-11-28VideoConfig: Add option for full-resolution frame dumpingStenzek
2016-11-23VideoCommon: Support dumping frames to imagesStenzek
2016-11-11VideoConfig: Remove fullscreen flags.Jules Blok
2016-10-10VideoConfig: Turn on ForceTrueColor by default.Jules Blok
2016-10-10VideoConfig: Add an option to force RGB8 EFB format.Jules Blok
2016-10-07Fix missing includesLéo Lam
2016-10-01Implement experimental Vulkan backendStenzek
2016-10-01VideoCommon: Add config fields for multithreading and validation layersStenzek
2016-07-31Merge pull request #4047 from lioncash/enum-fwdMarkus Wick
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
2016-07-23Improve netplay setup dialog UXAestek
2016-06-26Remove the rest of ShaderDebugging.Scott Mansell
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-29Revert "Merge pull request #3578 from Armada651/forced-slow-depth"Jules Blok
2016-02-08VideoConfig: Replace FastDepthCalc by ForcedSlowDepth.Jules Blok