shader_ir: Initial Decompile Setup

This commit is contained in:
Fernando Sahmkow
2019-06-27 00:39:40 -04:00
committed by FernandoS27
parent d633397883
commit c17953978b
6 changed files with 510 additions and 5 deletions

View File

@ -105,9 +105,12 @@ add_library(video_core STATIC
shader/decode/warp.cpp
shader/decode/xmad.cpp
shader/decode/other.cpp
shader/ast.cpp
shader/ast.h
shader/control_flow.cpp
shader/control_flow.h
shader/decode.cpp
shader/expr.h
shader/node_helper.cpp
shader/node_helper.h
shader/node.h