diff options
Diffstat (limited to 'indra/llappearance')
| -rw-r--r-- | indra/llappearance/llpolymesh.cpp | 16 | ||||
| -rw-r--r-- | indra/llappearance/lltexlayer.cpp | 16 | ||||
| -rw-r--r-- | indra/llappearance/lltexlayerparams.cpp | 3 | 
3 files changed, 18 insertions, 17 deletions
| diff --git a/indra/llappearance/llpolymesh.cpp b/indra/llappearance/llpolymesh.cpp index 907aa21279..e176d0844b 100644 --- a/indra/llappearance/llpolymesh.cpp +++ b/indra/llappearance/llpolymesh.cpp @@ -889,10 +889,10 @@ void LLPolyMesh::dumpDiagInfo()          std::string buf; -        LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl; -        LL_DEBUGS("LLPolyMesh") << "       Global PolyMesh Table (DEBUG only)" << llendl; -        LL_DEBUGS("LLPolyMesh") << "   Verts    Faces  Mem(KB) Name" << llendl; -        LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl; +        //LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl; +        //LL_DEBUGS("LLPolyMesh") << "       Global PolyMesh Table (DEBUG only)" << llendl; +        //LL_DEBUGS("LLPolyMesh") << "   Verts    Faces  Mem(KB) Name" << llendl; +        //LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl;          // print each loaded mesh, and it's memory usage          for(LLPolyMeshSharedDataTable::iterator iter = sGlobalSharedMeshList.begin(); @@ -906,17 +906,17 @@ void LLPolyMesh::dumpDiagInfo()                  U32 num_kb = mesh->getNumKB();                  buf = llformat("%8d %8d %8d %s", num_verts, num_faces, num_kb, mesh_name.c_str()); -                LL_DEBUGS("LLPolyMesh") << buf << llendl; +                //LL_DEBUGS("LLPolyMesh") << buf << llendl;                  total_verts += num_verts;                  total_faces += num_faces;                  total_kb += num_kb;          } -        LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl; +        //LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl;          buf = llformat("%8d %8d %8d TOTAL", total_verts, total_faces, total_kb ); -        LL_DEBUGS("LLPolyMesh") << buf << llendl; -        LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl; +        //LL_DEBUGS("LLPolyMesh") << buf << llendl; +        //LL_DEBUGS("LLPolyMesh") << "-----------------------------------------------------" << llendl;  }  //----------------------------------------------------------------------------- diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp index e40a2ab200..228cdcd5ba 100644 --- a/indra/llappearance/lltexlayer.cpp +++ b/indra/llappearance/lltexlayer.cpp @@ -1203,7 +1203,7 @@ BOOL LLTexLayer::render(S32 x, S32 y, S32 width, S32 height)  			}  			else  			{ -				LL_DEBUGS("LLTexLayer") << "lto not defined or image not defined: " << getInfo()->getLocalTexture() << " lto: " << mLocalTextureObject << llendl; +				//LL_DEBUGS("LLTexLayer") << "lto not defined or image not defined: " << getInfo()->getLocalTexture() << " lto: " << mLocalTextureObject << llendl;  			}  //			if( mTexLayerSet->getAvatarAppearance()->getLocalTextureGL((ETextureIndex)getInfo()->mLocalTexture, &image_gl ) )  			{ @@ -1291,7 +1291,7 @@ BOOL LLTexLayer::render(S32 x, S32 y, S32 width, S32 height)  	if( !success )  	{ -		LL_DEBUGS("LLTexLayer") << "LLTexLayer::render() partial: " << getInfo()->mName << llendl; +		//LL_DEBUGS("LLTexLayer") << "LLTexLayer::render() partial: " << getInfo()->mName << llendl;  	}  	return success;  } @@ -1891,18 +1891,18 @@ LLTexLayerStaticImageList::~LLTexLayerStaticImageList()  void LLTexLayerStaticImageList::dumpByteCount() const  { -	LL_DEBUGS("LLTexLayerStaticImageList")  << "Avatar Static Textures " << -		"KB GL:" << (mGLBytes / 1024) << -		"KB TGA:" << (mTGABytes / 1024) << "KB" << llendl; +	//LL_DEBUGS("LLTexLayerStaticImageList")  << "Avatar Static Textures " << +	//	"KB GL:" << (mGLBytes / 1024) << +	//	"KB TGA:" << (mTGABytes / 1024) << "KB" << llendl;  }  void LLTexLayerStaticImageList::deleteCachedImages()  {  	if( mGLBytes || mTGABytes )  	{ -		LL_DEBUGS("LLTexLayerStaticImageList") << "Clearing Static Textures " << -			"KB GL:" << (mGLBytes / 1024) << -			"KB TGA:" << (mTGABytes / 1024) << "KB" << llendl; +		//LL_DEBUGS("LLTexLayerStaticImageList") << "Clearing Static Textures " << +		//	"KB GL:" << (mGLBytes / 1024) << +		//	"KB TGA:" << (mTGABytes / 1024) << "KB" << llendl;  		//mStaticImageLists uses LLPointers, clear() will cause deletion diff --git a/indra/llappearance/lltexlayerparams.cpp b/indra/llappearance/lltexlayerparams.cpp index 49e0546544..6cbc6bdf34 100644 --- a/indra/llappearance/lltexlayerparams.cpp +++ b/indra/llappearance/lltexlayerparams.cpp @@ -86,7 +86,8 @@ void LLTexLayerParamAlpha::dumpCacheByteCount()  {  	S32 gl_bytes = 0;  	getCacheByteCount( &gl_bytes); -	LL_DEBUGS("LLTexLayerParamAlpha") << "Processed Alpha Texture Cache GL:" << (gl_bytes/1024) << "KB" << llendl; +	// BUG-2707? +	//LL_DEBUGS("LLTexLayerParamAlpha") << "Processed Alpha Texture Cache GL:" << (gl_bytes/1024) << "KB" << llendl;  }  // static  | 
