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 b5889cbd6f
commit a91d3fc639
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