projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94acd41
)
llvmpipe: change vendor to be more generic.
author
Dave Airlie
<airlied@redhat.com>
Mon, 15 Jun 2020 22:32:57 +0000
(08:32 +1000)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_screen.c
b/src/gallium/drivers/llvmpipe/lp_screen.c
index f5bf0044872e4ec0b06cdcd053237f646a2570cf..490646b401028ee9c5691b784753528799835b97 100644
(file)
--- 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
";
}