http://bugs.winehq.org/show_bug.cgi?id=58460
--- Comment #3 from Svyatpro svyatpro@gmail.com --- Thank you Zeb for response, I just added these lines to adapter_gl and now it works:
if (strstr(gl_vendor_string, "Microsoft Corporation") || strstr(gl_renderer, "GDI Generic")) return HW_VENDOR_VMWARE;
BTW, there are lots of OpenGl capabilities detection bugs there specially for legacy GPU drivers.