diff options
| author | Dave Houlton <euclid@lindenlab.com> | 2021-10-05 15:59:21 -0600 |
|---|---|---|
| committer | Dave Houlton <euclid@lindenlab.com> | 2021-10-06 10:59:00 -0600 |
| commit | 3e99853b2984a40093ff6b504abfcabe065b251b (patch) | |
| tree | 5c581b1bba52d39df5dba52dd1d38164c78aff49 /indra/newview/llfeaturemanager.cpp | |
| parent | 4c07eaa560c24303126057b7cf43441d87d520e5 (diff) | |
SL-16138 remove checks for now-mandatory capabilities
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
| -rw-r--r-- | indra/newview/llfeaturemanager.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index e6bbe234b3..98c8531cd6 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -670,11 +670,7 @@ void LLFeatureManager::applyBaseMasks() } // now all those wacky ones - if (!gGLManager.mHasFragmentShader) - { - maskFeatures("NoPixelShaders"); - } - if (!gGLManager.mHasVertexShader || !mGPUSupported) + if (!mGPUSupported) { maskFeatures("NoVertexShaders"); } |
