diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-23 11:48:43 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-23 11:48:43 -0600 |
commit | 274da636a00fd0469f7857dad7995cb11552e4ab (patch) | |
tree | d595a76d4925ee59760f9ebb532edaf8224d211c /indra/newview | |
parent | 3fac6115c0de172e48fbfd13753bc83b755ecf21 (diff) |
SL-18869 Followup -- AMD optimization pass.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/featuretable.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/featuretable.txt b/indra/newview/featuretable.txt index cf0968dfd2..2821b63391 100644 --- a/indra/newview/featuretable.txt +++ b/indra/newview/featuretable.txt @@ -1,4 +1,4 @@ -version 45 +version 46 // 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 @@ -291,6 +291,9 @@ RenderAnisotropic 1 0 RenderFSAASamples 1 0 RenderGLContextCoreProfile 1 0 +list AMD +RenderGLMultiThreaded 1 1 + list GL3 RenderFSAASamples 0 0 RenderReflectionsEnabled 0 0 |