OpenSceneGraph/src/osg
2014-12-09 11:14:33 +00:00
..
glu Warning fixes 2013-11-22 10:27:15 +00:00
AlphaFunc.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
AnimationPath.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ApplicationUsage.cpp Added an OSG_INIT_SINGLETON_PROXY to make sure that the ApplicationUsage singleton gets intialized before usage. 2014-06-27 15:38:52 +00:00
ArgumentParser.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Array.cpp From Pjotr Svetachov, "In a submission on June 27th a lot of new array types were added. This modified the osg::Array::Type enum. Because of this s_ArrayNames array in Array.cpp is now not in sync. This can lead to corrupt exports or crashes when writing .osg files because the change added new types in the middle of the enum instead of at the end. 2013-07-01 16:15:25 +00:00
ArrayDispatchers.cpp Moved osg::Drawable::Extensions into osg::GL2Extensions 2014-12-05 17:26:42 +00:00
AudioStream.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
AutoTransform.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Billboard.cpp Refactor osg::Geode to subclass from osg::Group and reuse the NodeList children container 2014-06-03 09:23:24 +00:00
BlendColor.cpp Moved local Extensions objects to GL2Extensions 2014-12-09 10:37:09 +00:00
BlendEquation.cpp Moved local Extensions objects to GL2Extensions 2014-12-09 10:37:09 +00:00
BlendEquationi.cpp Moved local Extensions objects to GL2Extensions 2014-12-09 10:37:09 +00:00
BlendFunc.cpp Moved osg::BlenFunc::Extensions into osg::GL2Extensions 2014-12-04 19:03:16 +00:00
BlendFunci.cpp Moved osg::BlenFunc::Extensions into osg::GL2Extensions 2014-12-04 19:03:16 +00:00
BufferIndexBinding.cpp Moved GLBufferObject::Extensions structure into osg::GL2Extensions 2014-12-04 18:13:11 +00:00
BufferObject.cpp Windows build fix 2014-12-05 09:52:42 +00:00
Callback.cpp Fixed nested callback calling. 2014-06-23 12:02:41 +00:00
Camera.cpp From Frederic Bouvier, "here is my proposal. It is supposed to be used like this : 2010-06-01 14:12:03 +00:00
CameraView.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Capability.cpp Moved local Extensions objects to GL2Extensions 2014-12-09 10:37:09 +00:00
ClampColor.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClearNode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClipNode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClipPlane.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClusterCullingCallback.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CMakeLists.txt Added osg::Capability and Cabibilityi base classes to wrap up glEnable/glDisable + glEnablei/glDisablei functionality, with osg::Enablei and osg::Disablei concrete implementations. 2014-12-03 17:31:16 +00:00
CollectOccludersVisitor.cpp Refactored the way that hole are pruned from the occluder hole list. 2014-06-25 15:47:59 +00:00
ColorMask.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ColorMaski.cpp Added osg::BlendFunci, osg::BlendEquationi and osg::ColorMaski StateAttrirbutes that wrap the glBlendFunci, glBlendEquationi and glColorMaski functions 2014-12-02 17:12:56 +00:00
ColorMatrix.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ComputeBoundsVisitor.cpp Added handling of Drawables added directly to scene graph without Geode decorating them. 2014-07-28 16:19:44 +00:00
Config.in Removed OSG_USE_BOUND and associated osg::Bound adapter class to avoid problems with BoundingBox::expandBy/expandByRadius() implementation choosing a null BoundingBox from 2014-06-02 16:20:39 +00:00
ConvexPlanarOccluder.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ConvexPlanarPolygon.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CoordinateSystemNode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CopyOp.cpp Added testing for Drawables in the CopyOp::operator(Node*) to replicate the old functionality. 2014-11-21 17:17:11 +00:00
CullFace.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CullingSet.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CullSettings.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CullStack.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
DeleteHandler.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Depth.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
DisplaySettings.cpp Added osg::SyncSwapBuffersCallback to include/osg/GraphicsContext and support for enabling it to include/osg/DisplaySettings, and to the Viewer/CompositeViewer::realize() methods. 2014-10-21 14:46:12 +00:00
Drawable.cpp Moved osg::Drawable::Extensions into osg::GL2Extensions 2014-12-05 17:26:42 +00:00
DrawPixels.cpp 2014-05-14 10:19:43 +00:00
dxtctool.cpp From Diane Delallée and Sukender, "1. Image.cpp 2013-05-28 11:25:13 +00:00
dxtctool.h From Diane Delallée and Sukender, "1. Image.cpp 2013-05-28 11:25:13 +00:00
Fog.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
FragmentProgram.cpp MOved VertexProgram and FragmentProgram::Extensions into GL2Extensions. 2014-12-08 16:08:44 +00:00
FrameBufferObject.cpp Ported GL2Extentions across to using the new GL extensions approach - cutting code count by 3000 lines! 2014-12-04 16:22:31 +00:00
FrameStamp.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
FrontFace.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Geode.cpp Refactor osg::Geode to subclass from osg::Group and reuse the NodeList children container 2014-06-03 09:23:24 +00:00
Geometry.cpp Moved GLBufferObject::Extensions structure into osg::GL2Extensions 2014-12-04 18:13:11 +00:00
GL2Extensions.cpp Moveved Stencil/StencilTwoSided::Extensions into GL2Extensions 2014-12-09 11:14:33 +00:00
GL.in Renamed the new include/osg/OpenGL automatically configured header file to include/osg/GL replacing the original hand built GL header 2014-04-30 13:19:22 +00:00
GLBeginEndAdapter.cpp From Aurelien Albert, added passing on of the gl array normalize to OpenGL when uses vertex attribute aliasing. 2013-06-27 15:18:38 +00:00
GLExtensions.cpp Standardized on defined(__ANDROID__) 2014-11-28 10:54:40 +00:00
GLObjects.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
GLStaticLibrary.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
GLStaticLibrary.h Fixed typo of commercial 2010-11-22 11:22:03 +00:00
GraphicsContext.cpp Added osg::SyncSwapBuffersCallback to include/osg/GraphicsContext and support for enabling it to include/osg/DisplaySettings, and to the Viewer/CompositeViewer::realize() methods. 2014-10-21 14:46:12 +00:00
GraphicsCostEstimator.cpp From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
GraphicsThread.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Group.cpp Refactor osg::Geode to subclass from osg::Group and reuse the NodeList children container 2014-06-03 09:23:24 +00:00
Hint.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Image.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
ImageSequence.cpp From Laurens Voerman, "while debugging ImageSequence I had a crash, due to the very large frametimes caused by halting the program. The problem is that when the frame time exceeds the length of the entire image sequence, a looping sequence will try to read it's _imageDataList beyond its size. 2014-06-26 10:24:41 +00:00
ImageStream.cpp Commented out the disabling of use of PBO's in ImageStream, and disabled the use ClientStoreHint in Present3D. 2012-06-12 10:31:50 +00:00
ImageUtils.cpp Introduced a cast(T) method into the ImageUtils template functor to allow code reading images to handle casting from source data to a form that a user can use more conviently 2013-11-06 09:23:21 +00:00
KdTree.cpp Revised KdTreeBuilder so that is used the new apply(osg::Geometry&) method rather than expanding an osg::Geode. 2014-06-26 14:16:11 +00:00
Light.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LightModel.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LightSource.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineSegment.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineStipple.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineWidth.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LOD.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LogicOp.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Material.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Math.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Matrix_implementation.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Matrixd.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
MatrixDecomposition.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Matrixf.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
MatrixTransform.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Multisample.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Node.cpp Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
NodeTrackerCallback.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
NodeVisitor.cpp Changed the NodeVisitor::apply(Drawable&) to call apply(Node&) 2014-08-27 15:07:47 +00:00
Notify.cpp From Sebastian Messerschmidt, "There was some small error due to MS non-conformity handling comments correctly." 2014-05-15 14:57:28 +00:00
Object.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Observer.cpp Introduced a alternative implementation of observer_ptr<> that uses ObserverSet rather than an local WeakReference object. 2010-05-20 13:38:28 +00:00
ObserverNodePath.cpp Changed the ref_ptr<T> observer_ptr<>::lock() method to be 2010-05-28 08:57:48 +00:00
OccluderNode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
OcclusionQueryNode.cpp Moved osg::Drawable::Extensions into osg::GL2Extensions 2014-12-05 17:26:42 +00:00
OperationThread.cpp Reinstated the original mechanism for OperationThread::cancel() that co-operatively releases blocks/barriers to make sure the thread is able to exit correctly. 2014-11-05 13:38:50 +00:00
PagedLOD.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PatchParameter.cpp Ported GL2Extentions across to using the new GL extensions approach - cutting code count by 3000 lines! 2014-12-04 16:22:31 +00:00
Point.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PointSprite.cpp From Thomas Hogarth, "Attached is a small build fix for PointSprite when compiling under GLES2 (r13788) 2013-10-01 09:05:18 +00:00
PolygonMode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PolygonOffset.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PolygonStipple.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PositionAttitudeTransform.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PrimitiveRestartIndex.cpp From Aurelien Albert, Added support for glPrimitiveRestartIndex. 2013-06-28 13:43:46 +00:00
PrimitiveSet.cpp Fixed handling of enums in Lua plugin. 2014-02-13 18:52:41 +00:00
Program.cpp Ported GL2Extentions across to using the new GL extensions approach - cutting code count by 3000 lines! 2014-12-04 16:22:31 +00:00
Projection.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ProxyNode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Quat.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Referenced.cpp Reverted the usage of OSG_UNUSED and OT_UNUSED as in hindsight these should never have been merged. Adding code to quieten 2013-07-01 08:21:13 +00:00
SampleMaski.cpp MOved SampleMaski::Extensions into osg::GL2Extensions 2014-12-07 17:31:49 +00:00
Scissor.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ScriptEngine.cpp Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
Sequence.cpp From Sebastian Messerschmidt, "I've applied a simple fix for the backward animation support in osg::Sequence. 2014-06-26 11:49:59 +00:00
ShadeModel.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Shader.cpp Ported GL2Extentions across to using the new GL extensions approach - cutting code count by 3000 lines! 2014-12-04 16:22:31 +00:00
ShaderAttribute.cpp From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
ShaderComposer.cpp Added State::releaseGLObjects() and ShaderComposer::releaseGLObjects() to avoid problems with cleanup of graphics context 2013-10-21 16:35:12 +00:00
ShadowVolumeOccluder.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Shape.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ShapeDrawable.cpp 2014-05-14 10:19:43 +00:00
State.cpp Moved osg::Drawable::Extensions into osg::GL2Extensions 2014-12-05 17:26:42 +00:00
StateAttribute.cpp Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
StateSet.cpp Removed checks against Drawable as these are no longer required. 2014-10-21 08:27:28 +00:00
Stats.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Stencil.cpp Moveved Stencil/StencilTwoSided::Extensions into GL2Extensions 2014-12-09 11:14:33 +00:00
StencilTwoSided.cpp Moveved Stencil/StencilTwoSided::Extensions into GL2Extensions 2014-12-09 11:14:33 +00:00
Switch.cpp Further work on Bound class/Node::getBound() and Drawable::getBound() and usage in OSG codebase 2014-05-14 16:01:40 +00:00
TexEnv.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexEnvCombine.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexEnvFilter.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexGen.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexGenNode.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TexMat.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Texture1D.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
Texture2D.cpp From Lionel Lagarde, "Support for paging and shared PBO" 2013-06-27 16:44:32 +00:00
Texture2DArray.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
Texture2DMultisample.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
Texture3D.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
Texture.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
TextureBuffer.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
TextureCubeMap.cpp Moved TextureCubeMap::Extension functionality into GL2Extensions 2014-12-05 20:05:18 +00:00
TextureRectangle.cpp Moved Texture*::Extensions functionality into GL2Extensions 2014-12-09 10:05:59 +00:00
Timer.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
TransferFunction.cpp Convesion of osg::notify to OSG_INFO etc. 2010-05-28 15:47:52 +00:00
Transform.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Uniform.cpp From Colin McDonald, "Attached are some fixes to build osg using the Solaris Studio compiler. 2013-09-05 10:23:05 +00:00
UserDataContainer.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Version.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Version.in From Paul Martz, typo fixes 2009-11-23 09:53:08 +00:00
VertexAttribDivisor.cpp Moved old GL2Extensions::Get(..) usage across to new osg::State::get<GL2Extensions>() usage 2014-12-04 16:28:32 +00:00
VertexProgram.cpp MOved VertexProgram and FragmentProgram::Extensions into GL2Extensions. 2014-12-08 16:08:44 +00:00
View.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Viewport.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00