aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
AgeCommit message (Expand)Author
2021-08-29Garbage Collection: Make it more agressive on high priority mode.Fernando Sahmkow
2021-08-29Garbage Collection: Adress Feedback.Fernando Sahmkow
2021-08-28Garbage Collection: enable as default, eliminate option.Fernando Sahmkow
2021-08-28VideoCore: Rework Garbage Collection.Fernando Sahmkow
2021-08-08texture_cache: Address ameerj's reviewyzct12345
2021-08-07texture_cache: Address ameerj's reviewyzct12345
2021-08-05texture_cache: Don't change copyright yearyzct12345
2021-08-05texture_cache: Address ameerj's reviewyzct12345
2021-08-05texture_cache: Split templates outyzct12345
2021-07-27render_target: Add missing initializer for size extentLioncash
2021-07-22texture_cache: Reduce invalid image/sampler error severityReinUsesLisp
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-22shader: Implement SULD and SUSTReinUsesLisp
2021-07-22shader: Interact texture buffers with buffer cacheReinUsesLisp
2021-07-19Merge pull request #6670 from ReinUsesLisp/prepare-rtFernando S
2021-07-18texture_cache/util: Fix size calculations of multisampled imagesReinUsesLisp
2021-07-18texture_cache: Always prepare image views on render targetsReinUsesLisp
2021-07-09Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow
2021-07-08Out of bound blit (#6531)Feng Chen
2021-07-06Merge pull request #6497 from FernandoS27/scotty-doesnt-knowbunnei
2021-07-05Merge pull request #6537 from Morph1984/warningsbunnei
2021-07-04Texture Cache: Fix collision with multiple overlaps of the same sparse texture.Fernando Sahmkow
2021-07-04Texture Cache: Fix GCC & Clang.Fernando Sahmkow
2021-07-04Texture Cache: Address feedback.Fernando Sahmkow
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-07-03TextureCache: Fix 1D to 2D overlapps.Fernando Sahmkow
2021-06-28video_core: Silence signed/unsigned mismatch warningsMorph
2021-06-26buffer_cache/texture_cache: Make GC functions privateReinUsesLisp
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-22Reaper: Set minimum cleaning limit on OGL.Fernando Sahmkow
2021-06-20Reaper: Guarantee correct deletion.Fernando Sahmkow
2021-06-16Merge pull request #6469 from ReinUsesLisp/blit-view-compatAmeer J
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow
2021-06-16Reaper: Address Feedback.Fernando Sahmkow
2021-06-16Reaper: Setup settings and final tuning.Fernando Sahmkow
2021-06-16Reaper: Tune it up to be an smart GC.Fernando Sahmkow
2021-06-16Initial Reaper SetupReinUsesLisp
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-05-07texture_cache: Handle out of bound texture blitsameerj
2021-04-19texture_cache/util: Fix src being used instead of dst within DeduceBlitImagesLioncash
2021-04-14common: Move settings to common from core.bunnei
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-13renderer_vulkan: Accelerate ASTC decodingameerj
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp