aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/util.cpp
AgeCommit message (Expand)Author
2023-05-24Texture Cache Util: Fix block depth adjustment on slices.Fernando Sahmkow
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-09Texture Cache: Fix ASTC texturesFernando Sahmkow
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj
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-11-04video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-10-06VideoCore: Extra Fixes.Fernando Sahmkow
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-04Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"bunnei
2022-04-04texture_cache/util: Remove unneeded ReadBlockUnsafeameerj
2021-12-31texture_cache/util: Fix s32 overflow when resolving overlapsameerj
2021-11-27Texture Cache: Redesigning the blitting system (again).Fernando Sahmkow
2021-11-22Texture Cache: Fix issue with blitting 3D textures.Fernando Sahmkow
2021-11-21TextureCache: Eliminate format deduction as full depth conversion has been su...Fernando Sahmkow
2021-11-19TextureCache: Further fixes on resolve algorithm.Fernando Sahmkow
2021-11-19TextureCache: Fix regression caused by ART and improve blit detection algorit...Fernando Sahmkow
2021-11-16Texture Cache: Fix blitting.Fernando Sahmkow
2021-11-16TextureCache: fix rescaling in aliases and overlap joins.FernandoS27
2021-07-18texture_cache/util: Fix size calculations of multisampled imagesReinUsesLisp
2021-07-06Merge pull request #6497 from FernandoS27/scotty-doesnt-knowbunnei
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-06-28video_core: Silence signed/unsigned mismatch warningsMorph
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-16Merge pull request #6469 from ReinUsesLisp/blit-view-compatAmeer J
2021-06-16Reaper: Tune it up to be an smart GC.Fernando Sahmkow
2021-06-15textures: Reintroduce CPU ASTC decoderameerj
2021-06-14texture_cache/util: Avoid relaxed image views on different bytes per pixelReinUsesLisp
2021-06-10Fix GCC undefined behavior sanitizer.Markus Wick
2021-04-19texture_cache/util: Fix src being used instead of dst within DeduceBlitImagesLioncash
2021-04-12texure_cache/util: Resolve implicit sign conversions with std::reduceLioncash
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj
2021-02-09texture_cache/util: Remove unused functionsLioncash
2021-01-24video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp
2021-01-17texture_cache/util: Resolve -Wsign-compare warningLioncash
2021-01-15common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp