summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-03-30 12:17:34 -0500
committerDave Parks <davep@lindenlab.com>2012-03-30 12:17:34 -0500
commita244cff7811b88d76591f429119dd736fa522b1a (patch)
treee3a20d039d4fea8971fad1f689ad71e3cff951bf /indra/newview/llappviewer.cpp
parent886d743a18cf57ca2ebd7ccf6d9c26afc4293140 (diff)
MAINT-778, MAINT-793 Fix for crash when enabling Debug GL on Mobile Intel 4 Express. Don't pop up driver update notification if GPU class is < 1
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 748d36eadf..4d94c90cc6 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1017,7 +1017,7 @@ bool LLAppViewer::init()
#if LL_WINDOWS
if (gGLManager.mIsIntel &&
- LLFeatureManager::getInstance()->getRecommendedValue("WindLightUseAtmosShaders") > 0 &&
+ LLFeatureManager::getInstance()->getGPUClass() > 0 &&
gGLManager.mGLVersion <= 3.f)
{
LLNotificationsUtil::add("IntelOldDriver");