summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/api_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/vega/api_misc.c')
-rw-r--r--src/gallium/state_trackers/vega/api_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/vega/api_misc.c b/src/gallium/state_trackers/vega/api_misc.c
index 9e2ab03e01a..5263394de05 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 *)"Tungsten Graphics, Inc";
+ static const VGubyte *vendor = (VGubyte *)"VMware, Inc.";
static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.1";
static const VGubyte *version = (VGubyte *)"1.1";