Bug 416 - GLBase.isExtensionAvailable(String glExtensionName) does no work anymore
Summary: GLBase.isExtensionAvailable(String glExtensionName) does no work anymore
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2
Hardware: All linux
: --- major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2010-10-15 12:42 CEST by Julien Gouesse
Modified: 2010-11-14 20:09 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Gouesse 2010-10-15 12:42:00 CEST
GLBase.isExtensionAvailable(String glExtensionName) returns false whatever the extension even though glxinfo suggests the named extension is supported.
Comment 1 Sven Gothel 2010-11-14 20:09:54 CET
Fixed lately .. ie GL3 and GL4 is available under Windows as well, which requires the method.
On X11 is was always working .. since GL3 and GL4 were always functional.

On of the latest commits .. (sorry, no ref)

~Sven