summaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7658 from ameerj/sparse-fixesGravatar Fernando S2022-01-061-3/+1
|\
| * video_core/memory_manager: Fixes for sparse memory managementGravatar ameerj2021-12-311-3/+1
* | texture_cache/util: Fix s32 overflow when resolving overlapsGravatar ameerj2021-12-311-5/+5
|/
* vk_texture_cache: Fix invalidated pointer accessGravatar ameerj2021-12-231-1/+2
* Merge pull request #7399 from ameerj/art-refactorGravatar Fernando S2021-12-181-2/+13
|\
| * texture_cache: Fix image convert dimensions assertionGravatar ameerj2021-12-051-1/+12
| * blit_image: Refactor upscale factors usageGravatar ameerj2021-12-051-1/+1
* | Fix blit image/view not compatibleGravatar Feng Chen2021-12-101-1/+6
* | Texture Cache: Fix crashes on NVIDIA.Gravatar Fernando Sahmkow2021-12-041-3/+6
|/
* Add missing pixel format mappingGravatar Feng Chen2021-11-291-0/+2
* Texture Cache: Secure insertions against deletions.Gravatar Fernando Sahmkow2021-11-281-3/+13
* Texture Cache: Redesigning the blitting system (again).Gravatar Fernando Sahmkow2021-11-273-23/+64
* Texture Cache: Further fix regressions.Gravatar Fernando Sahmkow2021-11-261-11/+15
* Texture Cache: Fix issue with blitting 3D textures.Gravatar Fernando Sahmkow2021-11-221-2/+4
* TextureCache: Simplify blitting of D24S8 formats and fix bugs.Gravatar Fernando Sahmkow2021-11-221-1/+7
* TextureCache: Eliminate format deduction as full depth conversion has been su...Gravatar Fernando Sahmkow2021-11-212-29/+5
* Merge pull request #7368 from FernandoS27/vulkan-convGravatar bunnei2021-11-204-14/+37
|\
| * TextureCache: Implement buffer copies on Vulkan.Gravatar Fernando Sahmkow2021-11-202-4/+2
| * TextureCache: Further fixes on resolve algorithm.Gravatar Fernando Sahmkow2021-11-192-16/+17
| * TextureCache: force same image format when resolving an image.Gravatar Fernando Sahmkow2021-11-192-2/+9
| * TextureCache: Fix regression caused by ART and improve blit detection algorit...Gravatar Fernando Sahmkow2021-11-192-10/+27
* | Merge pull request #7357 from Morph1984/s8_uintGravatar bunnei2021-11-191-0/+2
|\ \ | |/ |/|
| * video_core: Add S8_UINT stencil formatGravatar Morph2021-11-171-0/+2
* | texture_cache: Use pixel format conversion when supported by the runtimeGravatar ameerj2021-11-162-0/+5
|/
* TextureCache: Fix OGL cleaningGravatar Fernando Sahmkow2021-11-171-0/+3
* Texture Cache: revert Image changes.Gravatar Fernando Sahmkow2021-11-161-0/+4
* Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and m...Gravatar FernandoS272021-11-163-20/+5
* texture_cache: Refactor Render Target scaling functionGravatar ameerj2021-11-162-14/+24
* Texture Cache: Fix memory usage on ScaleDown.Gravatar FernandoS272021-11-161-4/+0
* OpenGlTextureCache: Fix state invalidation on rescaling.Gravatar Fernando Sahmkow2021-11-161-2/+2
* Texture Cache: Fix blitting.Gravatar Fernando Sahmkow2021-11-161-2/+2
* TextureCache: Improve Reaper.Gravatar FernandoS272021-11-162-14/+26
* TextureCache: fix rescaling in aliases and overlap joins.Gravatar FernandoS272021-11-163-14/+38
* Texture Cache: fix memory managment and optimize scaled downloads, uploads.Gravatar Fernando Sahmkow2021-11-163-15/+15
* Texture Cache: ease the requirements of textures being blacklisted.Gravatar Fernando Sahmkow2021-11-162-22/+7
* Texture Cache: Fix downscaling and correct memory comsumption.Gravatar Fernando Sahmkow2021-11-164-14/+28
* Texture Cache: Rescale conversions between depth and colorGravatar FernandoS272021-11-161-1/+1
* Texture cache: Fix memory consumption and ignore rating when a depth texture ...Gravatar Fernando Sahmkow2021-11-161-3/+4
* Texture Cahe: Fix downscaling on SMO.Gravatar Fernando Sahmkow2021-11-163-0/+8
* texture_cache_base: Remove unused function declarationsGravatar ameerj2021-11-161-8/+0
* texture_cache: Fix infinitely recursive ImageCanRescale checkGravatar ameerj2021-11-163-10/+13
* video_core: Refactor resolution scale functionGravatar ameerj2021-11-161-27/+12
* texture_cache: Fix image resolves when src/dst are not both scaledGravatar ameerj2021-11-161-5/+8
* vk_texture_cache: Fix early returns on unsupported scalesGravatar ameerj2021-11-161-1/+1
* video_core: Misc resolution scaling related refactoringGravatar ameerj2021-11-161-2/+0
* texture_cache: Refactor scaled image size calculationGravatar ameerj2021-11-162-12/+13
* Texture Cache: Fix calculations when scaling.Gravatar Fernando Sahmkow2021-11-161-0/+12
* Texture Cache: Fix Rescaling on MultisampleGravatar Fernando Sahmkow2021-11-162-6/+15
* TextureCache: Base fixes on rescaling.Gravatar Fernando Sahmkow2021-11-161-3/+4
* image_info: Mark MSAA textures as non-rescalableGravatar ameerj2021-11-161-2/+2