Set the configure option to enable floating point textures.

While the i965 driver enables support unconditionally other drivers
such as r600 require this before they will claim to support OpenGL 3.x
This commit is contained in:
jsg 2015-12-20 12:15:55 +00:00
parent 1874a86535
commit 1ff7fe0da7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2015/11/26 19:05:49 kettenis Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2015/12/20 12:15:55 jsg Exp $
.include <bsd.own.mk>
@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-dri-drivers=${DRI_DRIVERS} \
--enable-shared-glapi \
--enable-osmesa \
--enable-gbm \
--enable-texture-float \
--with-egl-platforms="x11,drm" \
--prefix=${X11BASE} \
--with-dri-driverdir=${X11BASE}/lib/modules/dri \