summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_global_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader_ir: Implement STG, keep track of global memory usage and flushReinUsesLisp2019-04-141-18/+24
* video_core/texures/texture: Remove unnecessary includesLioncash2019-04-061-0/+1
* video_core/renderer_opengl: Remove unnecessary includesLioncash2019-04-041-1/+0
* video_core: Amend constructor initializer list order where applicableLioncash2019-03-271-1/+1
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-2/+2
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-1/+1
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-17/+16
* 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