From 6f1a828b37e740ed392f34004f8d70e0833026a3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 20 Jan 2017 17:06:55 +0000 Subject: [PATCH] Quietened down some verbose debug messages --- src/osg/BufferObject.cpp | 6 +++--- src/osg/StateAttribute.cpp | 4 ++-- src/osgPlugins/png/ReaderWriterPNG.cpp | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/osg/BufferObject.cpp b/src/osg/BufferObject.cpp index 828cf7b9d..b025157fb 100644 --- a/src/osg/BufferObject.cpp +++ b/src/osg/BufferObject.cpp @@ -1132,7 +1132,7 @@ void BufferObject::resizeGLObjectBuffers(unsigned int maxSize) void BufferObject::releaseGLObjects(State* state) const { - OSG_INFO<<"BufferObject::releaseGLObjects("<getContextID(); @@ -1288,7 +1288,7 @@ void BufferData::resizeGLObjectBuffers(unsigned int maxSize) void BufferData::releaseGLObjects(State* state) const { - OSG_INFO<<"BufferData::releaseGLObjects("<releaseGLObjects(state); @@ -1397,7 +1397,7 @@ PixelBufferObject::PixelBufferObject(osg::Image* image): setTarget(GL_PIXEL_UNPACK_BUFFER_ARB); setUsage(GL_STREAM_DRAW_ARB); - OSG_INFO<<"Constructing PixelBufferObject for image="<setNumChildrenRequiringUpdateTraversal((*itr)->getNumChildrenRequiringUpdateTraversal()+delta); } diff --git a/src/osgPlugins/png/ReaderWriterPNG.cpp b/src/osgPlugins/png/ReaderWriterPNG.cpp index 83c1ab893..e9741298e 100644 --- a/src/osgPlugins/png/ReaderWriterPNG.cpp +++ b/src/osgPlugins/png/ReaderWriterPNG.cpp @@ -209,10 +209,10 @@ class ReaderWriterPNG : public osgDB::ReaderWriter pinfo->Depth = depth; } - OSG_INFO<<"width="<8 && getCpuByteOrder()==osg::LittleEndian)