diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-11-08 14:16:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 14:16:23 -0800 |
commit | 13c0708cc70078e5118dd88de57d4ffd52f85024 (patch) | |
tree | 3eeb93bffc92d7dd3a2984f2b1552a0f79a14647 /indra/newview/featuretable_mac.txt | |
parent | ef11af28d416b405d02649ae71117ed16353551a (diff) |
Attempt at fix for secondlife/viewer#2745 mac crash when app is in background (#3063)
once again disable RenderAppleUseMultGL and RenderGLMultiThreadedMedia
also added a tiny fix for missing processor vendor in crash reports
Diffstat (limited to 'indra/newview/featuretable_mac.txt')
-rw-r--r-- | indra/newview/featuretable_mac.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index 9ba922c3ce..c6edf427eb 100644 --- a/indra/newview/featuretable_mac.txt +++ b/indra/newview/featuretable_mac.txt @@ -1,4 +1,4 @@ -version 62 +version 63 // 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 @@ -68,8 +68,8 @@ RenderFSAASamples 1 3 RenderMaxTextureIndex 1 16 RenderGLContextCoreProfile 1 1 RenderGLMultiThreadedTextures 1 0 -RenderGLMultiThreadedMedia 1 1 -RenderAppleUseMultGL 1 1 +RenderGLMultiThreadedMedia 1 0 +RenderAppleUseMultGL 1 0 RenderReflectionsEnabled 1 1 RenderReflectionProbeDetail 1 2 RenderScreenSpaceReflections 1 1 @@ -408,8 +408,8 @@ RenderFSAASamples 1 0 // AppleGPU and NonAppleGPU can be thought of as Apple silicon vs Intel Mac list AppleGPU -RenderGLMultiThreadedMedia 1 1 -RenderAppleUseMultGL 1 1 +RenderGLMultiThreadedMedia 1 0 +RenderAppleUseMultGL 1 0 list NonAppleGPU RenderGLMultiThreadedMedia 1 0 |