summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_texture_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-98/+188
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-3/+3
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-2/+3
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-2/+4
2020-08-24gl_texture_cache: Take std::string by reference in DecorateViewName()Lioncash1-1/+1
2020-06-08texture_cache: Implement rendering to 3D texturesReinUsesLisp1-2/+4
2020-05-26gl_texture_cache: Implement small texture view cache for swizzlesReinUsesLisp1-7/+11
2020-05-26texture_cache: Implement depth stencil texture swizzlesReinUsesLisp1-9/+1
2020-04-01video_core: Use native ASTC when availableReinUsesLisp1-1/+5
2020-02-28renderer_opengl: Reintroduce dirty flags for render targetsReinUsesLisp1-1/+4
2020-02-28gl_state: Remove image trackingReinUsesLisp1-0/+5
2019-09-06gl_shader_decompiler: Keep track of written images and mark them as modifiedReinUsesLisp1-9/+13
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-1/+1
2019-07-05texture_cache: Address FeedbackFernando Sahmkow1-5/+4
2019-07-05texture_cache: Correct Texture Buffer UploadingFernando Sahmkow1-0/+1
2019-06-29texture_cache: Address feedbackReinUsesLisp1-15/+0
2019-06-25gl_texture_cache: Corrections and fixesFernando Sahmkow1-3/+3
2019-06-24gl_texture_cache: Address some feedbackReinUsesLisp1-2/+4
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/+8
2019-06-21texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow1-3/+3
2019-06-21gl_texture_cache: Make main views be proxy textures instead of a full view.Fernando Sahmkow1-1/+7
2019-06-21Reduce amount of size calculations.Fernando Sahmkow1-1/+1
2019-06-21Texture Cache: Implement Blitting and Fermi CopiesFernando Sahmkow1-0/+8
2019-06-21Correct Mipmaps View method in Texture CacheFernando Sahmkow1-8/+4
2019-06-21Implement Texture Cache V2Fernando Sahmkow1-71/+40
2019-06-21texture_cache: Remove execution context copies from the texture cacheReinUsesLisp1-11/+6
2019-06-21gl_texture_cache: Implement fermi copiesReinUsesLisp1-0/+1
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-1/+1
2019-06-21texture_cache: Move staging buffer into a generic implementationReinUsesLisp1-6/+1
2019-06-21texture_cache: Flush 3D textures in the order they are drawnReinUsesLisp1-2/+4
2019-06-21gl_texture_cache: Minor changesReinUsesLisp1-8/+12
2019-06-21gl_texture_cache: Add copy from multiple overlaps into a single surfaceReinUsesLisp1-1/+33
2019-06-21gl_texture_cache: Attach surface textures instead of viewsReinUsesLisp1-1/+2
2019-06-21gl_texture_cache: Add fast copy pathReinUsesLisp1-0/+9
2019-06-21gl_texture_cache: Initial implementationReinUsesLisp1-0/+131