Module: Mesa Branch: master Commit: 04d6edd725347aec0ef7a51162c7b3c382a31193 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04d6edd725347aec0ef7a51162c7b3c382a31193
Author: Dave Airlie <[email protected]> Date: Tue Jun 16 08:32:57 2020 +1000 llvmpipe: change vendor to be more generic. If submitting for conformance it is probably better to have a generic name for vendor here. Reviewed-by: Roland Scheidegger <[email protected]> Reviewed by: Jose Fonseca <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483> --- src/gallium/drivers/llvmpipe/lp_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
