Mesa (master): intel: Change vendor string to " Intel Open Source Technology Center".

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Jun 1 21:25:20 UTC 2012


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu May 31 16:19:17 2012 -0700

intel: Change vendor string to "Intel Open Source Technology Center".

Tungsten Graphics has not existed for several years, and the majority of
ongoing development and support is done by Intel.  I chose to include
"Open Source Technology Center" to distinguish it from, say, the closed
source Windows OpenGL driver.

The one downside to this patch is that applications that pattern match
against "Intel" may start applying workarounds meant for the Windows
driver.  However, it does seem like the right thing to do.

This does change oglconform behavior.

Acked-by: Eric Anholt <eric at anholt.net>
Acked-by: Ian Romanick <ian.d.romanick at intel.com>
Acked-by: Eugeni Dodonov <eugeni.dodonov at intel.com>
Acked-by: Keith Packard <keithp at keithp.com>
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/intel/intel_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index 9deb4ca..c2f7d29 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -72,7 +72,7 @@ intelGetString(struct gl_context * ctx, GLenum name)
 
    switch (name) {
    case GL_VENDOR:
-      return (GLubyte *) "Tungsten Graphics, Inc";
+      return (GLubyte *) "Intel Open Source Technology Center";
       break;
 
    case GL_RENDERER:




More information about the mesa-commit mailing list