summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
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
2016-01-07Merge pull request #3464 from Armada651/stereo-warningsPierre Bourdon
2016-01-06VideoConfig: Don't give warnings for per-game stereoscopy parameters.Jules Blok
2016-01-06VideoSW: Use more VideoCommondegasus
2016-01-05Throttler: Rename "framelimiter" to "emulation speed".degasus
2015-12-28Merge pull request #3381 from Armada651/revert-3076Markus Wick
2015-12-24Revert "Config Hotfix: Prevent per-game settings (ie. GameINI) being stored t...Scott Mansell
2015-12-23Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"Jules Blok
2015-12-22VideoConfig: Fix stereoscopy preset settings.Jules Blok
2015-12-22VideoConfig: Move all stereoscopy options to the stereoscopy section.Jules Blok
2015-12-22VideoConfig: Move all GameINI stereoscopy options to the stereoscopy section.Jules Blok
2015-12-22Config: Hotfix to prevent per-game settings from ie. GameINIs being stored to...Admiral H. Curtiss
2015-12-19Merge pull request #3332 from degasus/masterScott Mansell
2015-12-15MSAA: Store samples in ini files.degasus
2015-12-13VideoConfig: Change convergence setting to percentage value.Jules Blok
2015-11-05Remove the "Show EFB Copy Regions" debug option.Scott Mansell
2015-10-03VideoCommon: Silence -Wsign-compare warnings.Rohit Nirmal
2015-09-24VideoConfig/LocalConfig/HotkeyManager: Added hotkeys for switching stereo-3d ...ghost
2015-09-09VideoCommon: Drop "Disable destAlpha" hackdegasus
2015-09-05Properly support MSAA and SSAA as separate features(+GLES)Ryan Houdek
2015-09-01VI: Restore forced-progressive hack with optionbooto
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-10GameIni: Remove default Projection Hackdegasus
2015-05-26Merge pull request #2162 from degasus/prefetch_texMarkus Wick
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25VideoCommon: Make BBox emulation optionaldegasus
2015-05-16CustomTexture: prefetch all available texturesdegasus
2015-02-25Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2Lioncash
2015-02-25Formatting/Whitespace CleanupStevoisiak