diff options
| author | Tofu Buzzard <no-email> | 2011-03-10 08:31:04 -0800 |
|---|---|---|
| committer | Tofu Buzzard <no-email> | 2011-03-10 08:31:04 -0800 |
| commit | 3dfd3292bfcc39e5545c562b2454e07a939c0322 (patch) | |
| tree | 4e8eec526d36750b0c32f1dd1bc0a37cf38c7f3a /indra/newview/llfeaturemanager.cpp | |
| parent | f2500cd93a8305de950d618551f589cc822d160c (diff) | |
| parent | 9108837ec7088378b99947aae784a7cded69b310 (diff) | |
merge
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
| -rw-r--r-- | indra/newview/llfeaturemanager.cpp | 4 |
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"); |
