X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fsoftpipe%2Fsp_screen.c;h=95df0b24b9f8ee04a78fb4d1e51ade3171437a32;hb=2ac2f7a02983fefc222cd60f06eb7ba176b8140d;hp=b2ce4cee4aae62ee7d4fb8f87c99e4a7f7886b18;hpb=04d6edd725347aec0ef7a51162c7b3c382a31193;p=mesa.git diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index b2ce4cee4aa..95df0b24b9f 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -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"; }