summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
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-04-09Merge pull request #3752 from mimimi085181/remove-use-only-once-restriction-p...Pierre Bourdon
2016-04-02Partial texture updates: Allow the efb copy to start before the texturemimimi085181
2016-03-27Remove the restriction to apply efb copies only once as partial updatemimimi085181
2016-03-24VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper functionEmptyChaos
2016-03-16Minor fixes to the partial updates codemimimi085181
2016-03-16Partial texture updates with parts of efb copies new versionmimimi085181
2016-02-14Copy all layers of textures with CopyRectangleFromTexturemimimi085181
2016-02-14For partial texture updates check the dimensions of the efb copy and the targ...mimimi085181
2016-01-30Merge pull request #3480 from phire/memory_stride_too_smallPierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-13TextureCacheBase: Change CalculateLevelSize to match D3D/OGL sizesStenzek
2016-01-09Avoid the "Memory stride too small" assertScott Mansell
2015-12-29Merge pull request #3407 from phire/fix_assertMarkus Wick
2015-12-29HiresTextures: Remove the need to explicitly free SOIL allocated dataLioncash
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-24TextureCache: Allow the backends to return nullptr for textures.degasus
2015-11-17TextureCache: Fix crash for invalid textures.degasus
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-10-18Check the hashes of efb copies before applying them as partial texture updatesmimimi085181
2015-10-15Do not delete strided efb copies on loadmimimi085181
2015-09-26Respect the stride for efb copies when hashing themmimimi085181
2015-09-22FifoRecorder: Use Video Common to record efb2ram correctly.Scott Mansell
2015-09-12Fix performance regression in Sonic the Fighters, introduced by PR#2001mimimi085181
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-10Perform garbage collection for efb copiesmimimi085181
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