http://bugs.winehq.org/show_bug.cgi?id=28044
--- Comment #6 from Henri Verbeet hverbeet@gmail.com 2011-08-10 13:08:59 CDT --- (In reply to comment #5)
The error is referred to X.Org as GL_VENDOR not recognized: is there a way to force it?
I suppose you can try adding some detection to wined3d_guess_gl_vendor(), but it's not going to fix the real problem. The issue seems to be that you have old versions of the 32-bit r600g driver. Creating a WINEDEBUG=+wgl log should be able to tell you for sure. Even if we added detection for those older versions you'd likely have rendering issues.
By meaning old drivers are you referring to Mesa because my glxinfo seems ok with the proper string.
Yes, Mesa. glxinfo doesn't tell you much, because it's a 64-bit program. The WINEDEBUG=+wgl log mentioned above should tell you for sure what Wine is actually using.
Should I wait for a fix to Wine or do you think it's a misconfiguration of my system?
I think it's a misconfiguration.