summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
2015-09-07FifoPlayer: Don't check efb copy hashes when plaing back a broken dffScott Mansell
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-09-07Workaround to allow partial texture updates to keep working in NSMBWiiScott Mansell
2015-09-07Make efb2tex behave more like efb2ram.Scott Mansell
2015-09-06Use ROUND_UP instead of custom bittwiddling.Scott Mansell
2015-09-06Move common EFB copy code into VideoCommonScott Mansell
2015-09-05Cleanup and unify handling of efb copy stride.Scott Mansell
2015-07-02Implement scaled partial texture updatesRodolfo Bogado
2015-06-28Use emplace() instead of insert() where applicable for maps.Lioncash
2015-06-24Merge branch 'stable'Jules Blok
2015-06-24Quick fix for an invalid iteratormimimi085181
2015-06-21Support partial texture updates via efb copiesmimimi085181
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-09Code cleanup for FreeTexture after merging PR #2097mimimi085181
2015-06-05Search the texture cache for small textures by address and hashmimimi085181
2015-05-26Merge pull request #2162 from degasus/prefetch_texMarkus Wick
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-16CustomTexture: prefetch all available texturesdegasus
2015-05-02VideoCommon: Implement EFB dumping for both backends.Jules Blok
2015-03-02TextureCache: load all mipmap levels from custom texturesdegasus
2015-03-01TexCache: increase TEXTURE_KILL_THRESHOLDdegasus
2015-02-25Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2Lioncash
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-24VideoCommon: rename efb2tex and efb2ramdegasus
2015-02-24Fix some -Wsign-compare warningsTillmann Karras
2015-02-19Explicitly set up AllocateTexture configuration for palette conversion.magumagu
2015-02-19Remove TextureAddress struct.magumagu
2015-02-19Decode EFB copies used as paletted textures.magumagu
2015-02-18Allow multiple texture cache entries for textures at the same addressmimimi085181
2015-01-27Merge pull request #1948 from magumagu/remove-efb-cacheMarkus Wick
2015-01-24TexCache: Rewrite the texID generation for paletted texturesdegasus
2015-01-23Remove EFB to RAM cache, and simplify code.magumagu
2015-01-21CustomTexture: Mark textures with mipmapsdegasus
2015-01-21CustomTexture: Use another file name with wildcardsdegasus
2015-01-21Merge pull request #1916 from mimimi085181/masterRyan Houdek
2015-01-19Make efb to texture less broken for paletted textures that are efb copiesmimimi085181
2015-01-18TexCache: don't try to aggressive reuse the entrydegasus
2015-01-18TexCache: use an unordered_multimap for the tex pooldegasus
2015-01-18TexCache: also incude textures within the render target pooldegasus
2015-01-18TexCache: merge texture and rendertarget factory functiondegasus
2015-01-18TexCache: remove PC_TexFormatdegasus
2015-01-17Fix another small bug with the efb2ram cachemimimi085181
2015-01-11TexCache: recreate the entry on level missmatchdegasus
2015-01-11TexCache: Choose texture based on mipmap countdegasus
2015-01-11TexCache: rewrite level calculationdegasus
2015-01-11TexCache: create a const Config structdegasus
2015-01-11TexCache: cleanup max texture leveldegasus
2015-01-11TextureCache: inline arguments into texture cachedegasus
2015-01-11TexCache: use c++11 syntax for std::map::erasedegasus