summaryrefslogtreecommitdiff
path: root/src/core/frontend/framebuffer_layout.cpp
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2020-05-17 16:56:08 -0300
committerGravatar ReinUsesLisp2020-05-21 16:44:00 -0300
commit891236124caaed34cdefac61cf90896a5b66b267 (patch)
tree68c53427967586052ef6e39eab2a48beba58f1e4 /src/core/frontend/framebuffer_layout.cpp
parentbuffer_cache: Remove shared pointers (diff)
downloadyuzu-891236124caaed34cdefac61cf90896a5b66b267.tar.gz
yuzu-891236124caaed34cdefac61cf90896a5b66b267.tar.xz
yuzu-891236124caaed34cdefac61cf90896a5b66b267.zip
buffer_cache: Use boost::intrusive::set for caching
Instead of using boost::icl::interval_map for caching, use boost::intrusive::set. interval_map is intended as a container where the keys can overlap with one another; we don't need this for caching buffers and a std::set-like data structure that allows us to search with lower_bound is enough.
Diffstat (limited to 'src/core/frontend/framebuffer_layout.cpp')
0 files changed, 0 insertions, 0 deletions