summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash1-2/+1
2018-08-31rasterizer_cache: Use boost::interval_map for a more accurate cache.bunnei1-33/+45
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei1-4/+4
2018-08-31gl_rasterizer: Fix issues with the rasterizer cache.bunnei1-46/+8
2018-08-28video_core: Add RasterizerCache class for common cache management code.bunnei1-0/+116