aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/surface_base.h
AgeCommit message (Expand)Author
2020-04-22Texture Cache: Implement OnCPUWrite and SyncGuestHostFernando Sahmkow
2020-04-15surface_base: Make IsInside() a const member functionLioncash
2020-04-06Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow
2020-04-01video_core: Use native ASTC when availableReinUsesLisp
2019-11-29texture_cache/surface_base: Fix out of bounds texture viewsReinUsesLisp
2019-10-15common: Rename binary_find.h to algorithm.hLioncash
2019-09-05texture_cache: Minor changesReinUsesLisp
2019-07-14Texture_Cache: Address FeedbackFernando Sahmkow
2019-07-14Texture_Cache: Force Framebuffer reset if an active render target is unregist...Fernando Sahmkow
2019-07-05texture_cache: Address FeedbackFernando Sahmkow
2019-06-29texture_cache: Address feedbackReinUsesLisp
2019-06-24texture_cache/surface_base: Address feedbackReinUsesLisp
2019-06-20texture_cache: Style and CorrectionsFernando Sahmkow
2019-06-20texture_cache: Implement Irregular Views in surfacesFernando Sahmkow
2019-06-20texture_cache: Implement siblings texture formats.Fernando Sahmkow
2019-06-20texture_cache: move some large methods to cpp filesFernando Sahmkow
2019-06-20texture_cache uncompress-compress is untopological.Fernando Sahmkow
2019-06-20texture_cache: Correct copying between compressed and uncompressed formatsFernando Sahmkow
2019-06-20texture_cache: Handle uncontinuous surfaces.Fernando Sahmkow
2019-06-20texture_cache: Add checks for texture buffers.Fernando Sahmkow
2019-06-20texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow
2019-06-20texture_cache: General FixesFernando Sahmkow
2019-06-20Remove Framebuffer reconfiguration and restrict rendertarget protectionFernando Sahmkow
2019-06-20Reduce amount of size calculations.Fernando Sahmkow
2019-06-20texture_cache: Correct premature texceptionsFernando Sahmkow
2019-06-20Fixes to mipmap's process and reconstruct processFernando Sahmkow
2019-06-20surface_base: Add parenthesis to EmplaceOverview's predicateReinUsesLisp
2019-06-20surface_view: Add constructor for ViewParamsReinUsesLisp
2019-06-20surface_base: Split BreakDown into layered and non-layered variantsReinUsesLisp
2019-06-20surface_base: Silence truncation warnings and minor renames and reorderingReinUsesLisp
2019-06-20copy_params: Use constructor instead of C-like initializationReinUsesLisp
2019-06-20Correct Mipmaps View method in Texture CacheFernando Sahmkow
2019-06-20Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow
2019-06-20Corrections to Structural MatchingFernando Sahmkow
2019-06-20Correct Surface Base and Views for new Texture CacheFernando Sahmkow
2019-06-20texture_cache: Remove execution context copies from the texture cacheReinUsesLisp
2019-06-20texture_cache: Split texture cache into different filesReinUsesLisp