i965: Start adding the VS visitor and codegen.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile
index b96f42bfe883c9335c3e02e3758721ce2a6cf01e..45a5350a383e0e95b01f4c8267ac5a4c91dfaaa6 100644 (file)
@@ -4,6 +4,8 @@ include $(TOP)/configs/current
 
 LIBNAME = i965_dri.so
 
+include ../Makefile.defines
+
 DRIVER_SOURCES = \
        intel_batchbuffer.c \
        intel_blit.c \
@@ -116,10 +118,16 @@ C_SOURCES = \
 CXX_SOURCES = \
        brw_cubemap_normalize.cpp \
        brw_fs.cpp \
+       brw_fs_emit.cpp \
+       brw_fs_visitor.cpp \
        brw_fs_channel_expressions.cpp \
        brw_fs_reg_allocate.cpp \
        brw_fs_schedule_instructions.cpp \
-       brw_fs_vector_splitting.cpp
+       brw_fs_vector_splitting.cpp \
+       brw_shader.cpp \
+       brw_vec4_emit.cpp \
+       brw_vec4_reg_allocate.cpp \
+       brw_vec4_visitor.cpp
 
 ASM_SOURCES = 
 
@@ -128,7 +136,7 @@ DRIVER_DEFINES = -I../intel
 INCLUDES += $(INTEL_CFLAGS)
 DRI_LIB_DEPS += $(INTEL_LIBS)
 
-include ../Makefile.template
+include ../Makefile.targets
 
 intel_decode.o: ../intel/intel_decode.c
 intel_tex_layout.o: ../intel/intel_tex_layout.c