summaryrefslogtreecommitdiff
path: root/indra/newview/llfeaturemanager.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-07-14 01:32:31 -0500
committerDave Parks <davep@lindenlab.com>2011-07-14 01:32:31 -0500
commitddbd5cee7480e565e447486a21e67c301a716b1f (patch)
treeaca8acd7d8b5c0271101b19754a1ead043545ef4 /indra/newview/llfeaturemanager.cpp
parent44c7c6feaa824f4049d326965cb066e76ebefee3 (diff)
parentf587af0af19afb52a2b8411f071defe420f8d48d (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 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