summaryrefslogtreecommitdiff
path: root/glx/glxdriswrast.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-03-23 15:26:23 -0400
committerAdam Jackson <ajax@redhat.com>2016-03-30 11:13:57 -0400
commit36bcbf76dcc7e88cac093f8fb656c525bfeaf65d (patch)
treec168f5d39ab67504a818ed97ac13591fa8af65e5 /glx/glxdriswrast.c
parent2a72789ee8e88f612dff48ebe2ebe9fecda7a95d (diff)
glx: Enable GLX 1.4 unconditionally
Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx/glxdriswrast.c')
-rw-r--r--glx/glxdriswrast.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c
index aaf55ca89..65abdffd7 100644
--- a/glx/glxdriswrast.c
+++ b/glx/glxdriswrast.c
@@ -500,9 +500,6 @@ __glXDRIscreenProbe(ScreenPtr pScreen)
screen->base.GLXextensions);
}
- screen->base.GLXmajor = 1;
- screen->base.GLXminor = 4;
-
__glXsetGetProcAddress(glXGetProcAddressARB);
LogMessage(X_INFO, "AIGLX: Loaded and initialized %s\n", driverName);