Re: ? JOGL Rendering Issues - Different for v1.1.1 and v2.0 and with Laptop docked vs not ?
Posted by elect on Mar 11, 2016; 7:39am
URL: https://forum.jogamp.org/JOGL-Rendering-Issues-Different-for-v1-1-1-and-v2-0-and-with-Laptop-docked-vs-not-tp4036458p4036469.html
You should avoid any deprecated stuff, immediate and display list usage, completely. The driver may intervene producing unexpected results.
It is likely also that the nvidia driver was fixing the clipping plane for you in 1.1.1 but not now, for whatever reason.
Do everything as it supposed to be done, don't rely on some drivers otherwise you will be screwed up when you switch to some less invasive drivers, such as amd or intel.
What do you need GLPbuffer for? Texture streaming?