diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-19 11:33:11 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-19 11:33:11 -0600 |
commit | 8b39e0e1a6787ae374287dc62064af8576149e86 (patch) | |
tree | 50d749e24c5aaee988739f33b54a55342567d999 /indra/newview/featuretable.txt | |
parent | 7bd9d21e19b923096ba2b5ea3cbc8be3e13d7aa0 (diff) |
SL-18869 Followup -- leverage "small commands" and time slicing to get rid of frame stalls on main thread without the need for multithreaded GL
Diffstat (limited to 'indra/newview/featuretable.txt')
-rw-r--r-- | indra/newview/featuretable.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/featuretable.txt b/indra/newview/featuretable.txt index 90de369424..21babc9e5f 100644 --- a/indra/newview/featuretable.txt +++ b/indra/newview/featuretable.txt @@ -1,4 +1,4 @@ -version 44 +version 45 // 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 @@ -72,7 +72,7 @@ RenderUseStreamVBO 1 1 RenderFSAASamples 1 16 RenderMaxTextureIndex 1 16 RenderGLContextCoreProfile 1 1 -RenderGLMultiThreaded 1 1 +RenderGLMultiThreaded 1 0 // @@ -290,12 +290,10 @@ RenderReflectionProbeDetail 0 -1 list Intel RenderAnisotropic 1 0 RenderFSAASamples 1 0 -RenderGLMultiThreaded 1 0 RenderGLContextCoreProfile 1 0 list GL3 RenderFSAASamples 0 0 RenderReflectionsEnabled 0 0 RenderReflectionProbeDetail 0 0 -RenderGLMultiThreaded 0 0 |