diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-09-20 13:11:29 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-09-20 13:11:29 -0500 | 
| commit | a66a65e047fb662e35eaaa68de6da9e2786db8ed (patch) | |
| tree | a331ee72bb601a2bfd810fa19eefc4cded56d7a1 /indra/newview | |
| parent | 1eeee12ecb4753cc4b651e18474bb80de45fcede (diff) | |
SL-18190 Enable OpenGL core profile on OS X by default
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/featuretable_mac.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index 311b669d7f..c224fd2a6c 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  // | 
