llvmpipe: change vendor to be more generic.
authorDave Airlie <airlied@redhat.com>
Mon, 15 Jun 2020 22:32:57 +0000 (08:32 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 16 Jun 2020 19:19:29 +0000 (05:19 +1000)
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>

src/gallium/drivers/llvmpipe/lp_screen.c

index f5bf0044872e4ec0b06cdcd053237f646a2570cf..490646b401028ee9c5691b784753528799835b97 100644 (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";
 }