summaryrefslogtreecommitdiff
path: root/lib/libGL
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-01-10 16:02:05 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-01-10 16:02:05 +0000
commitb8f70f23f4a1588b740309c663c65e4d25363b54 (patch)
treea67866262d05bf909d1767ff61f25c60d904c0a7 /lib/libGL
parent8869cd1ec5babef14141a83d41ab5187cc663e25 (diff)
Don't build intel_bufmgr_ttm.c anymore, the rest of the ttm code has
been removed. ok matthieu@
Diffstat (limited to 'lib/libGL')
-rw-r--r--lib/libGL/dri/i915/Makefile5
-rw-r--r--lib/libGL/dri/i965/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/lib/libGL/dri/i915/Makefile b/lib/libGL/dri/i915/Makefile
index b7be9417c..63c631e11 100644
--- a/lib/libGL/dri/i915/Makefile
+++ b/lib/libGL/dri/i915/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2008/11/02 16:07:40 matthieu Exp $
+# $OpenBSD: Makefile,v 1.4 2009/01/10 16:02:04 oga Exp $
LIB= i915_dri.so
@@ -48,8 +48,7 @@ DRIVER_SOURCES = \
intel_state.c \
intel_tris.c \
intel_fbo.c \
- intel_depthstencil.c \
- intel_bufmgr_ttm.c
+ intel_depthstencil.c
SRCS= \
$(COMMON_SOURCES) \
diff --git a/lib/libGL/dri/i965/Makefile b/lib/libGL/dri/i965/Makefile
index 8804cf38e..22fc18ca2 100644
--- a/lib/libGL/dri/i965/Makefile
+++ b/lib/libGL/dri/i965/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2008/11/02 15:01:32 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2009/01/10 16:02:04 oga Exp $
LIB= i965_dri.so
@@ -7,7 +7,6 @@ DRIVER_SOURCES = \
intel_blit.c \
intel_buffer_objects.c \
intel_buffers.c \
- intel_bufmgr_ttm.c \
intel_context.c \
intel_decode.c \
intel_depthstencil.c \
@@ -79,7 +78,7 @@ DRIVER_SOURCES = \
brw_wm_pass2.c \
brw_wm_sampler_state.c \
brw_wm_state.c \
- brw_wm_surface_state.c
+ brw_wm_surface_state.c
SRCS = \
$(COMMON_SOURCES) \