Skip to content
Snippets Groups Projects
Commit 803c9bce authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Enable mipmap generation on intel gpu drivers as this was fixed long long ago

parent 70eca384
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment