29 Nov
2011
29 Nov
'11
5:05 p.m.
http://bugs.winehq.org/show_bug.cgi?id=29144 --- Comment #7 from christofi.cos(a)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! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.