i965/HACK: Build brw_cs into libcompiler
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Dec 2015 06:36:05 +0000 (22:36 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Dec 2015 06:36:07 +0000 (22:36 -0800)
We need it for CS push constants

src/mesa/drivers/dri/i965/Makefile.sources

index 7a2f43b1fe807b7dd6685aeee13bde50a4f8a9e2..79ff237ec4eb6d9d0673e696b5a6af581c921c41 100644 (file)
@@ -2,6 +2,8 @@ i965_compiler_FILES = \
        brw_cfg.cpp \
        brw_cfg.h \
        brw_compiler.h \
+       brw_cs.c \
+       brw_cs.h \
        brw_cubemap_normalize.cpp \
        brw_dead_control_flow.cpp \
        brw_dead_control_flow.h \
@@ -111,8 +113,6 @@ i965_FILES = \
        brw_conditional_render.c \
        brw_context.c \
        brw_context.h \
-       brw_cs.c \
-       brw_cs.h \
        brw_curbe.c \
        brw_draw.c \
        brw_draw.h \