[Bug 30270] Wine doesn't detect opengl/wgl extensions anymore

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 2 15:28:42 CDT 2012


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

--- Comment #13 from Henri Verbeet <hverbeet at gmail.com> 2012-04-02 15:28:42 CDT ---
If this is the first time glGetString(GL_EXTENSIONS) is called there may not be
much we can do at all. If internal_gl_extensions is already initialized you can
probably return that, but even in that case it seems somewhat questionable to
call glGetString() without a current WGL context.

-- 
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