summaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/util.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Eliminate core/memory dependancies.Gravatar Fernando Sahmkow2024-01-181-1/+0
* SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow2024-01-181-1/+3
* video_core: Fix buffer_row_length computation for linear compressed texturesGravatar GPUCode2023-12-261-10/+6
* Merge pull request #11788 from Squall-Leonhart/IFREMOVEDGravatar Fernando S2023-10-171-2/+9
|\
| * brings back the removed If statement and adds the num_level testGravatar Squall Leonhart2023-10-151-2/+9
* | Merge pull request #11743 from Squall-Leonhart/IFREMOVEDGravatar Fernando S2023-10-111-2/+2
|\|
| * Fix mistaken usage of info.block instead of level_info.blockGravatar Squall-Leonhart2023-10-111-2/+2
* | Merge pull request #11534 from Squall-Leonhart/IFREMOVEDGravatar liamwhite2023-10-101-21/+20
|\|
| * Reuse part of my previous idea to to use num_levels to check within AdjustMip...Gravatar Squall-Leonhart2023-09-201-14/+20
| * Partial revert of #10433Gravatar Squall Leonhart2023-09-181-9/+2
* | ci: fix new codespell errorsGravatar Liam2023-10-021-1/+1
|/
* Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-021-18/+8
* renderer_vulkan: Add support for VK_KHR_image_format_listGravatar GPUCode2023-07-011-7/+2
* video_core: Add BCn decoding supportGravatar GPUCode2023-06-271-9/+15
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-21/+27
* Texture Cache Util: Fix block depth adjustment on slices.Gravatar Fernando Sahmkow2023-05-241-2/+13
* textures: add BC1 and BC3 compressors and recompression settingGravatar Liam2023-05-231-11/+66
* Texture Cache: Fix ASTC texturesGravatar Fernando Sahmkow2023-05-091-5/+5
* Engines: Implement Accelerate DMA Texture.Gravatar Fernando Sahmkow2023-03-051-10/+88
* texture_cache: OpenGL: Implement MSAA uploads and copiesGravatar ameerj2023-02-111-5/+0
* texture_cache: Use Common::ScratchBuffer for swizzle buffersGravatar ameerj2022-12-251-3/+3
* texture_cache: Use pre-allocated buffer for texture downloadsGravatar ameerj2022-12-251-5/+6
* texture_cache: Use pre-allocated buffer for texture uploadsGravatar ameerj2022-12-251-6/+3
* video_core: Fix SNORM texture buffer emulating error (#9001)Gravatar Feng Chen2022-11-041-1/+0
* DMA & InlineToMemory Engines Rework.Gravatar bunnei2022-10-061-1/+0
* VideoCore: Extra Fixes.Gravatar Fernando Sahmkow2022-10-061-1/+1
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-21/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"Gravatar bunnei2022-04-041-0/+1
* texture_cache/util: Remove unneeded ReadBlockUnsafeGravatar ameerj2022-04-041-1/+0
* texture_cache/util: Fix s32 overflow when resolving overlapsGravatar ameerj2021-12-311-5/+5
* Texture Cache: Redesigning the blitting system (again).Gravatar Fernando Sahmkow2021-11-271-13/+19
* Texture Cache: Fix issue with blitting 3D textures.Gravatar Fernando Sahmkow2021-11-221-2/+4
* TextureCache: Eliminate format deduction as full depth conversion has been su...Gravatar Fernando Sahmkow2021-11-211-25/+3
* TextureCache: Further fixes on resolve algorithm.Gravatar Fernando Sahmkow2021-11-191-12/+13
* TextureCache: Fix regression caused by ART and improve blit detection algorit...Gravatar Fernando Sahmkow2021-11-191-4/+24
* Texture Cache: Fix blitting.Gravatar Fernando Sahmkow2021-11-161-2/+2
* TextureCache: fix rescaling in aliases and overlap joins.Gravatar FernandoS272021-11-161-2/+6
* texture_cache/util: Fix size calculations of multisampled imagesGravatar ReinUsesLisp2021-07-181-53/+33
* Merge pull request #6497 from FernandoS27/scotty-doesnt-knowGravatar bunnei2021-07-061-4/+20
|\
| * Texture Cache: Improve accuracy of sparse texture detection.Gravatar Fernando Sahmkow2021-07-041-24/+7
| * Texture Cache: Initial Implementation of Sparse Textures.Gravatar Fernando Sahmkow2021-07-041-4/+37
* | video_core: Silence signed/unsigned mismatch warningsGravatar Morph2021-06-281-1/+1
|/
* Merge pull request #6465 from FernandoS27/sex-on-the-beachGravatar Mai M2021-06-231-0/+2
|\
| * Reaper: Tune it up to be an smart GC.Gravatar Fernando Sahmkow2021-06-161-0/+2
* | Merge pull request #6469 from ReinUsesLisp/blit-view-compatGravatar Ameer J2021-06-161-1/+9
|\ \ | |/ |/|
| * texture_cache/util: Avoid relaxed image views on different bytes per pixelGravatar ReinUsesLisp2021-06-141-1/+9
* | textures: Reintroduce CPU ASTC decoderGravatar ameerj2021-06-151-2/+11
|/
* Fix GCC undefined behavior sanitizer.Gravatar Markus Wick2021-06-101-0/+3
* texture_cache/util: Fix src being used instead of dst within DeduceBlitImagesGravatar Lioncash2021-04-191-1/+1