summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-12-07 19:15:50 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-12-07 19:15:50 +0200
commit66d88733ee987362dd9efb807faa6198ec655175 (patch)
tree18f373531a8aa1d0b0cc85ef2abd8931d1f29e85 /indra
parent72cd3ffde708d6434bd45a35d3934584a101cc40 (diff)
SL-16454 FIXED Performance viewer login screen is black after a Release viewer session.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfeaturemanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index 47bc666083..3240f169b3 100644
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -520,7 +520,6 @@ void LLFeatureManager::initSingleton()
void LLFeatureManager::applyRecommendedSettings()
{
- loadGPUClass();
// apply saved settings
// cap the level at 2 (high)
U32 level = llmax(GPU_CLASS_0, llmin(mGPUClass, GPU_CLASS_5));
@@ -719,11 +718,9 @@ LLSD LLFeatureManager::getRecommendedSettingsMap()
LLSD map(LLSD::emptyMap());
- loadGPUClass();
U32 level = llmax(GPU_CLASS_0, llmin(mGPUClass, GPU_CLASS_5));
LL_INFOS("RenderInit") << "Getting the map of recommended settings for level " << level << LL_ENDL;
- applyBaseMasks();
std::string features(isValidGraphicsLevel(level) ? getNameForGraphicsLevel(level) : "Low");
maskFeatures(features);