From: Dave Airlie Date: Mon, 15 Jun 2020 22:32:57 +0000 (+1000) Subject: llvmpipe: change vendor to be more generic. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04d6edd725347aec0ef7a51162c7b3c382a31193;p=mesa.git llvmpipe: change vendor to be more generic. If submitting for conformance it is probably better to have a generic name for vendor here. Reviewed-by: Roland Scheidegger Reviewed by: Jose Fonseca Part-of: --- diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index f5bf0044872..490646b4010 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -97,7 +97,7 @@ static const struct debug_named_value lp_perf_flags[] = { static const char * llvmpipe_get_vendor(struct pipe_screen *screen) { - return "VMware, Inc."; + return "Mesa/X.org"; }