Re: ? JOGL Rendering Issues - Different for v1.1.1 and v2.0 and with Laptop docked vs not ?
Posted by elect on Mar 10, 2016; 9:23pm
URL: https://forum.jogamp.org/JOGL-Rendering-Issues-Different-for-v1-1-1-and-v2-0-and-with-Laptop-docked-vs-not-tp4036458p4036467.html
Are you using immediate mode?
Few considerations, intel driver on windows simply suxs, there are things such as the sRGB implementation that are completely broken for example. And things got worst with Win10.
Moreover, the Optimus technology is a cool idea applied in the worst way. We had a lot of troubles at work...
If you want to use the Nvidia gpu, select maximum perfs in the nv panel. Like if all of this wasn't enough, you should know that the dedicated gpu gets always penalized by the integrated when you use anything attached to the video outputs because even if you use the dedicated for the rendering, because everything needs to be first copied to the integrated one framebuffer and then sent out. This increases latency and lower perfs.
To summarize, try to use another machine ^^