From a66a65e047fb662e35eaaa68de6da9e2786db8ed Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Tue, 20 Sep 2022 13:11:29 -0500
Subject: [PATCH] SL-18190 Enable OpenGL core profile on OS X by default

---
 indra/newview/featuretable_mac.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt
index 311b669d7ff..c224fd2a6c8 100644
--- a/indra/newview/featuretable_mac.txt
+++ b/indra/newview/featuretable_mac.txt
@@ -1,4 +1,4 @@
-version 39
+version 40
 // The version number above should be incremented IF AND ONLY IF some
 // change has been made that is sufficiently important to justify
 // resetting the graphics preferences of all users to the recommended
@@ -70,7 +70,7 @@ RenderShadowDetail			1	2
 RenderUseStreamVBO			1	1
 RenderFSAASamples			1	16
 RenderMaxTextureIndex		1	16
-RenderGLContextCoreProfile         1   0
+RenderGLContextCoreProfile         1   1
 RenderGLMultiThreaded       1   0
 
 //
-- 
GitLab