summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_texture_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-05texture_cache: Address FeedbackFernando Sahmkow1-3/+3
2019-07-05texture_cache: Correct Texture Buffer UploadingFernando Sahmkow1-2/+15
2019-06-29texture_cache: Address feedbackReinUsesLisp1-4/+1
2019-06-26gl_texture_cache: Correct assertsFernando Sahmkow1-1/+1
2019-06-25gl_texture_cache: Corrections and fixesFernando Sahmkow1-10/+6
2019-06-24gl_texture_cache: Explicitly add indirect includeReinUsesLisp1-0/+1
2019-06-21gl_texture_cache: Use Stream Buffers instead of Persistant for Buffer Copies.Fernando Sahmkow1-1/+1
2019-06-21gl_texture_cache: Correct Image BlitFernando Sahmkow1-1/+1
2019-06-21texture_cache: Use siblings textures on Rebuild and fix possible error on blittingFernando Sahmkow1-1/+1
2019-06-21texture_cache: eliminate accelerated depth->color/color->depth copies due to driver instability.Fernando Sahmkow1-8/+5
2019-06-21texture_cache: Optimize GetSurface and use references on functions that don't change a surface.Fernando Sahmkow1-3/+3
2019-06-21texture_cache: Implement Buffer Copy and detect Turing GPUs Image CopiesFernando Sahmkow1-1/+91
2019-06-21texture_cache uncompress-compress is untopological.Fernando Sahmkow1-5/+5
2019-06-21texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow1-30/+24
2019-06-21texture_cache: General FixesFernando Sahmkow1-3/+8
2019-06-21gl_texture_cache: Make main views be proxy textures instead of a full view.Fernando Sahmkow1-10/+18
2019-06-21Reduce amount of size calculations.Fernando Sahmkow1-1/+0
2019-06-21Texture Cache: Implement Blitting and Fermi CopiesFernando Sahmkow1-1/+69
2019-06-21surface_view: Add constructor for ViewParamsReinUsesLisp1-11/+4
2019-06-21Correct Mipmaps View method in Texture CacheFernando Sahmkow1-21/+23
2019-06-21Implement Texture Cache V2Fernando Sahmkow1-183/+103
2019-06-21texture_cache: Remove execution context copies from the texture cacheReinUsesLisp1-6/+10
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-1/+1
2019-06-21texture_cache: Move staging buffer into a generic implementationReinUsesLisp1-107/+7
2019-06-21texture_cache: Flush 3D textures in the order they are drawnReinUsesLisp1-2/+3
2019-06-21gl_texture_cache: Minor changesReinUsesLisp1-22/+28
2019-06-21gl_texture_cache: Add copy from multiple overlaps into a single surfaceReinUsesLisp1-4/+50
2019-06-21gl_texture_cache: Attach surface textures instead of viewsReinUsesLisp1-6/+21
2019-06-21gl_texture_cache: Add fast copy pathReinUsesLisp1-3/+48
2019-06-21gl_texture_cache: Initial implementationReinUsesLisp1-0/+514