Re: over 80% of time is in AWTAnimatorImpl.display() & GLDrawableHelper.displayImpl()
Posted by
gouessej on
Sep 09, 2012; 8:47am
URL: https://forum.jogamp.org/over-80-of-time-is-in-AWTAnimatorImpl-display-GLDrawableHelper-displayImpl-tp4026033p4026056.html
Intel on-board graphics chips are known to be extremely slow, even old graphics cards sold in 2004 are sometimes faster. I think that even a very cheap ATI or Nvidia AGP graphics card would be faster.
If you really want to support Intel chips, you will have to elaborate powerful algorithmic optimizations to reduce the size of the VBOs and it will be really useful only if Intel drivers are not too buggy anyway.
Edit.: FBOs are slow on Intel. If you could replace your GLJPanel by a GLCanvas or a GLWindow, you would probably get a better frame rate (but still disable v-sync).