Commit 94da1e8a authored by bunnei's avatar bunnei
Browse files

video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages.

- Uses a fixed 64MB for the cache instead of an ever growing map.
- Slightly faster by using atomics instead of a single mutex for access.
- Thanks for Rodrigo for the idea.
parent cd258179
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment