summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
AgeCommit message (Expand)Author
2016-06-18TextureCache: Rename functions and add comments to clear up docsScott Mansell
2016-06-17TextureCache: Track efb copies used in a partially updated textureScott Mansell
2016-04-09Partial updates for paletted texturesmimimi085181
2016-02-29Merge pull request #3355 from mimimi085181/partial-texture-updates-check-dime...Pierre Bourdon
2016-02-15D3D12: Additions to VideoCommon to support D3D12 backend.hdcmeta
2016-02-14For partial texture updates check the dimensions of the efb copy and the targ...mimimi085181
2016-01-23TextureCacheBase: Simplify init/comparison of TCacheEntryConfigLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2015-12-29TextureCache, fix an incorrect assert.Scott Mansell
2015-12-20VideoBackends: Simplify initialization and deinitialization of resourcesLioncash
2015-12-01Fix lens flares in Mario Kart Wii.Scott Mansell
2015-11-15TextureCache: Rewrite EFB Copy control flowdegasus
2015-11-15TextureCache: Split efb2ram from efb2texdegasus
2015-11-06VideoCommon: drop unused variable/setterTillmann Karras
2015-11-06VideoCommon: rename TextureCache to TextureCacheBaseTillmann Karras
2015-10-22TextureCacheBase: Change CacheLinesPerRow to BytesPerRowLioncash
2015-09-26Respect the stride for efb copies when hashing themmimimi085181
2015-09-12Merge pull request #3019 from mimimi085181/store-base-hashScott Mansell
2015-09-11Merge pull request #2972 from lioncash/alignflacs
2015-09-10Store the base hash for paletted textures in the texture cache entriesmimimi085181
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-09-07Make efb2tex behave more like efb2ram.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-21Support partial texture updates via efb copiesmimimi085181
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-04-15General: Apply the const specifier where applicableLioncash
2015-03-15quiet some warnings which appear on vs2015.Shawn Hoffman
2015-03-02TextureCache: load all mipmap levels from custom texturesdegasus
2015-02-25Formatting/Whitespace CleanupStevoisiak
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-23Remove EFB to RAM cache, and simplify code.magumagu
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-11TexCache: Choose texture based on mipmap countdegasus
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: clean up frameCount handlingdegasus
2015-01-11TexCache: unify global variablesdegasus