r200: invalidate texture paths in some more places
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index 91211e4d74d1dcdee2ce3c65e3455b850a7765ec..d96999f7bbbeb9c3a6ceeab3f8609971c4c76cb0 100644 (file)
@@ -18,7 +18,6 @@ DRIVER_SOURCES = r200_context.c \
                 r200_cmdbuf.c \
                 r200_pixel.c \
                 r200_tex.c \
-                r200_texmem.c \
                 r200_texstate.c \
                 r200_tcl.c \
                 r200_swtcl.c \
@@ -32,6 +31,7 @@ DRIVER_SOURCES = r200_context.c \
                 common_misc.c \
                 radeon_bo_legacy.c \
                 radeon_cs_legacy.c \
+                radeon_mipmap_tree.c \
                 $(EGL_SOURCES)
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
@@ -61,7 +61,10 @@ COMMON_SYMLINKS = \
        common_lock.c \
        common_lock.h \
        common_misc.h \
-       common_misc.c
+       common_misc.c \
+       common_cmdbuf.h \
+       radeon_mipmap_tree.c \
+       radeon_mipmap_tree.h
 
 DRI_LIB_DEPS += -ldrm_radeon