OpenSceneGraph/include
Robert Osfield 161246d864 Refactored the GL object deletion management to use new osg::GraphicsObjectManager/GLObjectManager base classes, and osg::ContextData container.
This approach unifies much of the code handling the clean up of OpenGL graphics data, avoids lots of local mutexes and static variables that were previously required,
and enables the clean up scheme to be easily extended by users providing their own GraphicsObjectManager subclasses.


git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15130 16af8721-9629-0410-8352-f15c8da7e697
2015-09-23 09:47:34 +00:00
..
OpenThreads Removed old and unused windows code path to avoid confusion 2015-06-12 20:23:15 +00:00
osg Refactored the GL object deletion management to use new osg::GraphicsObjectManager/GLObjectManager base classes, and osg::ContextData container. 2015-09-23 09:47:34 +00:00
osgAnimation From Jannik Heller, "In the attachment you will find a build fix for the latest trunk. osgAnimation failed to compile when using OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION=OFF ." 2015-06-04 09:00:17 +00:00
osgDB From Laurens Voerman, "I found that using an ImageSequence with mode PAGE_AND_DISCARD_USED_IMAGES triggers the (3) imageThreads to run and never stop, even when no more work is to be done. This is due to a bug in the stop condition currently setting the thread to stop and wait for a signal only when no work needs to be done AND the databasepager is paused. 2015-09-04 15:04:58 +00:00
osgFX Changed osgFX::MultiTextureControl so that it uses an osg::FloatArray internally to enable sharing with osg::Uniform. 2015-01-23 13:51:09 +00:00
osgGA From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgManipulator From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgParticle From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgPresentation From Jannik Heller, typo fixes 2015-04-13 10:43:56 +00:00
osgQt From Jannik Heller, "I've added the check for Qt version mismatches into osgQt as suggested in http://forum.openscenegraph.org/viewtopic.php?t=14999. 2015-06-15 19:59:01 +00:00
osgShadow From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgSim From Jannik Heller, typo fixes 2015-06-01 13:11:49 +00:00
osgTerrain From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgText Warning fix 2015-07-31 10:59:11 +00:00
osgUI From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgUtil From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgViewer Added #ifdef guards around SGIX specific parts to avoid build problems with GLES 2015-08-09 09:07:05 +00:00
osgVolume Added setting of the IsoSurfaceProperty in VolumeSettings 2014-09-03 15:54:47 +00:00
osgWidget From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00