summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/PixelShaderManager.cpp
AgeCommit message (Expand)Author
2013-06-25PixelShaderManager: Revert code introduced mainly in revision 0fdeb81038d9.NeoBrainX
2013-04-25Merge 'master' into shader-uids-awesome.NeoBrainX
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-07Fix a few typos in the comments/logging in VideoDX9, VideoCommon, and VideoSo...Lioncash
2013-03-29PixelShaderGen: Some cleanups.NeoBrainX
2013-03-29PixelShaderManager: Disable constant cache (won't work in the non-UBO path of...NeoBrainX
2013-03-26Merge 'master' into shader-uids-awesome.NeoBrainX
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-03-15Merge branch 'master' into GLSL-masterRyan Houdek
2013-03-15PixelShaderManager: Reload fog range adjustment shader constants upon viewpor...NeoBrainX
2013-01-28PixelShaderManager: Reduce number of redundant shader constant updatesNeoBrainX
2013-01-28Add some code for generating a shader constant usage profile.NeoBrainX
2013-01-24Merge branch 'immediate-removal' into GLSL-masterdegasus
2013-01-22fix small dx9 slowdowndegasus
2013-01-09Merge branch 'arb_framebuffer' into GLSL-masterdegasus
2013-01-08Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related ...NeoBrainX
2012-12-30Fix the last few warnings in Dolphin on my system.Ryan Houdek
2012-12-27Merge branch 'master' into GLSL-masterdegasus
2012-12-24Initial removal of Nvidia CG. Still some more cleanup to goRyan Houdek
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-10-09Add in UBOs, doesn't work yet. Still debugging here.Ryan Houdek
2012-10-09Bit of cleanup. Clean up my massive hack in the ShaderManagerFiles. Almost fe...Ryan Houdek
2012-10-09This is the terrible bit that can't be removed until we use UBOs in the GLSL ...Ryan Houdek
2012-08-10Revert the recent zcomploc changes including the Graphic_Fixes merge.NeoBrainX
2012-08-06Skipped the ZCompLoc pass if the result can be determined at compile time. B...skidau
2012-05-26fixed some graphics problems with loading savestates (for example, wrong colo...nitsuja
2012-03-24Revert r41bcf657f89d, r3a9fed0ba285, r9adc119e3c2f and re58692653afd (all of ...NeoBrainX
2012-02-20PixelShaderGen: For custom textures and scaled EFB copies, use correct texel ...NeoBrainX
2011-07-04VideoCommon: Always update pixel shader constants when tevregs changepierre
2011-06-20Small update for disabled Fog for older hardware that fails to divide by zero...Sonicadvance1
2011-04-11Fix an error introduced in r7083. In the pixel shader manager the farZ and zR...donkopunchstania
2011-03-19Game-specific video settings:skidau
2011-02-05Rework XF register loading a bit and change how registers are arranged in mem...donkopunchstania
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-29initial implementation of fog range adjust, I don't think is correct or work ...Rodolfo Osvaldo Bogado
2011-01-27Clean out the long since bit-rotted video profiling code.Soren Jorvang
2011-01-09some little optimizations and some cleaning.Rodolfo Osvaldo Bogado
2011-01-07normalize the efb to texture process for color textures to make it work the s...Rodolfo Osvaldo Bogado
2010-12-19reduced frequency of dx9 ps_2_0 pixel generation errors, and made dx9 efb dep...nitsuja-
2010-12-18**Changes**gnick79
2010-12-05allow gcc to check the format of args being passed to MsgAlert and GenericLog...Shawn Hoffman
2010-11-23Related FOG changes:gnick79
2010-09-23i know still a lot to fix and much work to do but sometimes experiments are f...Rodolfo Osvaldo Bogado
2010-08-30Remove more obsolete codeNolan Check
2010-08-29Remove a bunch of freshly-obsolete codeNolan Check
2010-05-17a little optimization in shaders constants setting , based on the same idea o...Rodolfo Osvaldo Bogado
2009-12-21NSMB background fix. Fixes 1654.fgfemperor
2009-12-09Small fix for the last commit, and a little fix for disable fog to really dis...Rodolfo Osvaldo Bogado
2009-11-21Try to do Z textures better. Z texturing does not work if early z or no z upd...donkopunchstania