GLX: Change GLX client vendor string to "Mesa Project and SGI"
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 6 Nov 2009 22:52:49 +0000 (14:52 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 6 Nov 2009 22:52:49 +0000 (14:52 -0800)
This change allows a certain closed-source browser plug-in to work
with open-source drivers.

src/glx/x11/glxcmds.c

index c63116bab771fa32ae29924600be7bca20bd95fc..daa9076471a0ac27f2fa8817265fa1ef7616c661 100644 (file)
@@ -50,7 +50,7 @@
 #include <xcb/glx.h>
 #endif
 
-static const char __glXGLXClientVendorName[] = "SGI";
+static const char __glXGLXClientVendorName[] = "Mesa Project and SGI";
 static const char __glXGLXClientVersion[] = "1.4";