OpenSceneGraph/src
Julien Valentin 71339906c0 Fixed little bug in DrawArraysLength (instancing not supported).
Corrected PrimitiveSet.cpp in order DrawArraysLength can be instanced.
It's the only pr missing code
if (_numInstances>=1)      glDrawXXXInstanced(...,_numInstances);
else glDrawXXX();
2016-06-03 17:57:04 +01:00
..
OpenThreads Moved status check to quieten coverity warning 2016-06-02 14:56:43 +01:00
osg Fixed little bug in DrawArraysLength (instancing not supported). 2016-06-03 17:57:04 +01:00
osgAnimation Last two files with fixes to the virtual inheritance warnings... 2016-06-03 17:33:45 +01:00
osgDB Removed redudent codepaths, standardizing on the most portable Texture2D path. 2016-06-02 14:22:25 +01:00
osgFX Fixed method to match parent class. 2016-06-02 14:30:58 +01:00
osgGA fix for the rest of the VS2015 virtual inheritance warnings. Same as for issues as for the Operation class. 2016-06-03 17:30:12 +01:00
osgManipulator Added asUpdate/Cull/EventVisitor and asCamera/asDrawable to osg::Object and usage of these within the code base to avoid dynamic_cast<> usage. 2016-01-20 17:49:10 +00:00
osgParticle Fixes shadows warnings 2016-05-20 13:38:34 +01:00
osgPlugins Added -Wno-deprecated-register for Clang build to quieten warnings related to lex/yacc generated files 2016-06-03 17:38:32 +01:00
osgPresentation Fixed shadows warnings 2016-05-25 13:27:35 +01:00
osgQt Added osg::GraphicsContext::WindowingSystemInterfaces singleton for managing multiple WIndowinSystemInterface 2016-05-16 13:45:31 +01:00
osgShadow Last two files with fixes to the virtual inheritance warnings... 2016-06-03 17:33:45 +01:00
osgSim Fixed shadows warnings 2016-05-25 11:30:49 +01:00
osgTerrain Added handling of failure to create ElementBufferObject. 2016-06-02 15:35:47 +01:00
osgText Fixed redundent checks and clean up clone usage 2016-06-02 14:36:38 +01:00
osgUI Fixed shadows warning 2016-05-25 13:22:51 +01:00
osgUtil Fixed potential memory leak 2016-06-02 15:43:31 +01:00
osgViewer Last two files with fixes to the virtual inheritance warnings... 2016-06-03 17:33:45 +01:00
osgVolume Added missing break 2016-06-02 14:53:11 +01:00
osgWidget Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgWrappers Fixed clang warnings 2016-06-03 09:33:47 +01:00
CMakeLists.txt 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