GPU: Split software to frontend/backend

This commit is contained in:
Connor McLaughlin
2020-11-21 13:32:58 +10:00
parent 03d4f80883
commit 2595e31575
20 changed files with 2035 additions and 970 deletions

View File

@@ -30,6 +30,8 @@ add_library(core
dma.h
gpu.cpp
gpu.h
gpu_backend.cpp
gpu_backend.h
gpu_commands.cpp
gpu_hw.cpp
gpu_hw.h
@@ -41,6 +43,8 @@ add_library(core
gpu_hw_vulkan.h
gpu_sw.cpp
gpu_sw.h
gpu_sw_backend.cpp
gpu_sw_backend.h
gpu_types.h
gte.cpp
gte.h