projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d6edd
)
softpipe: change vendor name to something more generic.
author
Dave Airlie
<airlied@redhat.com>
Mon, 15 Jun 2020 22:33:34 +0000
(08:33 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 16 Jun 2020 19:19:37 +0000
(
05:19
+1000)
For consistency with the llvmpipe driver.
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/softpipe/sp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_screen.c
b/src/gallium/drivers/softpipe/sp_screen.c
index b2ce4cee4aae62ee7d4fb8f87c99e4a7f7886b18..95df0b24b9f8ee04a78fb4d1e51ade3171437a32 100644
(file)
--- 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
";
}