Hi DizL et. al, No one has actually submitted that change, it's the first I've ever heard of it. So just "waiting" for something to be merged when nothing has been passed on is well, going to require alot of patience.
I have look at the diff and it looks like a hack to me, and not suitable to be merged. It rather looks like the author of the modification doesn't know about GraphicsConext::releaseContext() which is how graphics contexts are supposed to release their threads and allow a graphics context to be re-assigned to another thread. While GraphicsContext::makeCurrent() is meant to acquire the context for a new thread. All the capabilities are their in the base class so one should not need to modify it. The modifications would need to be done in osgQt itself. Robert. On 10 March 2015 at 09:43, DizL <[email protected]> wrote: > Hi, > > I'm also waiting for official osg for >= qt 5.4 support > temp solution is: > > https://github.com/pangwa/osg/commit/cb9084bfc5ac986658779ca188a32f46b1141c68 > multithreading is working but you cannot change in the fly > > regards, > DizL > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

