aboutsummaryrefslogtreecommitdiff
path: root/mesalib
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-12-29 00:16:23 +0100
committerMarc Haesen <marc@hc-consult.be>2011-12-29 00:16:23 +0100
commitecb8be4d2a289c5308f3f23929116d2fe6aafa4b (patch)
tree83262f6e1c90dbf993856af3bf1d41e03a55cd41 /mesalib
parenta4b099ae2dbb3a093e29f9a58a2067db9d9280f3 (diff)
downloadvcxsrv-ecb8be4d2a289c5308f3f23929116d2fe6aafa4b.tar.gz
vcxsrv-ecb8be4d2a289c5308f3f23929116d2fe6aafa4b.tar.bz2
vcxsrv-ecb8be4d2a289c5308f3f23929116d2fe6aafa4b.zip
Increaser version of swrast
Diffstat (limited to 'mesalib')
-rw-r--r--mesalib/src/mesa/drivers/dri/common/drisw_util.c2
1 files changed, 1 insertions, 1 deletions
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,