summaryrefslogtreecommitdiff
path: root/indra/newview/llfeaturemanager.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-03-10 00:42:08 -0600
committerDave Parks <davep@lindenlab.com>2011-03-10 00:42:08 -0600
commitca610bfc82e9f150877efa7e8c4e972d47bce7d4 (patch)
tree8a95ee221ad09ba96cf8cfd987c0e312e59757ea /indra/newview/llfeaturemanager.cpp
parent9044526994bb51b631a9a0cb7d6d6911a15957c6 (diff)
parent5fd953df8fafb769d31688c47cf3f8634f858de5 (diff)
merge
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r--indra/newview/llfeaturemanager.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index edfc4538a1..9f0b34becc 100644
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -729,6 +729,10 @@ void LLFeatureManager::applyBaseMasks()
{
maskFeatures("ATI");
}
+ if (gGLManager.mHasATIMemInfo && gGLManager.mVRAM < 256)
+ {
+ maskFeatures("ATIVramLT256");
+ }
if (gGLManager.mATIOldDriver)
{
maskFeatures("ATIOldDriver");