Re: [osg-users] opengl error after switching to 2.4

2008-04-30 Thread Roni Rosenzweig
I'm using WinXP SP2, GeForce 8800 The fix solved the problem, thanx! How do I submit it officially? Roni On 4/29/08, Mike Weiblen [EMAIL PROTECTED] wrote: Hi, What GPU/OS/driver are you running? Could it be related to the non-conformant behavior of the driver wrt geometry shader

Re: [osg-users] opengl error after switching to 2.4

2008-04-30 Thread Mike Weiblen
Great, I'm glad that worked. See this page for submitting a fix: http://www.openscenegraph.org/projects/osg/wiki/MailingLists/SubmissionsProtocol Basically, make the fix, zip up the whole file, and send to the correct mailling list (not this one).. cheers -- mew On Wed, Apr 30, 2008 at 1:07

Re: [osg-users] opengl error after switching to 2.4

2008-04-29 Thread Roni Rosenzweig
I also get a similar warning (OpenGL error after RenderBin::drawInner()) when running the osgshaders example. It only happens on the first frame. I noticed that if I remove the shaders, the warning does not come up. Any problem that could happen with shaders on the first frame of the application?

Re: [osg-users] opengl error after switching to 2.4

2008-04-29 Thread Mike Weiblen
Hi, What GPU/OS/driver are you running? Could it be related to the non-conformant behavior of the driver wrt geometry shader initialization, as discussed in January and again in March; see: http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg06033.html

[osg-users] opengl error after switching to 2.4

2008-04-28 Thread Roni Rosenzweig
Hello I switched to osg 2.4 today (from 2.2) and started receiving a warning: Warning: detected OpenGL error 'invalid value' after RenderBin::draw(,) RenderStage::drawInner(,) FBO status= 0x8cd5 It's only printed once. My application seems to work fine so far (haven't tested everything yet) but