gallium: Update vendor string.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 22 Sep 2009 16:16:35 +0000 (17:16 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 23 Sep 2009 09:32:50 +0000 (10:32 +0100)
src/gallium/drivers/cell/ppu/cell_screen.c
src/gallium/drivers/i915simple/i915_screen.c
src/gallium/drivers/i965simple/brw_screen.c
src/gallium/drivers/softpipe/sp_screen.c

index 9161747fdbf97e532094523726687b87e8529061..d185c6b8497548781a0c845d31335422a853975b 100644 (file)
@@ -41,7 +41,7 @@
 static const char *
 cell_get_vendor(struct pipe_screen *screen)
 {
-   return "Tungsten Graphics, Inc.";
+   return "VMware, Inc.";
 }
 
 
index a1dd43c1bccd6b7af2a74ba9b9565b5d12a0f53d..c66558c320eb0f87a7e989a7fe527b9772a4f7b8 100644 (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 *
index fb68fd624b3ad498573c5da8ad499f01cb60cb81..4a84c4db23f2d7cc73463437c433c43955d079d7 100644 (file)
@@ -39,7 +39,7 @@
 static const char *
 brw_get_vendor( struct pipe_screen *screen )
 {
-   return "Tungsten Graphics, Inc.";
+   return "VMware, Inc.";
 }
 
 
index ce7701841580794af95c3bebc8806b3d443e92a9..6cf45cded23b3cb4fb63322e539bab42781b4201 100644 (file)
@@ -40,7 +40,7 @@
 static const char *
 softpipe_get_vendor(struct pipe_screen *screen)
 {
-   return "Tungsten Graphics, Inc.";
+   return "VMware, Inc.";
 }