diff options
author | Dave Parks <davep@lindenlab.com> | 2024-12-16 10:18:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 12:18:29 -0600 |
commit | e097f194d9acb06172f480f747d3bf7a77da1b84 (patch) | |
tree | 3444876d5bf9966ad989762e3681762b6d6b28b7 /indra | |
parent | 5b77436cf0ad749d36e8f0c60077eeb24698d644 (diff) |
#3293 Disable multi-threaded media updates on AMD on OS X, explicitly set downscale method to 0 (FBO) (#3294)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/featuretable_mac.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index a0af98a451..cfcd96d650 100644 --- a/indra/newview/featuretable_mac.txt +++ b/indra/newview/featuretable_mac.txt @@ -1,4 +1,4 @@ -version 71 +version 72 // 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 @@ -84,6 +84,7 @@ RenderExposure 1 1 RenderTonemapType 1 1 RenderTonemapMix 1 1 RenderDisableVintageMode 1 1 +RenderDownScaleMethod 1 0 // // Low Graphics Settings @@ -407,6 +408,7 @@ RenderTerrainPBRDetail 1 -1 list AMD UseOcclusion 1 0 RenderGLMultiThreadedTextures 1 0 +RenderGLMultiThreadedMedia 1 0 list NVIDIA RenderGLMultiThreadedTextures 1 0 |