summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
2019-03-30FramebufferManager: Fix broken EFB peeks in GL with MSAA onStenzek
2019-03-29TextureCacheBase: Fix possible crash on shutdown with deferred EFB copiesStenzek
2019-03-20TextureCacheBase: Fix infinite loop in DoPartialTextureUpdatesStenzek
2019-02-28Merge pull request #7832 from stenzek/xfb-decoding-regressionTilka
2019-02-28TextureCache: Fix GPU decoding of XFB copies not falling back to CPUStenzek
2019-02-28TextureCache: Fix EFB2RAM copies at >1xIR sampling out-of-rangeStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-17TextureCache: Don't copy out-of-range rectangles when stitching texturesStenzek
2019-02-17TextureCache: Bind textures/samplers after loading all texturesStenzek
2019-01-19TextureCache: Fix a possible crash when partial updating palette texturesStenzek
2019-01-19TextureCache: Don't partial copy to non-existant texture layersStenzek
2019-01-19TextureCache: Fix broken XFB stitching with stereoscopy is enabledStenzek
2018-12-25fx texture overlapweihuoya
2018-11-13TextureCache: Recompute overlapping XFB copy hashes after copying to RAMStenzek
2018-11-08TextureCache: Fix leaking TCacheEntry instancesStenzek
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
2018-10-14Merge pull request #7412 from AdmiralCurtiss/xfb-stitch-in-orderTilka
2018-09-15Do not consider XFB copies for invalidating textures when loading a new texture.Admiral H. Curtiss
2018-09-14Stitch together overlapping XFB regions in order of XFB copy creation.Admiral H. Curtiss
2018-07-06VideoCommon/TextureCacheBase: Resolve a -Wmissing-braces warning in GetRAMCop...Lioncash
2018-07-03Make arbitrary mipmap detection toggle invalidate the texture cacheTechjar
2018-07-02Remove unused sRGB conversion functionsJonathan Hamilton
2018-07-02Do all arbitrary mipmap detection in integer spaceJonathan Hamilton
2018-06-21Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaksMarkus Wick
2018-05-22EFB2RAM: Apply copy filter as a float coefficient after samplingStenzek
2018-05-20VideoCommon: Replace SOIL with libpng for hires texturesEmmanuel Gil Peyrot
2018-05-17Texture AverageDiff: Do more in int space and avoid excessive float conversionJonathan Hamilton
2018-05-17Merge pull request #6743 from stenzek/faster-disabled-copy-filterMarkus Wick
2018-05-16Change the arbitrary mipmap detection to use the square of the errorJonathan Hamilton
2018-05-16Make the arbitrary mipmap detection threshold configureableJonathan Hamilton
2018-05-16Make arbitrary mipmap detection a config optionJonathan Hamilton
2018-05-16Common/Hash: Namespace code under the Common namespaceLioncash
2018-05-03TextureCacheBase: Make "disable vram copies" part of the active configStenzek
2018-05-03TextureConversionShader: Don't sample from adjacent rows when not neededStenzek
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-12Reformat all the things!spycrab
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-13SSE-optimize UninitializeXFBMemoryHenrik RydgÄrd
2018-02-11TextureCache: Add an option to disable EFB copies to VRAMStenzek
2018-02-11VideoConfig: Remove bForceCopyToRam fieldStenzek
2018-01-22AbstractTexture: Move Bind() method to RendererStenzek
2018-01-10Treat custom textures with "_arb" suffix as having arbitrary mipmapsJosJuice
2018-01-06VideoCommon: Apply the yscale as upscaling of the XFB.Markus Wick
2017-12-21Texture Cache Base: Move PAL vertical scaling to be baked into the texture si...iwubcode
2017-12-19Only use the "Scaled EFB Copy" setting for EFB, not XFBJosJuice
2017-12-10TextureCache: Don't dump custom texturesStenzek
2017-12-06VideoCommon: Drop now unused efb2tex matrix generation.degasus
2017-12-02VideoBackends: Use VideoCommon shader generators for efb2tex copies.Markus Wick
2017-11-22TextureCacheBase: Don't crop last row/column of XFB copiesStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek