Video_Core: Implement a new Buffer Cache

This commit is contained in:
Fernando Sahmkow
2019-07-19 10:50:40 -04:00
committed by FernandoS27
parent b4a8cfbd00
commit 862bec001b
9 changed files with 560 additions and 327 deletions

View File

@ -1,5 +1,7 @@
add_library(video_core STATIC
buffer_cache.h
buffer_cache/buffer_block.h
buffer_cache/buffer_cache.h
buffer_cache/map_interval.h
dma_pusher.cpp
dma_pusher.h
debug_utils/debug_utils.cpp