mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
gallium: Update vendor string.
This commit is contained in:
parent
02f2bcdf1d
commit
21a949365d
4 changed files with 4 additions and 4 deletions
|
|
@ -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.";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue