summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
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-23Merge pull request #4224 from lioncash/tcacheMat M
2016-12-15TextureCache: Use same color coefficients for EFB2Tex as EFB2RAMStenzek
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-12-06Common: Add alignment headerLéo Lam
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-06TextureCache: Don't re-use pooled textures within the same frameStenzek
2016-10-01VideoBackends: Make TextureCache::CompileShaders return a boolStenzek
2016-08-30TextureCacheBase: Address 0x0 is valid, don't you dare ignore it.Jules Blok
2016-08-07Common: namespace MemoryUtilLioncash
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-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