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 46fb3bfd15
commit 8098f3ba58
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