<div dir="ltr"><div>Hi All,<br><br></div>I believe we must be pretty close to stable 3.4.0 release as I had only one submission to merge since rc8 that I tagged at the end of last week!  The revision was to make osgViewer's X11 PixelBuffer query for the SGIX extensions at runtime rather than use them directly at compile time.  This change is intended to make it possible to run the OSG on X11 systems that don't provide support for the SGIX extensions.<br><ul style="margin:15px 0px;padding:0px;border:0px;list-style:none;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:13px;line-height:19px"><li style="margin:0px 0px 5px;padding:0px 0px 0px 30px;border:0px;background-image:url('/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif');line-height:20px;overflow:visible;background-repeat:no-repeat no-repeat">Zip file containing source code : <a href="http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.4.0-rc9.zip" style="margin:0px;padding:0px;border:0px;color:#006699;text-decoration:underline"><span class="icon" style="margin:0px;padding:0px;border:0px">OpenSceneGraph-3.4.0-rc9.zip</span></a></li><li style="margin:0px 0px 5px;padding:0px 0px 0px 30px;border:0px;background-image:url('/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif');line-height:20px;overflow:visible;background-repeat:no-repeat no-repeat">Subversion tag for 3.4.0-rc8 : svn co <span class="icon" style="margin:0px;padding:0px;border:0px;color:#006699;text-decoration:underline"><a href="http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.4.0-rc9" style="margin:0px;padding:0px;border:0px;color:#006699;text-decoration:underline">http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.4.</a>0-rc9 </span>OpenSceneGraph</li></ul><p>As before I'd like testing out on as many platforms as we can get, positive and negative feedback is required so I know where we are at.  If there aren't any reports of problems I'll go for the 3.4.0 on Wednesday.<br></p><p>Cheers.<br></p><p>Robert.<br></p>-- ChangeLog since rc8<br><br>2015-08-03 19:14  robert<br><br>    * include/osgViewer/api/X11/PixelBufferX11,<br>      src/osgViewer/PixelBufferX11.cpp: From Andy Skinner, "Someone was<br>      using our code on a system that does not seem to have the SGIX<br>      symbols used in osgViewer.cpp.<br>      <br>      <br>      <br>      I used osgSetGLExtensionsFuncPtr to remove the symbols. I don't<br>      know how to test this path, but it did remove the symbols from<br>      libosgViewer.so. I have also not been able yet to see if that was<br>      sufficient for our customer.<br>      <br>      <br>      <br>      I did this by looking at other cases, and I tried to follow some<br>      of the same practices in PixelBufferX11, like using _useSGIX in a<br>      similar way to the previous _useGLX1_3."<br><br><br></div>