http://bugs.winehq.org/show_bug.cgi?id=12981
--- Comment #2 from You-Cheng Hsieh yochenhsieh@gmail.com 2008-05-07 00:39:42 --- X11DRV_wglGetProcAddress was added into opengl.c since 0.9.21, and the following codes was added in 0.9.25:
1324 if (!has_opengl()) { 1325 ERR("No libGL on this box - disabling OpenGL support !\n"); 1326 return 0; 1327 }
I've tested 0.9.20 and OpenGL is working with this version. I will test 0.9.21~24 and see if the result is diffrent to 0.9.25~61.