LLTexLayer refactored. Tried to keep behavior changes as minimal as possible. Consider as base slate for changes required for multi-wearables.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "llviewerobjectlist.h"
|
||||
#include "llviewertexturelist.h"
|
||||
#include "lltexlayer.h"
|
||||
#include "lltexlayerparams.h"
|
||||
#include "llsurface.h"
|
||||
#include "llvlmanager.h"
|
||||
#include "llagent.h"
|
||||
@@ -525,7 +526,7 @@ void output_statistics(void*)
|
||||
|
||||
llinfos << "--------------------------------" << llendl;
|
||||
llinfos << "Avatar Memory (partly overlaps with above stats):" << llendl;
|
||||
gTexStaticImageList.dumpByteCount();
|
||||
LLTexLayerStaticImageList::getInstance()->dumpByteCount();
|
||||
LLVOAvatarSelf::dumpScratchTextureByteCount();
|
||||
LLTexLayerSetBuffer::dumpTotalByteCount();
|
||||
LLVOAvatarSelf::dumpTotalLocalTextureByteCount();
|
||||
|
||||
Reference in New Issue
Block a user