From ecb8be4d2a289c5308f3f23929116d2fe6aafa4b Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 29 Dec 2011 00:16:23 +0100 Subject: Increaser version of swrast --- mesalib/src/mesa/drivers/dri/common/drisw_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesalib') diff --git a/mesalib/src/mesa/drivers/dri/common/drisw_util.c b/mesalib/src/mesa/drivers/dri/common/drisw_util.c index a19123f70..76b41231a 100644 --- a/mesalib/src/mesa/drivers/dri/common/drisw_util.c +++ b/mesalib/src/mesa/drivers/dri/common/drisw_util.c @@ -291,7 +291,7 @@ const __DRIswrastExtension driSWRastExtension = { /* Force the version to 2 because the underlying driver don't (can't!) * support the extra requirements of CreateContextAttribs. */ - { __DRI_SWRAST, 2 }, + { __DRI_SWRAST, __DRI_SWRAST_VERSION }, driCreateNewScreen, driCreateNewDrawable, driCreateNewContextForAPI, -- cgit v1.2.3