http://bugs.winehq.org/show_bug.cgi?id=29144
--- Comment #7 from christofi.cos@gmail.com 2011-11-29 11:05:48 CST --- Yes:
glxinfo|grep GL_NV_half_float GL_NV_explicit_multisample, GL_NV_float_buffer, GL_NV_half_float,
But:
void *glVertexAttrib4fARB = dlsym(libGL, "glVertexAttrib4fARB"); void *glVertexAttrib4hvNV = dlsym(libGL, "glVertexAttrib4hvNV");
cout << (glVertexAttrib4fARB == NULL) << endl; // prints 0, OK! cout << (glVertexAttrib4hvNV == NULL) << endl; // prints 1, OOPS!