i965/vec4: Make with_writemask() non-static.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
index 1f401fe78c3ea5d83c4a6aa1c1d8dc2f67d30f3f..1f3abacf036e6bd6f377e659c316bb664e46e2e4 100644 (file)
@@ -26,6 +26,7 @@ i965_FILES = \
        intel_tex_image.c \
        intel_tex_subimage.c \
        intel_tex_validate.c \
+       intel_upload.c \
        brw_blorp.cpp \
        brw_blorp_blit.cpp \
        brw_blorp_clear.cpp \
@@ -62,8 +63,11 @@ i965_FILES = \
        brw_gs.c \
        brw_gs_emit.c \
        brw_gs_state.c \
+       brw_gs_surface_state.c \
+       brw_interpolation_map.c \
        brw_lower_texture_gradients.cpp \
        brw_misc_state.c \
+       brw_object_purgeable.c \
        brw_program.c \
        brw_primitive_restart.c \
        brw_queryobj.c \
@@ -84,6 +88,8 @@ i965_FILES = \
        brw_vec4.cpp \
        brw_vec4_copy_propagation.cpp \
        brw_vec4_emit.cpp \
+       brw_vec4_gs.c \
+       brw_vec4_gs_visitor.cpp \
        brw_vec4_live_variables.cpp \
        brw_vec4_reg_allocate.cpp \
        brw_vec4_visitor.cpp \