diff options
author | Dave Parks <davep@lindenlab.com> | 2012-03-08 15:22:56 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-03-08 15:22:56 -0600 |
commit | 83e69659e2c950bec02df8c8e1b15fbc34ca1dc6 (patch) | |
tree | 891fb4fef477a50b330cf71ef5dfd6e418304409 /indra/newview/featuretable_linux.txt | |
parent | cd468364a77ca184133f8c49c9042cefae5c6ce1 (diff) |
MAINT-708 Add checkbox to hardware settings for controlling texture compression. Default texture compression to on for cards with 512MB of VRAM or less, off otherwise.
Diffstat (limited to 'indra/newview/featuretable_linux.txt')
-rw-r--r-- | indra/newview/featuretable_linux.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/featuretable_linux.txt b/indra/newview/featuretable_linux.txt index 5e217e000a..289fd2ffbe 100644 --- a/indra/newview/featuretable_linux.txt +++ b/indra/newview/featuretable_linux.txt @@ -61,6 +61,7 @@ WLSkyDetail 1 128 Disregard128DefaultDrawDistance 1 1 Disregard96DefaultDrawDistance 1 1 RenderTextureMemoryMultiple 1 1.0 +RenderCompressTextures 1 1 RenderShaderLightingMaxLevel 1 3 RenderDeferred 1 1 RenderDeferredSSAO 1 1 @@ -220,6 +221,12 @@ list Class3 RenderVBOEnable 1 1 // +// VRAM > 512MB +// +list VRAMGT512 +RenderCompressTextures 1 0 + +// // No Pixel Shaders available // list NoPixelShaders |