aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
AgeCommit message (Expand)Author
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
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
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-07texture_cache: Replace PAGE_SHIFT with PAGE_BITSMerryMage
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-10-29General: Resolve a few missing initializer warningsLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-07Merge pull request #4389 from ogniK5377/redundant-format-typebunnei
2020-07-29Merge pull request #4396 from lioncash/commabunnei
2020-07-23Merge pull request #4394 from lioncash/unused6bunnei
2020-07-21surface_params: Make use of designated initializers where applicableLioncash
2020-07-21surface_params: Remove redundant assignmentLioncash