Mesa (master): i915, r200, radeon, vega: Change vendor from "VMware, Inc." to "Mesa Project".

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jan 20 14:15:45 UTC 2014


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Jan 20 14:15:04 2014 +0000

i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".

These are components which were originally developed by Tungsten Graphics,
which was in turn acquired by VMware, but are de facto now being maintained
by third-party contributors of the Mesa open-source community.

This matches what's reported by swrast driver and a few other components.

Suggested by Ian Romanick.

---

 src/gallium/drivers/i915/i915_screen.c              |    2 +-
 src/gallium/state_trackers/vega/api_misc.c          |    2 +-
 src/mesa/drivers/dri/r200/r200_context.c            |    2 +-
 src/mesa/drivers/dri/radeon/radeon_common_context.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c
index 046cda4..ee444fe 100644
--- a/src/gallium/drivers/i915/i915_screen.c
+++ b/src/gallium/drivers/i915/i915_screen.c
@@ -50,7 +50,7 @@
 static const char *
 i915_get_vendor(struct pipe_screen *screen)
 {
-   return "VMware, Inc.";
+   return "Mesa Project";
 }
 
 static const char *
diff --git a/src/gallium/state_trackers/vega/api_misc.c b/src/gallium/state_trackers/vega/api_misc.c
index 5263394..e274e6a 100644
--- a/src/gallium/state_trackers/vega/api_misc.c
+++ b/src/gallium/state_trackers/vega/api_misc.c
@@ -62,7 +62,7 @@ VGHardwareQueryResult vegaHardwareQuery(VGHardwareQueryType key,
 const VGubyte *vegaGetString(VGStringID name)
 {
    struct vg_context *ctx = vg_current_context();
-   static const VGubyte *vendor = (VGubyte *)"VMware, Inc.";
+   static const VGubyte *vendor = (VGubyte *)"Mesa Project";
    static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.1";
    static const VGubyte *version = (VGubyte *)"1.1";
 
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index f613e56..0af6c9a 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -80,7 +80,7 @@ static const GLubyte *r200GetString( struct gl_context *ctx, GLenum name )
 
    switch ( name ) {
    case GL_VENDOR:
-      return (GLubyte *)"VMware, Inc.";
+      return (GLubyte *)"Mesa Project";
 
    case GL_RENDERER:
       offset = driGetRendererString( buffer, "R200", agp_mode );
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers/dri/radeon/radeon_common_context.c
index 487cb83..925a077 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.c
@@ -80,7 +80,7 @@ static const GLubyte *radeonGetString(struct gl_context * ctx, GLenum name)
 
 	switch (name) {
 	case GL_VENDOR:
-		return (GLubyte *) "VMware, Inc.";
+		return (GLubyte *) "Mesa Project";
 
 	case GL_RENDERER:
 	{




More information about the mesa-commit mailing list