summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rasterizer_cache: Remove files and includesReinUsesLisp2020-06-071-7/+0
| | | | | The rasterizer cache is no longer used. Each cache has its own generic implementation optimized for the cached data.
* rasterizer_cache: Add missing virtual destructor to RasterizerCacheObjectLioncash2018-11-081-0/+7
Ensures that destruction will always do the right thing in any context.