diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index 388dc09eb99d42cd48d5378f0a988c4fd501a75a..3b13595378642d10bffdeb15c86324706db0a2e1 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -984,11 +984,11 @@ void LLGLManager::initExtensions() } // Disable certain things due to known bugs - if (mIsIntel && mHasMipMapGeneration) - { - LL_INFOS("RenderInit") << "Disabling mip-map generation for Intel GPUs" << LL_ENDL; - mHasMipMapGeneration = FALSE; - } +// if (mIsIntel && mHasMipMapGeneration) +// { +// LL_INFOS("RenderInit") << "Disabling mip-map generation for Intel GPUs" << LL_ENDL; +// mHasMipMapGeneration = FALSE; +// } // Misc glGetIntegerv(GL_MAX_ELEMENTS_VERTICES, (GLint*) &mGLMaxVertexRange);