freedreno: Restore GL_VENDOR string
We cannot change this, as it has already been communicated to app
partners. Also this breaks chrome's GPU quirk matching (which in some
cases is non-gpu-related, but when all you have is a hammer, everything
looks like a nail).
Fixes: 9c1fbc076a ("Return 'Mesa' for GL_VENDOR for community drivers")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20757>
This commit is contained in:
@@ -116,7 +116,7 @@ fd_screen_get_name(struct pipe_screen *pscreen)
|
||||
static const char *
|
||||
fd_screen_get_vendor(struct pipe_screen *pscreen)
|
||||
{
|
||||
return "Mesa";
|
||||
return "freedreno";
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
||||
Reference in New Issue
Block a user