summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_global_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-8/+10
* renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assignLioncash2019-03-111-2/+2
* gl_rasterizer: Implement global memory managementReinUsesLisp2019-01-301-0/+70
* gl_global_cache: Add dummy global cache managerReinUsesLisp2019-01-081-0/+24