GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.

This commit is contained in:
Subv
2018-02-11 21:34:20 -05:00
parent ba2426aa3f
commit e01a8f2187
12 changed files with 285 additions and 3 deletions

View File

@ -1,4 +1,12 @@
add_library(video_core STATIC
command_processor.cpp
command_processor.h
engines/fermi_2d.cpp
engines/fermi_2d.h
engines/maxwell_3d.cpp
engines/maxwell_3d.h
engines/maxwell_compute.cpp
engines/maxwell_compute.h
renderer_base.cpp
renderer_base.h
renderer_opengl/gl_resource_manager.h