diff options
| author | Dave Parks <davep@lindenlab.com> | 2024-07-03 17:42:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 17:42:24 -0500 |
| commit | 08b933a0c67463f06f124420f16c8a3f7dc83f1f (patch) | |
| tree | 4ca6d47a6b055d332cb75646226c13e950f37ce4 /indra/newview/llviewerassetstorage.cpp | |
| parent | 9a38ecee8ef54b3e85a88657d7ba96c3292e350e (diff) | |
#1870 Tune up for better experience on integrated intel with low memory (#1872)
* More deterministic vsize calculation. Add control for choosing downscale method.
* Quick hack to make GLTF preview work again
Diffstat (limited to 'indra/newview/llviewerassetstorage.cpp')
| -rw-r--r-- | indra/newview/llviewerassetstorage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerassetstorage.cpp b/indra/newview/llviewerassetstorage.cpp index 26707f5d9a..5ab9f76e47 100644 --- a/indra/newview/llviewerassetstorage.cpp +++ b/indra/newview/llviewerassetstorage.cpp @@ -376,6 +376,7 @@ void LLViewerAssetStorage::queueRequestHttp( bool duplicate, bool is_priority) { + LL_PROFILE_ZONE_SCOPED; LL_DEBUGS("ViewerAsset") << "Request asset via HTTP " << uuid << " type " << LLAssetType::lookup(atype) << LL_ENDL; bool with_http = true; |
