summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
2015-06-24Quick fix for an invalid iteratormimimi085181
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
2015-01-11TexCache: clean up frameCount handlingdegasus
2015-01-11TexCache: unify global variablesdegasus
2015-01-11TexCache: rename OverlapsMemoryRangedegasus
2015-01-11TexCache: don't invalidate efb copys because of config changesdegasus
2015-01-10TexCache: remove expanded_widthdegasus
2015-01-10TexCache: don't load tex level 0 on creationdegasus
2015-01-08Merge pull request #1785 from degasus/custom_textureMarkus Wick
2015-01-07Fix indentationTillmann Karras
2014-12-29VideoCommon: make hash independet from hires texturesdegasus
2014-12-29VideoCommon: Merge code to generate texture names on dumpingdegasus
2014-12-29VideoCommon: rewrite custom texturesdegasus
2014-12-24VideoConfig: Rename "StereoMonoEFBDepth" to "StereoEFBMonoDepth"Jules Blok
2014-11-29VideoCommon: Fix -Wsign-compare warnings.Rohit Nirmal