summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-09-22 17:16:35 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-09-23 10:32:50 +0100
commit21a949365d1de2f1fea6cb87c6f389e30156566f (patch)
treec326e59bdd7b46235980ee1ea7d12790549a7d58 /src/gallium/drivers/cell
parent02f2bcdf1d28f2bd6382fb6048c497ef76ba86b2 (diff)
gallium: Update vendor string.
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_screen.c b/src/gallium/drivers/cell/ppu/cell_screen.c
index 9161747fdb..d185c6b849 100644
--- a/src/gallium/drivers/cell/ppu/cell_screen.c
+++ b/src/gallium/drivers/cell/ppu/cell_screen.c
@@ -41,7 +41,7 @@
static const char *
cell_get_vendor(struct pipe_screen *screen)
{
- return "Tungsten Graphics, Inc.";
+ return "VMware, Inc.";
}