From 77221c9155a3c96cb63b210a048db1ea71a5e359 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 29 Oct 2009 14:01:29 -0400 Subject: [PATCH] glx: swrast can do GLX 1.4 too Reviewed-by: Ian Romanick Signed-off-by: Adam Jackson Signed-off-by: Keith Packard --- glx/glxdriswrast.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index 44f658fa9..20f9f90d6 100644 --- a/glx/glxdriswrast.c +++ b/glx/glxdriswrast.c @@ -510,6 +510,9 @@ __glXDRIscreenProbe(ScreenPtr pScreen) __glXScreenInit(&screen->base, pScreen); + screen->base.GLXmajor = 1; + screen->base.GLXminor = 4; + LogMessage(X_INFO, "AIGLX: Loaded and initialized %s\n", filename);