summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/r200/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-23 13:57:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-23 13:57:37 +0000
commit3319403477557bd454a228f3b26f24c8905ba56f (patch)
tree4efe547e4574b22c18415c40875b3d688d0678bf /lib/libGL/dri/r200/Makefile
parent96be25e2f72b0c20bc9d205ff4bcbdd467872ae8 (diff)
Build system updates for Mesa 7.10.3
Diffstat (limited to 'lib/libGL/dri/r200/Makefile')
-rw-r--r--lib/libGL/dri/r200/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libGL/dri/r200/Makefile b/lib/libGL/dri/r200/Makefile
index ed0ccd81b..f8d972002 100644
--- a/lib/libGL/dri/r200/Makefile
+++ b/lib/libGL/dri/r200/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2010/05/22 20:14:14 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2011/10/23 13:57:36 matthieu Exp $
LIB= r200_dri.so
@@ -6,9 +6,10 @@ CS_SOURCES = \
radeon_cs_space_drm.c \
radeon_bo.c \
radeon_cs.c
-
+
RADEON_COMMON_SOURCES = \
radeon_bo_legacy.c \
+ radeon_buffer_objects.c \
radeon_common_context.c \
radeon_common.c \
radeon_cs_legacy.c \
@@ -17,17 +18,19 @@ RADEON_COMMON_SOURCES = \
radeon_fbo.c \
radeon_lock.c \
radeon_mipmap_tree.c \
+ radeon_pixel_read.c \
radeon_queryobj.c \
radeon_span.c \
radeon_texture.c \
- radeon_tex_copy.c
+ radeon_tex_copy.c \
+ radeon_tex_getimage.c \
+ radeon_tile.c
DRIVER_SOURCES = r200_context.c \
r200_ioctl.c \
r200_state.c \
r200_state_init.c \
r200_cmdbuf.c \
- r200_pixel.c \
r200_tex.c \
r200_texstate.c \
r200_tcl.c \