diff options
author | Dave Parks <davep@lindenlab.com> | 2011-07-09 02:28:34 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-07-09 02:28:34 -0500 |
commit | f1443579b32cf260e7ad35f35de3930f0f801bd2 (patch) | |
tree | eba8949b8dd71832297a0836be58cf2d4c71d830 /indra/newview/featuretable.txt | |
parent | 36a05ebd9a2a969bab4621f522a9a82f69e523d7 (diff) |
SH-2038 Potential fix for a myriad of performance problems concering VBO usage.
Diffstat (limited to 'indra/newview/featuretable.txt')
-rw-r--r-- | indra/newview/featuretable.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/featuretable.txt b/indra/newview/featuretable.txt index 5384660d4c..b81053c140 100644 --- a/indra/newview/featuretable.txt +++ b/indra/newview/featuretable.txt @@ -1,4 +1,4 @@ -version 30 +version 31 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences // Should be combined into one table @@ -246,9 +246,9 @@ RenderDeferredSSAO 0 0 RenderShadowDetail 0 0 // -// No GL_ARB_map_buffer_range +// GL_ARB_map_buffer_range exists // -list NoMapBufferRange +list MapBufferRange RenderVBOMappingDisable 1 0 |