gallium: Update vendor string.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
static const char *
|
||||
cell_get_vendor(struct pipe_screen *screen)
|
||||
{
|
||||
return "Tungsten Graphics, Inc.";
|
||||
return "VMware, Inc.";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
static const char *
|
||||
i915_get_vendor(struct pipe_screen *screen)
|
||||
{
|
||||
return "Tungsten Graphics, Inc.";
|
||||
return "VMware, Inc.";
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
static const char *
|
||||
brw_get_vendor( struct pipe_screen *screen )
|
||||
{
|
||||
return "Tungsten Graphics, Inc.";
|
||||
return "VMware, Inc.";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
static const char *
|
||||
softpipe_get_vendor(struct pipe_screen *screen)
|
||||
{
|
||||
return "Tungsten Graphics, Inc.";
|
||||
return "VMware, Inc.";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user