diff options
author | Adam Jackson <ajax@redhat.com> | 2016-03-23 15:26:23 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-03-30 11:13:57 -0400 |
commit | 36bcbf76dcc7e88cac093f8fb656c525bfeaf65d (patch) | |
tree | c168f5d39ab67504a818ed97ac13591fa8af65e5 /glx/glxdriswrast.c | |
parent | 2a72789ee8e88f612dff48ebe2ebe9fecda7a95d (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.c | 3 |
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); |