From: Dave Airlie Date: Mon, 15 Jun 2020 22:33:34 +0000 (+1000) Subject: softpipe: change vendor name to something more generic. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ac2f7a02983fefc222cd60f06eb7ba176b8140d;p=mesa.git softpipe: change vendor name to something more generic. For consistency with the llvmpipe driver. Reviewed-by: Roland Scheidegger Reviewed by: Jose Fonseca Part-of: --- 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"; }