summaryrefslogtreecommitdiff
path: root/lib/libgbm/Makefile
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-02-20 23:31:07 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-02-20 23:31:07 +0000
commit417351c7173012a5c6d2d55179dfb544d923d249 (patch)
treeaaa1892faeb02e441b6dbc49cfe0b0041d3305cf /lib/libgbm/Makefile
parent2d618162fc369f33505da5d6040c1ece411be94e (diff)
switch back to Mesa 10.2
With 10.4.3 gpu compositing on chromium would result in a black window on older Intel parts (ie x60s with 945gm) and at least some discrete Radeon parts. These problems do not seem to occur on recent Intel parts, though those have coherent memory and hardware contexts. It isn't clear what changes in Mesa are involved in the problem though it also occurs with the 10.3 branch.
Diffstat (limited to 'lib/libgbm/Makefile')
-rw-r--r--lib/libgbm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libgbm/Makefile b/lib/libgbm/Makefile
index 81b136a58..9fd89e009 100644
--- a/lib/libgbm/Makefile
+++ b/lib/libgbm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2015/01/25 15:09:14 jsg Exp $
+# $OpenBSD: Makefile,v 1.4 2015/02/20 23:31:06 jsg Exp $
.include <bsd.xconf.mk>
LIB= gbm
@@ -11,8 +11,8 @@ MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include
DEFAULT_DRIVER_DIR= ${X11BASE}/lib/modules/dri
MESA_MAJOR= 10
-MESA_MINOR= 4
-MESA_TINY= 3
+MESA_MINOR= 2
+MESA_TINY= 9
INCSDIR= ${X11BASE}/include