Mesa (master): llvmpipe: change vendor to be more generic.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 16 19:44:06 UTC 2020


Module: Mesa
Branch: master
Commit: 04d6edd725347aec0ef7a51162c7b3c382a31193
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04d6edd725347aec0ef7a51162c7b3c382a31193

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jun 16 08:32:57 2020 +1000

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

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483>

---

 src/gallium/drivers/llvmpipe/lp_screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the mesa-commit mailing list