summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoConfig.cpp
AgeCommit message (Expand)Author
2013-09-18Better fix for issue 6614: ISOProperties should store integer settings for PH...Pierre Bourdon
2013-09-18Fix loading of the 'projection hack enabled' gameini settingPierre Bourdon
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14Display warning OSD messages when a game ini is overriding any settings.NeoBrainX
2013-08-23Merge remote-tracking branch 'remotes/origin/dx9-ssaa-fix'Rodolfo Bogado
2013-08-23Indentation FixRodolfo Bogado
2013-08-17Add an OSD message to remind the user if Shader Debugging is enabledPierre Bourdon
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-05-21Set graphics settings while playing a movie in UpdateActiveConfig(), so setti...Rachel Bryk
2013-05-10ppd: fix small issues in my last commitdegasus
2013-05-09recreate "per pixel depth" option and renamed it to fast depth calculationdegasus
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-08Seriously, someone kill me.Rachel Bryk
2013-04-08Kill me now.Rachel Bryk
2013-04-06Use an enum for efb scale values.Rachel Bryk
2013-04-05Someone take my commit rights away.Rachel Bryk
2013-04-05Hastily committing untested code without making sure i didn't miss anything f...Rachel Bryk
2013-04-05Round IR scale down to whole number if using 1.5x/2.5x IR, if game ini specif...Rachel Bryk
2013-04-04Remove an unused variable in VideoConfig.cpp and SWVideoConfig.cpplioncash
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-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-01-24Merge branch 'immediate-removal' into GLSL-masterdegasus
2013-01-14videoConfig cleanupdegasus
2013-01-08Remove the per pixel depth option.NeoBrainX
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-09default to GLSL instead of CgShawn Hoffman
2012-10-09More stuffRyan 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-06-11Remove "Disable Textures".NeoBrainX
2012-06-11Remove "Disable Lighting".NeoBrainX
2012-06-08Fast mipmaps deserves to die!!NeoBrainX
2012-03-30Revert Rodolfo's recent zcomploc commits until they actually work correctly.NeoBrainX
2012-03-29more fixes to zcomplock and opengl implementationrodolfoosvaldobogado
2012-03-27As requested, this is my implementation of zcomploc using a multi-pass algori...rodolfoosvaldobogado
2012-01-31TextureCache: Remove unsafe texture cacheNeoBrainX
2011-10-26Added proper Bounding Box support.crudelios
2011-09-09Make shader ID validation optional by adding a gfx setting called "EnableShad...NeoBrainX
2011-07-29Shader compilation error message modified to contain some helpful information...NeoBrainX
2011-05-31Fix applying anti-aliasing without having to open the gfx config. Thanks to s...NeoBrainX