wined3d: Recognize DRI R300 drivers as Mesa.

This commit is contained in:
Austin English 2009-09-24 16:04:05 -05:00 committed by Alexandre Julliard
parent b118d50ecb
commit 5d15da6df5
1 changed files with 1 additions and 0 deletions

View File

@ -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;