summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
AgeCommit message (Expand)Author
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode
2017-04-29TextureCache: Move host texture utility functions to VideoCommonStenzek
2017-04-29TextureCache: Support compressed textures and pass pitch/size to uploadStenzek
2017-04-12VideoBackends: Support updated texture encoding shader generatorsStenzek
2017-04-01VideoCommon: Changes to TextureCache to support decoding in backendStenzek
2017-03-25TextureCacheBase: Convert bound_textures from a C array to a std::arrayLioncash
2016-12-27TextureCache: Add a dirty bit for partial updates on overlapping EFB copies.degasus
2016-12-26TextureCache: Drop unused parameter in backend API.degasus
2016-12-26TextureCache: Extract BP enum check to VideoCommon.degasus
2016-12-25VideoCommon: use u32 for texture addressesTillmann Karras
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-10-06TextureCache: Don't re-use pooled textures within the same frameStenzek
2016-10-01VideoBackends: Make TextureCache::CompileShaders return a boolStenzek
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
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