35
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #616 from eligovision/OpenSceneGraph-3.6_particles More... almost 7 years ago
Fixed copy constructor More... almost 7 years ago
Fixed copy constructor More... almost 7 years ago
ParticleSystem: Using of GL_TRIANGLES for GLES2 and upper; GL_QUADS otherwise More... almost 7 years ago
Merged check against data type changes from 3.6 branch. More... almost 7 years ago
Merge pull request #617 from aluaces/Image_scaleImage_typo More... almost 7 years ago
Fix typo in the initial check of Image::scaleImage(). More... almost 7 years ago
ParticleSystem: Added support for GLES2 and upper (GL_QUADS -> GL_TRIANGLES) More... almost 7 years ago
ParticleSystem: Added support for GLES2 and upper (GL_QUADS -> GL_TRIANGLES) More... almost 7 years ago
Updated ChangeLog More... almost 7 years ago
Merge pull request #614 from jasonbeverage/sharedshaderfix More... almost 7 years ago
Protect the _programSet in Shader with a mutex. This prevents thread safety issues when Shader objects are used in multiple programs. More... almost 7 years ago
Protect the _programSet in Shader with a mutex. This prevents thread safety issues when Shader objects are used in multiple programs. More... almost 7 years ago
Changed the ShapeDrawable::build() methpd so that it does run when the ShadpwDrawabe is a KdTree. More... almost 7 years ago
Changed the ShapeDrawable::build() methpd so that it does run when the ShadpwDrawabe is a KdTree. More... almost 7 years ago
Updated SO version as XmlNode::Input changes change the ABI More... almost 7 years ago
Added support for reading UTF-8 encoded of xml files More... almost 7 years ago
Added support for reading UTF-8 encoded of xml files More... almost 7 years ago
Changed the logic for whether to call setUpThreading() in setThreadingModel() to make it possible to changed threadings even if the threading model starts of as SingleThreaded More... almost 7 years ago
Changed the logic for whether to call setUpThreading() in setThreadingModel() to make it possible to changed threadings even if the threading model starts of as SingleThreaded More... almost 7 years ago
Updated version number to 3.6.3 in prep for next naintainance release More... almost 7 years ago
Merge branch 'OpenSceneGraph-3.6-TexStorage' into OpenSceneGraph-3.6 More... almost 7 years ago
Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph More... almost 7 years ago
Added reset of _stateset to prevent the releaseGLObjects calling release on th StateSet from the destructor More... almost 7 years ago
Added reset of _stateset to prevent the releaseGLObjects calling release on th StateSet from the destructor More... almost 7 years ago
Added reset of _stateset to prevent the releaseGLObjects calling release on th StateSet from the destructor More... almost 7 years ago
Merge pull request #611 from tomhog/topic-gles3-android More... almost 7 years ago
Merge branch 'master' of git://github.com/openscenegraph/OpenSceneGraph into topic-gles3-android More... almost 7 years ago
Merge remote-tracking branch 'upstream/master' into topic-gles3-android More... almost 7 years ago
Replaced the glSGetProcAddressARB code with the dlsym() usage as the NVidia driver looks to be returning non NULL pointers for invalid function names. More... almost 7 years ago