From e1b3be7ced2f6c036dce456de16886451b205791 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Thu, 6 Jun 2019 19:31:14 -0300 Subject: 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 --- src/video_core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/CMakeLists.txt') diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index fa80c3814..24ce47682 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -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 -- cgit v1.2.3