aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.c2
1 files changed, 1 insertions, 1 deletions
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";
}