[Bug 29144] skyrim freeze starting new game with ati/catalyst

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 29 11:05:48 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29144

--- Comment #7 from christofi.cos at 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.



More information about the wine-bugs mailing list