summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_global_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-8/+10
2019-03-11renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assignLioncash1-2/+2
2019-01-30gl_rasterizer: Implement global memory managementReinUsesLisp1-0/+70
2019-01-08gl_global_cache: Add dummy global cache managerReinUsesLisp1-0/+24