aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2020-06-16 08:32:57 +1000
committerDave Airlie <[email protected]>2020-06-17 05:19:29 +1000
commit04d6edd725347aec0ef7a51162c7b3c382a31193 (patch)
treeb1b46861f40dd117960b6d204f655616a50a5696
parent94acd419dad9075d288bb41a480d38e173587df0 (diff)
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 <[email protected]> Reviewed by: Jose Fonseca <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483>
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.c2
1 files changed, 1 insertions, 1 deletions
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";
}