Mesa (master): GLX: Change GLX client vendor string to " Mesa Project and SGI"

Eric Anholt anholt at kemper.freedesktop.org
Wed Nov 11 00:05:18 UTC 2009


Module: Mesa
Branch: master
Commit: 26d2ce0a09f1aac628519cf3473fcabd3f149446
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=26d2ce0a09f1aac628519cf3473fcabd3f149446

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Nov  6 14:52:49 2009 -0800

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.

---

 src/glx/x11/glxcmds.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 <xcb/glx.h>
 #endif
 
-static const char __glXGLXClientVendorName[] = "SGI";
+static const char __glXGLXClientVendorName[] = "Mesa Project and SGI";
 static const char __glXGLXClientVersion[] = "1.4";
 
 




More information about the mesa-commit mailing list