summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
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
2017-11-22VideoCommon: Move abstract texture creation function to RendererStenzek
2017-11-19Merge pull request #6186 from lioncash/enum-classLeo Lam
2017-11-19VideoCommon: Resolve -Wmissing-brace warningsLioncash
2017-11-18VideoConfig: Make StereoMode an enum classLioncash
2017-11-17TextureCacheBase: Set uninitialized XFB memory to fuchsia coloriwubcode
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17Enhance xfb dumping to distinguish between the xfbs created from memory and t...iwubcode
2017-11-17Texture Cache Base: Optimization to allow stitched or memory xfb textures to ...iwubcode
2017-11-17TextureCacheBase: Fix issue in Rogue Squadron 2 where overlapping textures ca...iwubcode
2017-11-17TextureCacheBase: Remove vertical scaling from EFB path and have copy checks ...iwubcode
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17TextureCacheBase: make sure stitching rectangle bounds don't exceed theiwubcode
2017-11-17TextureCacheBase: Add XFB specific functionsiwubcode
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Software Backend: Force EFB/XFB to copy to ramiwubcode
2017-11-17Video Common: Avoid 'presenting' duplicate frames by detecting when swapiwubcode
2017-11-17VideoCommon: Output gamma now comes from the xfb copyiwubcode
2017-11-17Video Backends: Implement vertical scaling for xfb copies. This fixes theiwubcode
2017-11-17Add an additional flag fo 'XFB Copy'iwubcode