wined3d: Recognize any "X.Org" GL vendor as Mesa.

This commit is contained in:
Henri Verbeet 2013-01-03 11:56:25 +01:00 committed by Alexandre Julliard
parent cf4f09cf85
commit 85d12b320c
1 changed files with 1 additions and 1 deletions

View File

@ -1411,9 +1411,9 @@ static enum wined3d_gl_vendor wined3d_guess_gl_vendor(const struct wined3d_gl_in
return GL_VENDOR_INTEL;
if (strstr(gl_vendor_string, "Mesa")
|| strstr(gl_vendor_string, "X.Org")
|| strstr(gl_vendor_string, "Advanced Micro Devices, Inc.")
|| strstr(gl_vendor_string, "DRI R300 Project")
|| strstr(gl_vendor_string, "X.Org R300 Project")
|| strstr(gl_vendor_string, "Tungsten Graphics, Inc")
|| strstr(gl_vendor_string, "VMware, Inc.")
|| strstr(gl_renderer, "Mesa")