aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/texture_cache/util.h
AgeCommit message (Expand)Author
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2022-12-25texture_cache: Use Common::ScratchBuffer for swizzle buffersameerj
2022-12-25texture_cache: Use pre-allocated buffer for texture downloadsameerj
2022-12-25texture_cache: Use pre-allocated buffer for texture uploadsameerj
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-11-16TextureCache: fix rescaling in aliases and overlap joins.FernandoS27
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-04-12texure_cache/util: Resolve implicit sign conversions with std::reduceLioncash
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp