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 <sroland@vmware.com>
Reviewed by: Jose Fonseca <jfonseca@vmware.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483>
This commit is contained in:
Dave Airlie
2020-06-16 08:32:57 +10:00
parent 94acd419da
commit 04d6edd725

View File

@@ -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";
}