i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 20 Jan 2014 14:15:04 +0000 (14:15 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 20 Jan 2014 14:15:27 +0000 (14:15 +0000)
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
src/gallium/state_trackers/vega/api_misc.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/radeon/radeon_common_context.c

index 046cda4f6cf826ba56f885a9b5944c42431bc83a..ee444fe084084b29f998d5b49d1590638f4a70b0 100644 (file)
@@ -50,7 +50,7 @@
 static const char *
 i915_get_vendor(struct pipe_screen *screen)
 {
-   return "VMware, Inc.";
+   return "Mesa Project";
 }
 
 static const char *
index 5263394de05d70662a34ffa2c34f67933a8a5758..e274e6a2981bd7f534f534348b139e3673b8a518 100644 (file)
@@ -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";
 
index f613e56e658afc1d17ba702e58613f95bd2d7ae2..0af6c9a19be00f6c222a502e6c3cd868d13cc907 100644 (file)
@@ -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 );
index 487cb83dc1d8a3502fb744b0a29ea9aa0ee6164b..925a077bb4f39fa8b1e639e75d27ac0e6e4036f7 100644 (file)
@@ -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:
        {