Commit 5d15da6d authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wined3d: Recognize DRI R300 drivers as Mesa.

parent b118d50e
......@@ -988,6 +988,7 @@ static GL_Vendors wined3d_guess_vendor(const char *gl_vendor, const char *gl_ren
return VENDOR_INTEL;
if (strstr(gl_vendor, "Mesa")
|| strstr(gl_vendor, "DRI R300 Project")
|| strstr(gl_vendor, "Tungsten Graphics, Inc"))
return VENDOR_MESA;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment