summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce amount of size calculations.Fernando Sahmkow2019-06-211-18/+10
|
* texture_cache: Correct premature texceptionsFernando Sahmkow2019-06-211-3/+14
| | | | | | | | | | | | Due to our current infrastructure, it is possible for a mipmap to be set on as a render target before a texception of that mipmap's superset be set afterwards. This is problematic as we rely on texture views to set up texceptions and protecting render targets targets for 3D texture rendering. One simple solution is to configure framebuffers after texture setup but this brings other problems. This solution, forces a reconfiguration of the framebuffers after such event happens.
* Fixes to mipmap's process and reconstruct processFernando Sahmkow2019-06-211-2/+2
|
* surface_base: Add parenthesis to EmplaceOverview's predicateReinUsesLisp2019-06-211-3/+2
|
* surface_view: Add constructor for ViewParamsReinUsesLisp2019-06-211-27/+12
|
* surface_base: Split BreakDown into layered and non-layered variantsReinUsesLisp2019-06-211-45/+48
|
* surface_base: Silence truncation warnings and minor renames and reorderingReinUsesLisp2019-06-211-16/+19
|
* copy_params: Use constructor instead of C-like initializationReinUsesLisp2019-06-211-33/+20
|
* Correct Mipmaps View method in Texture CacheFernando Sahmkow2019-06-211-3/+2
|
* Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow2019-06-211-15/+15
| | | | | This also reverses the changes to make invalidation and flushing through the GPU address.
* Corrections to Structural MatchingFernando Sahmkow2019-06-211-21/+45
| | | | | The texture will now be reconstructed if the width only matches on GoB alignment.
* Correct Surface Base and Views for new Texture CacheFernando Sahmkow2019-06-211-77/+220
|
* texture_cache: Remove execution context copies from the texture cacheReinUsesLisp2019-06-211-5/+3
| | | | | This is done to simplify the OpenGL implementation, it is needed for Vulkan.
* texture_cache: Split texture cache into different filesReinUsesLisp2019-06-211-0/+172