diff options
author | Dave Parks <davep@lindenlab.com> | 2010-07-07 16:41:45 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-07-07 16:41:45 -0500 |
commit | fa678e844530d295615c0d2adb2f6c2ad3182099 (patch) | |
tree | 1b3e4ff0e42221ca40d640a596c2d3628c947f27 /indra/newview | |
parent | f3a8087de6ca3126ed5eb463ee72c59bb859d5e1 (diff) | |
parent | 23730070aa5c6a093cb232f4f3f1646cd8a4c9c4 (diff) |
merge
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/featuretable.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/featuretable.txt b/indra/newview/featuretable.txt index 1c763453dc..ccdb109d95 100644 --- a/indra/newview/featuretable.txt +++ b/indra/newview/featuretable.txt @@ -1,4 +1,4 @@ -version 21 +version 22 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences // Should be combined into one table @@ -59,6 +59,7 @@ RenderTextureMemoryMultiple 1 1.0 RenderShaderLightingMaxLevel 1 3 SkyUseClassicClouds 1 1 WatchdogDisabled 1 1 +RenderUseStreamVBO 1 1 // @@ -431,6 +432,10 @@ list ATIOldDriver RenderAvatarVP 0 0 RenderAvatarCloth 0 0 +// ATI cards generally perform better when not using VBOs for streaming data + +list ATI +RenderUseStreamVBO 1 0 /// Tweaked NVIDIA |