summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoConfig.h
AgeCommit message (Expand)Author
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-08-23Indentation FixRodolfo Bogado
2013-08-15Merge branch 'master' of https://code.google.com/p/dolphin-emu into dx9-ssaa-fixRodolfo Bogado
2013-08-14Add an option to enable performance queries in gameini files, disable it by d...Pierre Bourdon
2013-08-11Add the ability to force Dual Source Blending in the configuration file.Rodolfo Bogado
2013-07-30Make hotkeys for togglign IR, AR, efb copies and fog settings configurable.Rachel Bryk
2013-07-22Implement zcomploc on OpenGL4.2+degasus
2013-05-09recreate "per pixel depth" option and renamed it to fast depth calculationdegasus
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-08Merge branch 'master' into primitive_restartdegasus
2013-04-06Use an enum for efb scale values.Rachel Bryk
2013-03-31Use a brute force approach to test for Dual source blend support.Rodolfo Bogado
2013-03-29first try of primitive restart index generatordegasus
2013-03-25implement 4xSSAA for OGLdegasus
2013-03-25move ogl-only settings into backenddegasus
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-03-18Disable Vsync while holding tab to disable the frame limit, and allow togglin...Rachel Bryk
2013-03-06Merge branch 'master' into GLSL-masterdegasus
2013-03-01Add documentation to PerfQueryBase interface.NeoBrainX
2013-03-01Some cleanups.NeoBrainX
2013-03-01Merge branch 'master' into perfqueries.NeoBrainX
2013-02-26workaround for base vertex. damn old nvidia driverdegasus
2013-02-21add option for hacked upload and disable it by defaultdegasus
2013-02-18TextureCache: Fix D3D backends crashing when a game uses multiple 1x1-sized L...NeoBrainX
2013-02-06check for GL_ARB_sync, it's in ogl 3.2degasus
2013-02-04update to glew1.9, win binaries also from official releasedegasus
2013-01-24Merge branch 'immediate-removal' into GLSL-masterdegasus
2013-01-14videoConfig cleanupdegasus
2013-01-08Remove the per pixel depth option.NeoBrainX
2013-01-02remove glsl binding support. convert every shader to version 130degasus
2012-12-27Merge branch 'master' into GLSL-masterdegasus
2012-12-24Initial removal of Nvidia CG. Still some more cleanup to goRyan Houdek
2012-11-19Merge branch 'efb_scaling_fixes'.NeoBrainX
2012-11-16Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle().NeoBrainX
2012-10-09Add support for Dual source blending to older ATI cards that don't support 42...Ryan Houdek
2012-10-09Give OSX users more of a chance of supporting Single pass DSB in the future.Ryan Houdek
2012-10-09Implement Program shaders cache. Seems to reduce a small amount of stuttering...Ryan Houdek
2012-10-09Remove bSupportsGLSLLocation since it won't work how I expect it.Ryan Houdek
2012-10-09Add in UBOs, doesn't work yet. Still debugging here.Ryan Houdek
2012-10-09Add support for GL_ARB_shading_language_420pack so we don't have to binding s...Ryan Houdek
2012-10-09Add in GLSL setting again.Ryan Houdek
2012-10-04Implement a simple benchmarking mode which logs FPS to a filePierre Bourdon
2012-10-03Minor cleanups.NeoBrainX
2012-08-26D3D11: Implement some PE pixel performance metrics.NeoBrainX
2012-06-20Instead of invalidating texcache whenever the graphics configuration dialog g...NeoBrainX
2012-06-11Remove "Disable Textures".NeoBrainX
2012-06-11Remove "Disable Lighting".NeoBrainX
2012-06-08Fast mipmaps deserves to die!!NeoBrainX
2012-05-13Dump the redundant "save textures" function. Use TextureCache's dumping featu...NeoBrainX
2012-03-30Revert Rodolfo's recent zcomploc commits until they actually work correctly.NeoBrainX