summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-06-16 08:33:34 +1000
committerDave Airlie <airlied@redhat.com>2020-06-17 05:19:37 +1000
commit2ac2f7a02983fefc222cd60f06eb7ba176b8140d (patch)
tree84ae38d732d436472d2f15a9c35de2e7291bc2cd
parent04d6edd725347aec0ef7a51162c7b3c382a31193 (diff)
softpipe: change vendor name to something more generic.
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>
-rw-r--r--src/gallium/drivers/softpipe/sp_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index b2ce4cee4aa..95df0b24b9f 100644
--- a/src/gallium/drivers/softpipe/sp_screen.c
+++ b/src/gallium/drivers/softpipe/sp_screen.c
@@ -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";
}