summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D/PixelShaderCache.cpp
AgeCommit message (Expand)Author
2015-05-26D3D: Depth range inversion.galop1n
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-08VideoCommon: Clamp integer conversions.Jules Blok
2015-05-08VideoBackends: Floor depth values in depth copy shaders.Jules Blok
2015-05-08VideoBackends: Use proper floating point depth precision.Jules Blok
2015-05-06PixelShaderCache: Fix MSAA depth copy shader.Jules Blok
2015-05-05VideoBackends: Implement depth copy shaders with integer math.Jules Blok
2015-01-02Anaglyph: Use matrices instead of vectors.Jules Blok
2015-01-02PixelShaderCache: Implement Dubois algorithm in anaglyph shader.Jules Blok
2014-12-27PixelShaderCache: Don't use GetDimensions() for the sample count.Jules Blok
2014-12-21PixelShaderCache: Support stereoscopic EFB format changes.Jules Blok
2014-12-18D3D: Use ROUND_UP macro for rounding buffer sizes.Jules Blok
2014-12-14CosmeticsJules Blok
2014-12-14D3D: Define decimals in floating point numbersJules Blok
2014-12-14PixelShaderCache: Fix MSAA shaders.Jules Blok
2014-12-14D3D: Add anaglyph stereoscopy support.Jules Blok
2014-12-14PixelShaderCache: Add texture array support to static shaders.Jules Blok
2014-12-14D3D: Add SBS/TAB output support.Jules Blok
2014-08-30D3D: Clean up brace placementsLioncash
2014-08-17Fixed depth matrix shaders in OpenGL and Direct3D to be more precise. Fixes s...KScorp
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-07D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]ShaderLioncash
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre