diff options
author | Dave Parks <davep@lindenlab.com> | 2022-05-31 11:57:15 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-05-31 11:57:15 -0500 |
commit | dfa71e2bb59e81de93f626fada6975ae46b01bb6 (patch) | |
tree | 83a85201d748aae1b03836e103d57a5801590866 /indra/newview/llviewertexturelist.h | |
parent | 8c5697a2d6b3976979d22da5c16569ef1c5aa9fd (diff) |
SL-17490 Only update a subset of textures each frame and remove dead debug code.
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index 8d70add792..bd60c990b5 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -132,11 +132,7 @@ public: void clearFetchingRequests(); void setDebugFetching(LLViewerFetchedTexture* tex, S32 debug_level); - static bool isPrioRequestsFetched(); - private: - void updateImagesDecodePriorities(); - // do some book keeping on the specified texture // - updates decode priority // - updates desired discard level @@ -214,7 +210,6 @@ private: typedef std::map< LLTextureKey, LLPointer<LLViewerFetchedTexture> > uuid_map_t; uuid_map_t mUUIDMap; LLTextureKey mLastUpdateKey; - LLTextureKey mLastFetchKey; typedef std::set < LLPointer<LLViewerFetchedTexture> > image_priority_list_t; image_priority_list_t mImageList; |