softpipe: change vendor name to something more generic.
authorDave Airlie <airlied@redhat.com>
Mon, 15 Jun 2020 22:33:34 +0000 (08:33 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 16 Jun 2020 19:19:37 +0000 (05:19 +1000)
For consistency with the llvmpipe driver.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed by: Jose Fonseca <jfonseca@vmware.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483>

src/gallium/drivers/softpipe/sp_screen.c

index b2ce4cee4aae62ee7d4fb8f87c99e4a7f7886b18..95df0b24b9f8ee04a78fb4d1e51ade3171437a32 100644 (file)
@@ -51,7 +51,7 @@ DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE)
 static const char *
 softpipe_get_vendor(struct pipe_screen *screen)
 {
-   return "VMware, Inc.";
+   return "Mesa/X.org";
 }