gl: updated glxext.h to version 27
[mesa.git] / src / mesa / drivers / dri / r600 / Makefile
index 7d5a7b1ab6f9a3ec33cbbdbbe64387f52739f706..5d509415393967c21f0abb14136bd78db3d346ca 100644 (file)
@@ -9,12 +9,8 @@ LIBNAME = r600_dri.so
 
 MINIGLX_SOURCES = server/radeon_dri.c
 
-ifeq ($(USING_EGL), 1)
-EGL_SOURCES = server/radeon_egl.c
-endif
-
 ifeq ($(RADEON_LDFLAGS),)
-CS_SOURCES = radeon_cs_space_drm.c
+CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
 endif
 
 COMMON_SOURCES = \
@@ -39,7 +35,8 @@ RADEON_COMMON_SOURCES = \
        radeon_mipmap_tree.c \
        radeon_span.c \
        radeon_texture.c \
-       radeon_queryobj.c
+       radeon_queryobj.c \
+       radeon_tex_copy.c
 
 DRIVER_SOURCES = \
                 radeon_screen.c \
@@ -59,6 +56,7 @@ DRIVER_SOURCES = \
                 r700_render.c   \
                 r600_tex.c      \
                 r600_texstate.c      \
+                r600_blit.c     \
                 r700_debug.c    \
                 $(RADEON_COMMON_SOURCES) \
                 $(EGL_SOURCES) \
@@ -66,9 +64,8 @@ DRIVER_SOURCES = \
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
 
-DRIVER_DEFINES = -DRADEON_R600 \
+DRIVER_DEFINES = -DRADEON_R600
 #      -DRADEON_BO_TRACK \
-       -Wall
 
 DRI_LIB_DEPS += $(RADEON_LDFLAGS)
 
@@ -76,4 +73,3 @@ DRI_LIB_DEPS += $(RADEON_LDFLAGS)
 
 include ../Makefile.template
 
-symlinks: