Login  Register

Re: Simple JOGL application does not display with open source driver on Linux

Posted by gsxruk on Jun 06, 2013; 8:50pm
URL: https://forum.jogamp.org/Linux-graphics-driver-tp4029240p4029351.html

Good news on the GLDeleteBuffers. Xorg have confirmed that this is the intended behaviour.  Rather than search for the lowest buffer name, when GLGenBuffers is called, it returns the next available name.  This is implemented in this manner for speed.

I have posted a bug report for the second problem I listed.

Thanks for the help.