summaryrefslogtreecommitdiff
path: root/lib/libGL/dri
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2013-09-06 07:14:34 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2013-09-06 07:14:34 +0000
commita92e89fa5e7ade52644c29652fcc650e22c5b391 (patch)
tree6bc8f89f5701783bf4aae26085cc948ba1acc8fb /lib/libGL/dri
parent59261e584c4132e041b74778b7d13e65a877c230 (diff)
the i810 driver has been removed from mesa
Diffstat (limited to 'lib/libGL/dri')
-rw-r--r--lib/libGL/dri/i810/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/libGL/dri/i810/Makefile b/lib/libGL/dri/i810/Makefile
deleted file mode 100644
index 3a5ea58e9..000000000
--- a/lib/libGL/dri/i810/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 2009/01/28 16:10:44 matthieu Exp $
-
-LIB= i810_dri.so
-
-DRIVER_SOURCES = \
- i810context.c \
- i810ioctl.c \
- i810render.c \
- i810screen.c \
- i810span.c \
- i810state.c \
- i810tex.c \
- i810texmem.c \
- i810texstate.c \
- i810tris.c \
- i810vb.c
-
-SRCS= ${DRIVER_SOURCES} ${COMMON_SOURCES}
-
-DRIVER_DEFINES= -I$(MESA)/drivers/dri/i810/server
-
-.include <bsd.xorg.mk>
-
-.PATH: ${MESA}/drivers/dri/i810