summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-01-20 14:15:04 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-01-20 14:15:27 +0000
commita1e528a0f083f08ac32e2418cb5068ef0c21ccaf (patch)
tree5bf8c36855c4bda1266238029d327d60a7bc0f2a /src/mesa/drivers/dri/radeon
parentf0c2662b126c90912c9b8adf6c3be07024dfe69e (diff)
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.
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers/dri/radeon/radeon_common_context.c
index 487cb83dc1d..925a077bb4f 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:
{