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