Re: libgl version 8 issues - no profiles available
Posted by
Sven Gothel on
Mar 20, 2012; 11:51am
URL: https://forum.jogamp.org/libgl-version-8-issues-no-profiles-available-tp3832159p3842100.html
>
> Lets try to tolerate the buggy ARB createContext behavior
> as it was ment to, i.e. only reset the GLContext state and
> set availability flag if ARB create context actually did find anything.
>
<
https://jogamp.org/bugzilla/show_bug.cgi?id=564>
<
http://jogamp.org/git/?p=jogl.git;a=commit;h=42c461a157bbcf9e7268b171a7593c2b3ae6a173>
I have tested this while temporarily mimick the broken behavior and it works well here.
This patch is less intrusive (not shutdown, ..) and brings stability.
Let me know whether this works for you - thx.
Jenkins build is on the way
<
https://jogamp.org/chuck/job/jogl/706/>
however, it behaves a bit erratic (networking, etc) lately,
so I don't know yet if it will succeed.
~Sven