summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/util.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-22Remove memory allocations in some hot pathsKelebek11-15/+16
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow1-0/+10
2022-12-25texture_cache: Use Common::ScratchBuffer for swizzle buffersameerj1-1/+2
2022-12-25texture_cache: Use pre-allocated buffer for texture downloadsameerj1-1/+2
2022-12-25texture_cache: Use pre-allocated buffer for texture uploadsameerj1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-2/+0
2021-11-16TextureCache: fix rescaling in aliases and overlap joins.FernandoS271-1/+2
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow1-2/+0
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow1-1/+5
2021-04-12texure_cache/util: Resolve implicit sign conversions with std::reduceLioncash1-2/+3
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj1-4/+5
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp1-3/+5
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+107