Re: [osg-users] A patch to enable making hardware extensions disabled in Texture.cpp

2008-11-11 Thread Tatsuhiro Nishioka
Sure, no problem at all. However, I'm now doing further investigation for simpler code to do the same thing. I'm wondering if version check is actually needed for each extension availability check. Since OpenGL must be upward compatible, you can call only isGLExtensionEnabled for that purpose. The

Re: [osg-users] A patch to enable making hardware extensions disabled in Texture.cpp

2008-11-10 Thread Robert Osfield
HI Tat, Could you post the whole modified file to osg-submissions I can then review it their alongside the rest of the code submissions. Thanks, Robert. On Sun, Nov 9, 2008 at 5:38 PM, Tatsuhiro Nishioka <[EMAIL PROTECTED]> wrote: > Hi there, > > I received some crash reports on FlightGear/OSG f

[osg-users] A patch to enable making hardware extensions disabled in Texture.cpp

2008-11-09 Thread Tatsuhiro Nishioka
Hi there, I received some crash reports on FlightGear/OSG from a user who uses nVidia 7300GT on Macs. Debugging on an iMac gave me that hardware mipmapping on its driver caused the crash. so I once made a "fix-it-only-for-this-issue" kinda patch that simply disable hardware mipmapping when the