diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-01-20 14:15:04 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-01-20 14:15:27 +0000 |
commit | a1e528a0f083f08ac32e2418cb5068ef0c21ccaf (patch) | |
tree | 5bf8c36855c4bda1266238029d327d60a7bc0f2a /src/gallium | |
parent | f0c2662b126c90912c9b8adf6c3be07024dfe69e (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/gallium')
-rw-r--r-- | src/gallium/drivers/i915/i915_screen.c | 2 | ||||
-rw-r--r-- | src/gallium/state_trackers/vega/api_misc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c index 046cda4f6cf..ee444fe0840 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 5263394de05..e274e6a2981 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"; |