softpipe: change vendor name to something more generic.

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>
This commit is contained in:
Dave Airlie 2020-06-16 08:33:34 +10:00
parent 04d6edd725
commit 2ac2f7a029
1 changed files with 1 additions and 1 deletions

View File

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