From 6b5ad9f1ec114762a67df173782d0092dbf50c5f Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Sat, 4 Jun 2011 21:07:56 -0400
Subject: [PATCH] disable deferred rendering on ATI Macs until SH-1618 is
 solved

---
 indra/newview/featuretable_mac.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt
index e2b979d9e9..45090c4c31 100644
--- a/indra/newview/featuretable_mac.txt
+++ b/indra/newview/featuretable_mac.txt
@@ -1,4 +1,4 @@
-version 23
+version 24
 
 // NOTE: This is mostly identical to featuretable_mac.txt with a few differences
 // Should be combined into one table
@@ -282,6 +282,7 @@ list TexUnit8orLess
 RenderDeferredSSAO			0	0
 
 list ATI
+RenderDeferred				0	0
 RenderDeferredSSAO			0	0
 
 list Intel
-- 
GitLab