Re: ? JOGL Rendering Issues - Different for v1.1.1 and v2.0 and with Laptop docked vs not ?
Posted by
Art on
Apr 19, 2016; 4:08pm
URL: https://forum.jogamp.org/JOGL-Rendering-Issues-Different-for-v1-1-1-and-v2-0-and-with-Laptop-docked-vs-not-tp4036458p4036619.html
I get better performance from display lists in most of the analytic visualizations I've developed as well. I also have had to deal with issues from old drivers and having to support the Intel HD garbage (I seriously have Intel HD nightmares.) In the end I created a system that will utilize the best that the system can use: immediate mode, vertex arrays, display lists, or VBOs. I was actually able to open source some of my government funded work. Maybe it can help.
https://github.com/pnnl/svf
https://bintray.com/pnnl/maven/svf/view