I'm dealing with a really weird bug that only appears when I have Firefox 5 running in the background. I don't know if it's a driver issue or what. It also only appears sometimes, but the longer Firefox has been running, the more likely it seems to appear.
One thing this bug does is make drawing to a pbuffer really slow. (I wrote the below program to demonstrate this bug) When FF is running and the test program is NOT using FBOs, it will sometimes run at 2 fps. It will also sometimes run at full speed. I think the longer FF has been running, the more likely it is to run at 2 fps:
http://kitfox.com/tmp/FBOTest.zipWhen the above program is configured to use FBOs (just tweak the boolean flag), it will always run at a speedy pace. That is, if it runs at all. Because for some reason FF is also sometimes causing a GL_FRAMEBUFFER_UNSUPPORTED to be thrown when I create my FBOs, even though they can be created and used without a problem on other runs. Again, the longer FF has been running, the more likely this error is to occur.
I've been discussing this over on java-gaming.org:
http://www.java-gaming.org/index.php/topic,24437.0.htmlhttp://www.java-gaming.org/index.php/topic,24429.0.htmlI'm using a Quadro FX 570/PCI/SSE2 graphics card with the latest drivers and JSR 231. If you have any idea what's going on, please let me know.