diff options
author | Dave Parks <davep@lindenlab.com> | 2011-07-14 01:32:31 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-07-14 01:32:31 -0500 |
commit | ddbd5cee7480e565e447486a21e67c301a716b1f (patch) | |
tree | aca8acd7d8b5c0271101b19754a1ead043545ef4 /indra/newview/llfeaturemanager.cpp | |
parent | 44c7c6feaa824f4049d326965cb066e76ebefee3 (diff) | |
parent | f587af0af19afb52a2b8411f071defe420f8d48d (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 |