<div dir="ltr">Hi Curtis,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On 12 August 2015 at 13:57, Curtis Rubel <span dir="ltr"><<a href="mailto:crubel@compro.net" target="_blank">crubel@compro.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Robert,<br>
<br>
OK I will do some more digging into this and see if I can<br>
find anything myself that could help.  Hopefully there<br>
are some other mac folks out there that have a better<br>
background in this area than I do, that would be nice...<br>
<br>
I can def say that OSG 3.3.1 is working OK on my mac, as I just<br>
compiled and reloaded it to make sure.  So looks like maybe its<br>
something that has changed since that dev release.<br>
<br>
I will try 3.3.3 next to see if we can at least isolate when the issue<br>
first started as it might help give some ideas where to look as well.</blockquote><div><br></div><div>OSG-3.4.0 *is* working even better than 3.3.1.  OSG-3.4.0 has hundreds of bug fixes, code refinements and optimizations.<br><br></div><div>Ironically, it's the fact that OSG-3.4.0 is working better w.r.t properly support DDS format is what it tripping up OSX. <br><br>OSG-3.3.1 and all OSG version before didn't properly support DDS mipmaps so you never got to see the buggy driver problem.<br><br></div><div>What I've seen so far points to the failure being in OSX OpenGL drivers and nothing to do with the OSG.<br><br></div><div>To resolve the problem you need to go beyond the OSG, and on to OSX OpenGL drivers.<br><br></div><div>If you want a short term workaround then simply disable the mapmaps assigned to any osg::Image that are loaded.  Such a hack will work for all data sources of osg::Image.  Remember, it's not a DDS bug, changes to this plugin has just been the trigger for finding the problem which is elsewhere, so there is no reason to believe that it's DDS images that trigger, but mipmapping, so catching it in a more generic way is the best solution.<br></div><div><br></div><div>Robert.<br> </div></div></div></div></div>