Revamp Kepler Memory to use a subegine to manage uploads

This commit is contained in:
Fernando Sahmkow 2019-04-22 18:50:56 -04:00
parent 580b0015b0
commit 86e8a9f978
6 changed files with 134 additions and 93 deletions

View file

@ -3,6 +3,8 @@ add_library(video_core STATIC
dma_pusher.h
debug_utils/debug_utils.cpp
debug_utils/debug_utils.h
engines/engine_upload.cpp
engines/engine_upload.h
engines/fermi_2d.cpp
engines/fermi_2d.h
engines/kepler_compute.cpp