summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/util.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* texture_cache/util: Avoid relaxed image views on different bytes per pixelReinUsesLisp2021-06-151-1/+9
* Fix GCC undefined behavior sanitizer.Markus Wick2021-06-101-0/+3
* texture_cache/util: Fix src being used instead of dst within DeduceBlitImagesLioncash2021-04-191-1/+1
* texure_cache/util: Resolve implicit sign conversions with std::reduceLioncash2021-04-121-9/+12
* astc_decoder: Refactor for style and more efficient memory useameerj2021-03-251-12/+2
* texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj2021-03-041-6/+7
* texture_cache/util: Remove unused functionsLioncash2021-02-091-34/+0
* video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp2021-01-241-24/+35
* texture_cache/util: Resolve -Wsign-compare warningLioncash2021-01-171-1/+1
* common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp2021-01-151-5/+5
* gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp2021-01-041-6/+7
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-0/+1232