From: Ian Romanick Date: Fri, 6 Nov 2009 22:52:49 +0000 (-0800) Subject: GLX: Change GLX client vendor string to "Mesa Project and SGI" X-Git-Tag: mesa-7.8~2464^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26d2ce0a09f1aac628519cf3473fcabd3f149446;p=platform%2Fupstream%2Fmesa.git GLX: Change GLX client vendor string to "Mesa Project and SGI" This change allows a certain closed-source browser plug-in to work with open-source drivers. --- diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c index c63116b..daa9076 100644 --- a/src/glx/x11/glxcmds.c +++ b/src/glx/x11/glxcmds.c @@ -50,7 +50,7 @@ #include #endif -static const char __glXGLXClientVendorName[] = "SGI"; +static const char __glXGLXClientVendorName[] = "Mesa Project and SGI"; static const char __glXGLXClientVersion[] = "1.4";