diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-05-12 13:30:47 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-05-12 13:30:47 -0700 |
commit | 4268700fcf981dbe48baa56b1f8ca1509fdb2e31 (patch) | |
tree | 538c4d4c3875fef326ce9975d6be258f4dd2d1e6 /indra/newview/featuretable_mac.txt | |
parent | a52019d6d1e15d0e826d279ebcaef2f99d293292 (diff) |
SH-1521 update -- Lighting and Shadows grayed out on mac
* Disabled SSAO on macs with 8 or less texture units.
* Slight cleanup of sunlight fragment shaders to remove unused texture units.
Reviewed by davep
Diffstat (limited to 'indra/newview/featuretable_mac.txt')
-rw-r--r-- | indra/newview/featuretable_mac.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index c9ab003112..c075c660f3 100644 --- a/indra/newview/featuretable_mac.txt +++ b/indra/newview/featuretable_mac.txt @@ -1,4 +1,4 @@ -version 22 +version 23 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences // Should be combined into one table @@ -278,6 +278,9 @@ RenderObjectBump 0 0 list OpenGLPre15 RenderVBOEnable 1 0 +list TexUnit8orLess +RenderDeferredSSAO 0 0 + list Intel RenderAnisotropic 1 0 RenderLocalLights 1 0 |