OpenSceneGraph/include
Robert Osfield 5a4ce5a387 From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc
implementation of the atomic increment and decrement into a implementation
file.
This way inlining and compiler optimization can no longer happen for these
implementations, but it fixes compilation on win32 msvc targets. I expect
that this is still faster than with with mutexes.

Also the i386 gcc target gets atomic operations with this patch. By using an
implementation file we can guarantee that we have the right compiler flags
available."
2008-06-26 10:27:16 +00:00
..
OpenThreads From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc 2008-06-26 10:27:16 +00:00
osg From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc 2008-06-26 10:27:16 +00:00
osgDB Fixed pedantic warning 2008-06-23 15:11:37 +00:00
osgFX From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
osgGA Added support for assigning GraphicsContext to individual GUIEventAdapter events, 2008-06-02 17:34:47 +00:00
osgIntrospection From Donald Cipperly, "This is a fix to eliminate >> errors in VS 7.1" 2008-05-07 14:24:14 +00:00
osgManipulator Changed method parameter to use const & 2008-02-25 14:27:57 +00:00
osgParticle Added doxygen docs 2008-03-17 12:11:39 +00:00
osgShadow From Adrian Egli, "Improvements to the PSSM implementation" 2008-06-19 14:45:54 +00:00
osgSim Converted static const unsigned int definitio to enum. 2008-03-14 12:03:11 +00:00
osgTerrain Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile 2008-05-27 15:30:20 +00:00
osgText From David Callu, "fixed bounding box bug" 2008-06-18 10:46:05 +00:00
osgUtil From Terry Welsh, new flatten static transforms visitor that duplicates subgraphs that are shared beneath differnt static transforms 2008-06-20 13:16:35 +00:00
osgViewer From Bob Kuehne, "this submission extends the osgViewer::RecordCameraPathHandler to have an optionally-enabled auto-incrementing filename. default behavior is still the same, but there's one new method to enable autoincrementing filenames." 2008-06-18 11:13:51 +00:00