Module: Mesa Branch: master Commit: 94acd419dad9075d288bb41a480d38e173587df0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94acd419dad9075d288bb41a480d38e173587df0
Author: Dave Airlie <[email protected]> Date: Tue Jun 16 07:22:40 2020 +1000 virgl: change vendor id to reflect reality more. virgl vendor id should probably be little more generic now. I think I picked this becuase the virtio pci id space was under RH's name and they did pay for it, but at this point I think it's better to just use something generic. Reviewed-by: Gert Wollny <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483> --- src/gallium/drivers/virgl/virgl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/virgl/virgl_screen.c b/src/gallium/drivers/virgl/virgl_screen.c index f646b194dac..eb3712b24cd 100644 --- a/src/gallium/drivers/virgl/virgl_screen.c +++ b/src/gallium/drivers/virgl/virgl_screen.c @@ -54,7 +54,7 @@ DEBUG_GET_ONCE_FLAGS_OPTION(virgl_debug, "VIRGL_DEBUG", debug_options, 0) static const char * virgl_get_vendor(struct pipe_screen *screen) { - return "Red Hat"; + return "Mesa/X.org"; } _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
