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