video_core: Implement memory manager page kind

This commit is contained in:
FengChen
2022-10-16 23:49:32 +08:00
parent 553be194f6
commit 99507d0188
5 changed files with 342 additions and 17 deletions

View File

@ -82,6 +82,7 @@ add_library(video_core STATIC
gpu_thread.h
memory_manager.cpp
memory_manager.h
pte_kind.h
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h