On Tue, May 13, 2008 at 1:09 PM, "Martin Großer" <[EMAIL PROTECTED]> wrote:
> I set OSG_NOTIFY_LEVEL on DEBUG and compare the application with gtk and 
> without gtk and I found the following differences.
>
>  With GTK:
>  glVersion=2, isGlslSupported=YES, glslLanguageVersion=1
>
>
>  Without GTK:
>  glVersion=2.1, isGlslSupported=YES, glslLanguageVersion=1.2



This sounds like you are linking to different OpenGL libraries in each
case.  Add a check for the vendor string to find out which drivers you
are getting in each case, I suspect this will be illuminating.
Perhaps gtk is hardwired to mesa.

>  I still use OSG 2.2, because the update to 2.5 is a little bit difficult in 
> my case.

Curious, what problem prevents you from updating OSG version?

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to