summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D/TextureCache.cpp
AgeCommit message (Expand)Author
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-02-24VideoCommon: rename efb2tex and efb2ramdegasus
2015-02-19Decode EFB copies used as paletted textures.magumagu
2015-01-27Fix D3D regression from PR1948.magumagu
2015-01-23Remove EFB to RAM cache, and simplify code.magumagu
2015-01-18TexCache: merge texture and rendertarget factory functiondegasus
2015-01-18TexCache: remove PC_TexFormatdegasus
2015-01-11TexCache: create a const Config structdegasus
2015-01-11Merge pull request #1501 from degasus/texture_creationMarkus Wick
2015-01-10Update size_in_bytes of texture cache entries when copying efb to rammimimi085181
2015-01-10TexCache: remove expanded_widthdegasus
2015-01-10TexCache: don't load tex level 0 on creationdegasus
2014-12-21PixelShaderCache: Support stereoscopic EFB format changes.Jules Blok
2014-12-18Merge pull request #1689 from kayru/d3d_efb_copy_fixshuffle2
2014-12-17D3D: Moved setting texture by slot mask into StateManagerYuriy O'Donnell
2014-12-14TextureCache: Add stereoscopy support for EFB to texture copies.Jules Blok
2014-12-14D3D: Use common GetEFBLayers() instead of GetEFBSlices().Jules Blok
2014-12-14D3D: Use two slices for most of our textures.Jules Blok
2014-12-13D3D: Fixed D3D validation error during EFB to texture copyYuriy O'Donnell
2014-12-07D3D: Fixed StateManager member function name caseYuriy O'Donnell
2014-12-07D3D: Removed cull mode changes for lines and pointsYuriy O'Donnell
2014-12-07D3D: Implemented context state cachingYuriy O'Donnell
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-01Fix the Windows build (broken in 315a8ba)Tillmann Karras
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre