summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
AgeCommit message (Expand)Author
2016-06-20analytics: Report OpenGL's adapter name too.Scott Mansell
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-06VideoSW: Use more VideoCommondegasus
2015-12-23Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"Jules Blok
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-03Merge pull request #3076 from void-ghost/stereo3d_presetsshuffle2
2015-09-25Improved D3D and OGL AA option UIAnthony Serna
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-08-06OGL: Move copy_image variable into backend.degasus
2015-07-31Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios...mirrorbender
2015-06-21Support partial texture updates via efb copiesmimimi085181
2015-06-10Add UI Support for up to 8x Internal ResolutionsFog
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-22VertexShaderGen: Use correct depth output when glClipControl is supported.Jules Blok
2015-05-16CustomTexture: prefetch all available texturesdegasus
2015-02-24VideoCommon: rename efb2tex and efb2ramdegasus
2015-02-24VideoCommon: always enable efb copydegasus
2015-02-19Decode EFB copies used as paletted textures.magumagu
2015-01-27Merge pull request #1948 from magumagu/remove-efb-cacheMarkus Wick
2015-01-25PostProcessing: Add support for user-supplied anaglyph shaders.Jules Blok
2015-01-23Remove EFB to RAM cache, and simplify code.magumagu
2015-01-21CustomTexture: Convert old format automaticallydegasus
2015-01-19VideoConfig: Add exclusive mode flag.Jules Blok
2015-01-13Merge pull request #1872 from degasus/texcacheMarkus Wick
2015-01-11TexCache: rewrite level calculationdegasus
2015-01-02VideoConfig: Define a per-game minimum convergence value instead of a percent...Jules Blok
2014-12-29VideoConfig: Fix convergence parameter.Jules Blok
2014-12-24VideoConfig: Rename "StereoMonoEFBDepth" to "StereoEFBMonoDepth"Jules Blok
2014-12-24VideoConfig: Rename Separation to Depth and update descriptions.Jules Blok
2014-12-18OGL: Don't generate a geometry shader if the backend doesn't support it.Jules Blok
2014-12-14D3D: Add anaglyph stereoscopy support.Jules Blok
2014-12-14D3D: Add 3D vision support.Jules Blok
2014-11-24VideoConfig: Add separation and convergence modifiers to the game ini.Jules Blok
2014-11-24VideoConfig: Limit the StereoMonoEFBDepth option to the game ini and introduc...Jules Blok
2014-11-24VideoConfig: Rename StereoFocalLength to StereoConvergence.Jules Blok
2014-11-23TextureCache: Add "Mono EFB Depth Copy" stereoscopy option.Jules Blok
2014-11-23OGL: Add Top-and-Bottom stereoscopy mode.Jules Blok
2014-11-23VertexShaderManager: Add stereoscopy options to swap the left and right eye.Jules Blok
2014-11-23PostProcessing: Add support for anaglyph stereoscopy mode.Jules Blok