OpenSceneGraph/include/osg
Robert Osfield a64b412885 Reverted the usage of OSG_UNUSED and OT_UNUSED as in hindsight these should never have been merged. Adding code to quieten
inappropriate warnings is a bad programming practice and does not desrve a place in the OSG code base.
2013-07-01 08:21:13 +00:00
..
AlphaFunc Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
AnimationPath
ApplicationUsage Moved the expansion of the key codes into ApplicationUsage so that help is only generated for non zero keycodes. 2012-12-05 10:13:51 +00:00
ArgumentParser Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Array From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
ArrayDispatchers Removed unused methods 2013-06-26 12:59:40 +00:00
AudioStream
AutoTransform
Billboard
BlendColor
BlendEquation
BlendFunc
BoundingBox
BoundingSphere
BoundsChecking
buffered_value
BufferIndexBinding
BufferObject From Laurens Voerman, "the current version of BufferObject causes a huge amount of warnings in Visual Studio 2012 like: 2013-06-28 14:08:36 +00:00
Camera Moved quad buffer definitions into include/osg/Camera 2013-05-27 08:10:42 +00:00
CameraNode
CameraView
ClampColor
ClearNode
ClipNode Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ClipPlane
ClusterCullingCallback
CollectOccludersVisitor Fixed usage of META_NodeVisitor so it doesn't include "" 2013-01-24 18:48:34 +00:00
ColorMask
ColorMatrix
ComputeBoundsVisitor Fixed usage of META_NodeVisitor so it doesn't include "" 2013-01-24 18:48:34 +00:00
ConvexPlanarOccluder
ConvexPlanarPolygon
CoordinateSystemNode
CopyOp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CullFace
CullingSet From Laurens Voerman, "I have implemented and tested (on windows only) your suggestion for resetCullingMask(), it's far less intrusive than my previous submission. 2013-01-28 14:30:21 +00:00
CullSettings
CullStack From Laurens Voerman, "I have implemented and tested (on windows only) your suggestion for resetCullingMask(), it's far less intrusive than my previous submission. 2013-01-28 14:30:21 +00:00
DeleteHandler
Depth
DisplaySettings Added DisplaySettings::KeystoneHint flag that can be set via --keystone-on and --keystone-off command line parameters, and the OSG_KEYSTONE env var 2013-05-10 17:59:07 +00:00
Drawable
DrawPixels
Endian
Export 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
fast_back_stack
Fog
FragmentProgram
FrameBufferObject From Farshid Lashkari, "I've attached a small patch that extends the Image::readImageFromCurrentTexture method to support more depth texture pixel formats (16, 24, 32, 32F). In order to compile, I moved some depth pixel format definitions from FrameBufferObject to Image. 2013-06-24 09:51:30 +00:00
FrameStamp
FrontFace Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Geode From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
Geometry Replaced deprecatated osg::Geometry::get*Binding() calls. 2013-06-27 14:46:16 +00:00
GL From Jan Ciger, "I have found a problem when building OSG with Qt 5 support. Qt has the 2013-06-19 12:19:28 +00:00
GL2Extensions From Aurelien Albert, "This submission is made against trunk version and add the loading of "glVertexAttribDivisor" extension." 2013-06-03 09:19:46 +00:00
GLBeginEndAdapter
GLExtensions
GLObjects
GLU
GraphicsContext
GraphicsCostEstimator
GraphicsThread
Group
Hint
Image From Farshid Lashkari, "I've attached a small patch that extends the Image::readImageFromCurrentTexture method to support more depth texture pixel formats (16, 24, 32, 32F). In order to compile, I moved some depth pixel format definitions from FrameBufferObject to Image. 2013-06-24 09:51:30 +00:00
ImageSequence Added LOAD_AND_RETAIN_IN_UPDATE_TRAVERSAL and LOAD_AND_DISCARD_IN_UPDATE_TRAVERSAL ImageSequence::Mode's to allow for ImageSequence usage without using background paging threads, instead loading all the images on demand in the update traversal. 2013-01-18 16:21:17 +00:00
ImageStream From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
ImageUtils
io_utils
KdTree Fixed usage of META_NodeVisitor so it doesn't include "" 2013-01-24 18:48:34 +00:00
Light
LightModel
LightSource
LineSegment Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
LineStipple
LineWidth
LOD From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
LogicOp
Material
Math From Jordi Torres, Android build fix 2013-02-12 15:44:52 +00:00
Matrix
Matrixd
Matrixf
MatrixTransform
MixinVector
Multisample
Node
NodeCallback Fixed remove and add callback so they properly handle nested callbacks 2013-06-10 10:37:08 +00:00
NodeTrackerCallback
NodeVisitor Fixed usage of META_NodeVisitor so it doesn't include "" 2013-01-24 18:48:34 +00:00
Notify
Object
Observer
observer_ptr
ObserverNodePath
OccluderNode
OcclusionQueryNode
OperationThread
PagedLOD From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
PatchParameter Introduced new osg::PatchParameter StateAttribute class to wrap up glPatchParameter associated state. 2013-06-11 10:52:37 +00:00
Plane
Point
PointSprite
PolygonMode
PolygonOffset
PolygonStipple
Polytope
PositionAttitudeTransform Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
PrimitiveRestartIndex From Aurelien Albert, Added support for glPrimitiveRestartIndex. 2013-06-28 13:43:46 +00:00
PrimitiveSet Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Program Introduced new osg::PatchParameter StateAttribute class to wrap up glPatchParameter associated state. 2013-06-11 10:52:37 +00:00
Projection
ProxyNode
Quat
ref_ptr
Referenced
RenderInfo
SampleMaski From Lukasz Izdebski,"added support for gl_SampleMaski." 2013-02-13 16:29:03 +00:00
Scissor
Sequence
ShadeModel
Shader From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
ShaderAttribute
ShaderComposer
ShadowVolumeOccluder
Shape
ShapeDrawable
State From David Callu, added support for glVertexAttribLPointer and glVertexAttribIPointer, utilized via osg::Array::setPreserveDataType(true); 2013-06-28 10:51:22 +00:00
StateAttribute From Aurelien Albert, Added support for glPrimitiveRestartIndex. 2013-06-28 13:43:46 +00:00
StateAttributeCallback
StateSet From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
Stats Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Stencil
StencilTwoSided
Switch
TemplatePrimitiveFunctor
TexEnv
TexEnvCombine
TexEnvFilter
TexGen
TexGenNode
TexMat Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Texture From Aurelien Albert, Added support for texture swizzle. 2013-06-03 15:10:53 +00:00
Texture1D
Texture2D
Texture2DArray
Texture2DMultisample
Texture3D
TextureBuffer From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
TextureCubeMap
TextureRectangle
Timer
TransferFunction
Transform
TriangleFunctor
TriangleIndexFunctor
Uniform From Ulrich Hertlein, "Attached is a patch that introduces 'static_cast<unsigned int>' on some instances where 2013-05-14 16:12:21 +00:00
UserDataContainer
ValueObject From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
Vec2 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec2b
Vec2d
Vec2f
Vec2i From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec2s
Vec2ub From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec2ui From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec2us From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec3 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec3b
Vec3d
Vec3f
Vec3i From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec3s
Vec3ub From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec3ui From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec3us From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Vec4
Vec4b
Vec4d Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec4f
Vec4i From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec4s Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Vec4ub
Vec4ui From Art Tevs, int and uint Vec classes 2013-06-03 11:38:20 +00:00
Vec4us From David Callu, "Added Vec3ub, Vec3us, Vec4us, Vec2ub and Vec2us classes" 2013-06-27 17:37:03 +00:00
Version Updatd SO_VERSION to reflect changes in ABI from merging submissions. 2013-06-24 12:30:08 +00:00
VertexProgram
View
Viewport Preperation for adding stereo support direclty into osgViewer. 2013-04-15 14:21:32 +00:00