summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D/D3DUtil.cpp
AgeCommit message (Expand)Author
2015-06-07D3D: Implement Z pokes.Jules Blok
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-15quiet some warnings which appear on vs2015.Shawn Hoffman
2015-01-26D3D: delete unnecessary code.magumagu
2014-12-21PixelShaderCache: Support stereoscopic EFB format changes.Jules Blok
2014-12-18D3D: Set the geometry shader before every draw call.Jules Blok
2014-12-14TextureCache: Add stereoscopy support for EFB to texture copies.Jules Blok
2014-12-14D3DUtil: Use a geometry shader to clear all slices.Jules Blok
2014-12-14D3D: Add SBS/TAB output support.Jules Blok
2014-12-07D3D: Fixed StateManager member function name caseYuriy O'Donnell
2014-12-07D3D: Implemented context state cachingYuriy O'Donnell
2014-10-15D3D: moved render state cache implementation to D3DState.h/cppYuriy O'Donnell
2014-07-23Get rid of a few C-style struct declarationsLioncash
2014-07-07D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]ShaderLioncash
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-16Fix some vertical alignmentsLioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-01-26BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ...crudelios
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre