shader: Move Node declarations out of the shader IR header

Analysis passes do not have a good reason to depend on shader_ir.h to
work on top of nodes. This splits node-related declarations to their own
file and leaves the IR in shader_ir.h
This commit is contained in:
ReinUsesLisp
2019-06-06 19:31:14 -03:00
parent 04ac7a637a
commit e1b3be7ced
4 changed files with 518 additions and 493 deletions

View File

@ -104,6 +104,7 @@ add_library(video_core STATIC
shader/decode.cpp
shader/node_helper.cpp
shader/node_helper.h
shader/node.h
shader/shader_ir.cpp
shader/shader_ir.h
shader/track.cpp