|
|
|
@10671
|
[10671]
|
4 years |
robert |
From Cedric Pinson, "Here a patch to be able to clone stateattribute, in …
|
|
|
|
@9989
|
[9989]
|
4 years |
robert |
From Simon Carmody, "Patches for compare and copy of Programs and related …
|
|
|
|
@9354
|
[9354]
|
4 years |
robert |
From Paul Martz, "I'm not sure why this message was added, but it doesn't …
|
|
|
|
@9023
|
[9023]
|
5 years |
robert |
Added a Refrenced::getGlobalReferencedMutex, and …
|
|
|
|
@8905
|
[8905]
|
5 years |
robert |
From Mathias Froehlich, added catch for GL_COLOR_MATERIAL mode being set.
|
|
|
|
@8786
|
[8786]
|
5 years |
robert |
Removed debug info
|
|
|
|
@8785
|
[8785]
|
5 years |
robert |
Moved _stateset = new StateSet? instances to setStateSet(new StateSet?) to …
|
|
|
|
@8455
|
[8455]
|
5 years |
robert |
From Michael Platings and Robert Osfield, added support for controlling, …
|
|
|
|
@8354
|
[8354]
|
5 years |
robert |
From Paul Martz, "The attached code changes StateSet::merge() so that it …
|
|
|
|
@7953
|
[7953]
|
5 years |
robert |
Fixed indenting
|
|
|
|
@7659
|
[7659]
|
5 years |
robert |
From Mathias Froechlich, "I have extended the StateSet? api with …
|
|
|
|
@7648
|
[7648]
|
5 years |
robert |
From Roland Smeenk, "Attached you will find a large set of small typo …
|
|
|
|
@7630
|
[7630]
|
5 years |
robert |
From Mario Guimaraes, "Currently, in the StateSet::merge method, the rhs …
|
|
|
|
@7371
|
[7371]
|
6 years |
robert |
From Art Tevs,
"A new texture class Texture2DArray derived from
Texture …
|
|
|
|
@7332
|
[7332]
|
6 years |
robert |
Added mutex locking add addParents/removeParents in Drawable, Node and …
|
|
|
|
@6184
|
[6184]
|
6 years |
robert |
Introduced new osg::Object::DataVariance? type of UNSPECIFIED, and changed …
|
|
|
|
@6180
|
[6180]
|
6 years |
robert |
Added computeDataVariance method into osg::Object and implementations in …
|
|
|
|
@6069
|
[6069]
|
6 years |
robert |
Began work on providing support for threading camera cull traversals in …
|
|
|
|
@5885
|
[5885]
|
6 years |
robert |
Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then …
|
|
|
|
@5882
|
[5882]
|
6 years |
robert |
Added Object::resizeGLObjectBuffers(uint) method to help improve the …
|
|
|
|
@5623
|
[5623]
|
7 years |
robert |
From Colin McDonald?, "I've included render bin checks in the …
|
|
|
|
@5586
|
[5586]
|
7 years |
robert |
From Farshid Lashkari, added function for querring whether a mode is a …
|
|
|
|
@5387
|
[5387]
|
7 years |
robert |
Changed:
static TextureGLModeSet s_textureGLModeSet;
To:
static …
|
|
|
|
@5328
|
[5328]
|
7 years |
robert |
Updated copyright years.
|
|
|
|
@5211
|
[5211]
|
7 years |
robert |
Added support for RenderBin?'s have a local top level StateSet?. This is …
|
|
|
|
@5150
|
[5150]
|
7 years |
robert |
Minor tweaks of ints to unsigned ints
|
|
|
|
@5146
|
[5146]
|
7 years |
robert |
From Mike Weiblen, support GLSL uniform arrays. A couple of tweaks and …
|
|
|
|
@5004
|
[5004]
|
7 years |
robert |
Fixed typo of Validity.
|
|
|
|
@5001
|
[5001]
|
7 years |
robert |
Added support for OpenGL mode black listing to provide better support
for …
|
|
|
|
@4569
|
[4569]
|
8 years |
robert |
From Keith Steffen, fixed bug in StateSet::clear() where parents of …
|
|
|
|
@4163
|
[4163]
|
8 years |
robert |
From Mike Weiblen, further work on GLSL support
|
|
|
|
@4157
|
[4157]
|
8 years |
robert |
Added support for osg_FrameNumber, osg_FrameTime, osg_ViewMatrix, …
|
|
|
|
@4125
|
[4125]
|
8 years |
robert |
Commented out notify messages to prevent crash under OSX at start up.
|
|
|
|
@4101
|
[4101]
|
8 years |
robert |
Added #include <algorithm> for VS.NET build
|
|
|
|
@4100
|
[4100]
|
8 years |
robert |
Added support notification of Drawable parents of StateSet? that …
|
|
|
|
@4094
|
[4094]
|
8 years |
robert |
Futher work on supporting update and event callbacks in StateSet?, Uniform …
|
|
|
|
@4092
|
[4092]
|
8 years |
robert |
Futher work on adding event and update callbacks to StateSet?, Uniform and …
|
|
|
|
@4091
|
[4091]
|
8 years |
robert |
Added ParentList?'s into StateSet?, Uniform and StateAttribute? in …
|
|
|
|
@4086
|
[4086]
|
8 years |
robert |
Added missing bodes of Uniform::operator = and setEvent/UpdateCallback in …
|
|
|
|
@4084
|
[4084]
|
8 years |
robert |
Preliminary steps to adding update and event callbacks to StateSet?, …
|
|
|
|
@4038
|
[4038]
|
8 years |
robert |
Updated Copyright notices to 1998-2005.
|
|
|
|
@4034
|
[4034]
|
8 years |
robert |
Removed setProgram from osg::StateSet? as Program works just fine right …
|
|
|
|
@3948
|
[3948]
|
8 years |
robert |
From Mike Weiblen,
"updates for GLSL core integration:
Code compiles and …
|
|
|
|
@3897
|
[3897]
|
8 years |
robert |
Added support for set/getUniform and set/getProgram into osg::StateSet?.
|
|
|
|
@3535
|
[3535]
|
9 years |
robert |
From Tree, fixes for Java bindings
|
|
|
|
@3488
|
[3488]
|
9 years |
robert |
Added new getMember() method and TypeMemberPair? into StateAttribute? …
|
|
|
|
@3480
|
[3480]
|
9 years |
robert |
Added new clear, removeAttribute, removeMode, removeTextureAttribute …
|
|
|
|
@3159
|
[3159]
|
9 years |
robert |
Added support for releasing GLObjects, and renamed DisplayListVisitor? …
|
|
|
|
@3095
|
[3095]
|
9 years |
robert |
Fixed handling of PROCTED/OVERRIDE
|
|
|
|
@2773
|
[2773]
|
9 years |
robert |
Changed StateAttribute::getAssociatedModes(std::vector<GLMode>&) across
to …
|
|
|
|
@1995
|
[1995]
|
10 years |
robert |
Added #include<TextureRectangle?>
|
|
|
|
@1989
|
[1989]
|
10 years |
robert |
From Ulrich Hertlein, added support for TextureRectangle? to .osg format.
|
|
|
|
@1772
|
[1772]
|
10 years |
robert |
Made the default transparent bin be bin number 10 rather than 1 to …
|
|
|
|
@1529
|
[1529]
|
10 years |
robert |
Added new Copyright/License notice to header and source files.
|
|
|
|
@1418
|
[1418]
|
10 years |
robert |
Converted the instance of osgNew and osgDelete back to new and delete as …
|
|
|
|
@1200
|
[1200]
|
11 years |
don |
Fixed some inconsistencies between header files and function …
|
|
|
|
@1166
|
[1166]
|
11 years |
robert |
Renamed osg::Primitive to osg::PrimitiveSet? which better reflect what …
|
|
|
|
@1133
|
[1133]
|
11 years |
robert |
Converted the instances of const built in types being returned from …
|
|
|
|
@1099
|
[1099]
|
11 years |
robert |
Removed deprecated code from the distribution.
Added .osg support for …
|
|
|
|
@1078
|
[1078]
|
11 years |
robert |
Converted code dependant on osg::Texture across to its replacement …
|
|
|
|
@961
|
[961]
|
11 years |
robert |
Added mode checking into StateSet? to try and catch non texture OpenGL …
|
|
|
|
@868
|
[868]
|
11 years |
robert |
Ported distribution across to use the new osg::MatrixTransform? and …
|
|
|
|
@836
|
[836]
|
11 years |
robert |
Implemented most of the changes required for supporting multitexturing …
|
|
|
|
@831
|
[831]
|
11 years |
robert |
Fixes for Windows build.
|
|
|
|
@828
|
[828]
|
11 years |
robert |
Work on supporting multitexturing in …
|
|
|
|
@609
|
[609]
|
11 years |
robert |
Updated TODO list.
Converted AnimationPath? so it is now subclassed from …
|
|
|
|
@530
|
[530]
|
11 years |
robert |
Added DataVariance? enum and set/get fields to osg::Object to help …
|
|
|
|
@475
|
[475]
|
11 years |
robert |
Added support for osg::MemoryManager? which is based upon Paul …
|
|
|
|
@451
|
[451]
|
11 years |
robert |
Integrated various changes worked on at the Glasgow Science Center. …
|
|
|
|
@331
|
[331]
|
11 years |
robert |
Moved all references to osg::Cloner to osg::CopyOp?.
|
|
|
|
@329
|
[329]
|
11 years |
robert |
Have add new osg::CopyOp? which replaces last nights osg::Cloner, the …
|
|
|
|
@327
|
[327]
|
11 years |
robert |
Added support for shallow and deep copy of nodes, drawables and state, via …
|
|
|
|
@183
|
[183]
|
11 years |
robert |
Fixed bug in osg::StateSet::merge(..) where the containers were …
|
|
|
|
@152
|
[152]
|
12 years |
robert |
Added a bool paramter to osg::StateSet::compare(const StateSet?& rhs,bool …
|
|
|
|
@121
|
[121]
|
12 years |
robert |
Integrated Geoff Michel's updates to Stats code, whilest move all text …
|
|
|
|
@97
|
[97]
|
12 years |
robert |
Added support for automatic creation of global StateAttributes? to …
|
|
|
|
@88
|
[88]
|
12 years |
robert |
Added osg::StateSet::merge(const StateSet?& rhs) merges merges the modes …
|
|
|
|
@50
|
[50]
|
12 years |
robert |
Changed the ordering of comparing modes and attributes …
|
|
|
|
@41
|
[41]
|
12 years |
robert |
Added support for osg::StateSet? comparison operators and using this new …
|
|
|
|
@37
|
[37]
|
12 years |
robert |
Added setAttributeAndModes(new Depth,StateAttribute::ON);
to the …
|
|
|
|
@32
|
[32]
|
12 years |
robert |
*** empty log message ***
|
|
|
|
@26
|
[26]
|
12 years |
don |
Synch with 20010921
|
|
|
|
@10
|
[10]
|
14 months |
robert |
Ran script to remove trailing spaces and tabs
|