gallium: Update vendor string.

This commit is contained in:
José Fonseca 2009-09-22 17:16:35 +01:00
parent 02f2bcdf1d
commit 21a949365d
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@
static const char *
cell_get_vendor(struct pipe_screen *screen)
{
return "Tungsten Graphics, Inc.";
return "VMware, Inc.";
}

View File

@ -46,7 +46,7 @@
static const char *
i915_get_vendor(struct pipe_screen *screen)
{
return "Tungsten Graphics, Inc.";
return "VMware, Inc.";
}
static const char *

View File

@ -39,7 +39,7 @@
static const char *
brw_get_vendor( struct pipe_screen *screen )
{
return "Tungsten Graphics, Inc.";
return "VMware, Inc.";
}

View File

@ -40,7 +40,7 @@
static const char *
softpipe_get_vendor(struct pipe_screen *screen)
{
return "Tungsten Graphics, Inc.";
return "VMware, Inc.";
}