r100/r200: fix front rendering issue.
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index 6b90018a288c76b9635c4150aefb85db27292953..b87e9f206c760c3e1813489ea616f6b7087e3c80 100644 (file)
@@ -18,11 +18,9 @@ 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 \
-                r200_span.c \
                 r200_maos.c \
                 r200_sanity.c \
                 r200_fragshader.c \
@@ -32,6 +30,8 @@ DRIVER_SOURCES = r200_context.c \
                 common_misc.c \
                 radeon_bo_legacy.c \
                 radeon_cs_legacy.c \
+                radeon_mipmap_tree.c \
+                radeon_span.c \
                 $(EGL_SOURCES)
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
@@ -56,13 +56,17 @@ COMMON_SYMLINKS = \
        radeon_cs_legacy.c \
        radeon_bo_legacy.h \
        radeon_cs_legacy.h \
+       radeon_span.h \
+       radeon_span.c \
        radeon_buffer.h \
        common_context.h \
        common_lock.c \
        common_lock.h \
        common_misc.h \
        common_misc.c \
-       common_cmdbuf.h
+       common_cmdbuf.h \
+       radeon_mipmap_tree.c \
+       radeon_mipmap_tree.h
 
 DRI_LIB_DEPS += -ldrm_radeon