From 803c9bce61b6cac6cb15b4ea58872296a1b3b6b9 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 27 Aug 2020 23:51:27 -0400
Subject: [PATCH] Enable mipmap generation on intel gpu drivers as this was
 fixed long long ago

---
 indra/llrender/llgl.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 388dc09eb99..3b135953786 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);
-- 
GitLab