Bug 416

Summary: GLBase.isExtensionAvailable(String glExtensionName) does no work anymore
Product: [JogAmp] Jogl Reporter: Julien Gouesse <gouessej>
Component: openglAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: major    
Priority: ---    
Version: 2   
Hardware: All   
OS: linux   
Type: --- SCM Refs:
Workaround: ---

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