diff options
author | Dave Parks <davep@lindenlab.com> | 2011-07-24 15:10:13 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-07-24 15:10:13 -0500 |
commit | 0f86c26fa5c7c774e43189dd5ef5d68cb81e6dbf (patch) | |
tree | 67f26cd98a492f0aff9d4ccb9a276221fdbc5e3a /indra/newview/llfeaturemanager.cpp | |
parent | 6df418b7af8b8088f72089dc11401db455c26e13 (diff) | |
parent | 26a9a6929c23eabfef0a53355a392fef0ad26b83 (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 83844048d1..0ea0e41dfa 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -769,6 +769,10 @@ void LLFeatureManager::applyBaseMasks() { maskFeatures("TexUnit8orLess"); } + if (gGLManager.mHasMapBufferRange) + { + maskFeatures("MapBufferRange"); + } // now mask by gpu string // Replaces ' ' with '_' in mGPUString to deal with inability for parser to handle spaces |