summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_base.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-333/+0
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-5/+5
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-2/+2
2020-06-08texture_cache: Implement rendering to 3D texturesReinUsesLisp1-4/+9
2020-04-22Texture Cache: Implement OnCPUWrite and SyncGuestHostFernando Sahmkow1-0/+18
2020-04-16surface_base: Make IsInside() a const member functionLioncash1-2/+2
2020-04-06Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow1-26/+8
2020-04-01video_core: Use native ASTC when availableReinUsesLisp1-4/+11
2019-11-29texture_cache/surface_base: Fix out of bounds texture viewsReinUsesLisp1-7/+4
2019-10-15common: Rename binary_find.h to algorithm.hLioncash1-3/+2
2019-09-06texture_cache: Minor changesReinUsesLisp1-6/+6
2019-07-14Texture_Cache: Address FeedbackFernando Sahmkow1-1/+3
2019-07-14Texture_Cache: Force Framebuffer reset if an active render target is unregistered.Fernando Sahmkow1-1/+7
2019-07-05texture_cache: Address FeedbackFernando Sahmkow1-2/+2
2019-06-29texture_cache: Address feedbackReinUsesLisp1-1/+1
2019-06-24texture_cache/surface_base: Address feedbackReinUsesLisp1-2/+6
2019-06-21texture_cache: Style and CorrectionsFernando Sahmkow1-1/+2
2019-06-21texture_cache: Implement Irregular Views in surfacesFernando Sahmkow1-4/+21
2019-06-21texture_cache: Implement siblings texture formats.Fernando Sahmkow1-0/+4
2019-06-21texture_cache: move some large methods to cpp filesFernando Sahmkow1-99/+7
2019-06-21texture_cache uncompress-compress is untopological.Fernando Sahmkow1-2/+16
2019-06-21texture_cache: Correct copying between compressed and uncompressed formatsFernando Sahmkow1-5/+4
2019-06-21texture_cache: Handle uncontinuous surfaces.Fernando Sahmkow1-4/+30
2019-06-21texture_cache: Add checks for texture buffers.Fernando Sahmkow1-2/+16
2019-06-21texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow1-5/+10
2019-06-21texture_cache: General FixesFernando Sahmkow1-0/+4
2019-06-21Remove Framebuffer reconfiguration and restrict rendertarget protectionFernando Sahmkow1-5/+10
2019-06-21Reduce amount of size calculations.Fernando Sahmkow1-18/+10
2019-06-21texture_cache: Correct premature texceptionsFernando Sahmkow1-3/+14
2019-06-21Fixes to mipmap's process and reconstruct processFernando Sahmkow1-2/+2
2019-06-21surface_base: Add parenthesis to EmplaceOverview's predicateReinUsesLisp1-3/+2
2019-06-21surface_view: Add constructor for ViewParamsReinUsesLisp1-27/+12
2019-06-21surface_base: Split BreakDown into layered and non-layered variantsReinUsesLisp1-45/+48
2019-06-21surface_base: Silence truncation warnings and minor renames and reorderingReinUsesLisp1-16/+19
2019-06-21copy_params: Use constructor instead of C-like initializationReinUsesLisp1-33/+20
2019-06-21Correct Mipmaps View method in Texture CacheFernando Sahmkow1-3/+2
2019-06-21Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow1-15/+15
2019-06-21Corrections to Structural MatchingFernando Sahmkow1-21/+45
2019-06-21Correct Surface Base and Views for new Texture CacheFernando Sahmkow1-77/+220
2019-06-21texture_cache: Remove execution context copies from the texture cacheReinUsesLisp1-5/+3
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-0/+172