From 2ac2f7a02983fefc222cd60f06eb7ba176b8140d Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 16 Jun 2020 08:33:34 +1000 Subject: [PATCH] softpipe: change vendor name to something more generic. For consistency with the llvmpipe driver. Reviewed-by: Roland Scheidegger Reviewed by: Jose Fonseca Part-of: --- src/gallium/drivers/softpipe/sp_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.30.2