diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-06-05 18:01:25 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-06-05 18:01:25 -0600 |
commit | a6dbd8e089b7d0f462a8ed753258a442b1861541 (patch) | |
tree | ccba4ba44617b6b40dd4dde6c69400c107a2e0a8 /indra/newview/llviewerregion.h | |
parent | f6c5a4057d1154e590ee630cb8254879a1f426e4 (diff) |
fix for SH-4227: interesting: long delay between root and child prim loading.
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index fefd4209aa..196f363611 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -347,6 +347,9 @@ public: void getNeighboringRegions( std::vector<LLViewerRegion*>& uniqueRegions ); void getNeighboringRegionsStatus( std::vector<S32>& regions ); + void removeFromCreatedList(U32 local_id); + void addToCreatedList(U32 local_id); + private: void addToVOCacheTree(LLVOCacheEntry* entry); LLViewerObject* addNewObject(LLVOCacheEntry* entry); @@ -361,6 +364,8 @@ private: void addCacheMiss(U32 id, LLViewerRegion::eCacheMissType miss_type); void decodeBoundingInfo(LLVOCacheEntry* entry); + bool isNonCacheableObjectCreated(U32 local_id); + public: struct CompareDistance { |