Mesa (master): softpipe: change vendor name to something more generic.

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


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

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

softpipe: change vendor name to something more generic.

For consistency with the llvmpipe driver.

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/softpipe/sp_screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index b2ce4cee4aa..95df0b24b9f 100644
--- a/src/gallium/drivers/softpipe/sp_screen.c
+++ b/src/gallium/drivers/softpipe/sp_screen.c
@@ -51,7 +51,7 @@ DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE)
 static const char *
 softpipe_get_vendor(struct pipe_screen *screen)
 {
-   return "VMware, Inc.";
+   return "Mesa/X.org";
 }
 
 



More information about the mesa-commit mailing list