diff options
author | Dave Parks <davep@lindenlab.com> | 2012-03-28 00:50:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-03-28 00:50:05 -0500 |
commit | 98dd237438011a81690fd704c593a181a76f14d9 (patch) | |
tree | 4bca7d3563b5db1c35b73843c98e666b0fd4354a /indra/newview/llappviewer.cpp | |
parent | e4ed409ec3dc5dda151323bc0b4efa8677ee0bb1 (diff) | |
parent | 76634dc7afd768c2c33b7aac16f248a82513459c (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3368fdff57..748d36eadf 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1015,6 +1015,15 @@ bool LLAppViewer::init() } } +#if LL_WINDOWS + if (gGLManager.mIsIntel && + LLFeatureManager::getInstance()->getRecommendedValue("WindLightUseAtmosShaders") > 0 && + gGLManager.mGLVersion <= 3.f) + { + LLNotificationsUtil::add("IntelOldDriver"); + } +#endif + // save the graphics card gDebugInfo["GraphicsCard"] = LLFeatureManager::getInstance()->getGPUString(); |