From e097f194d9acb06172f480f747d3bf7a77da1b84 Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Mon, 16 Dec 2024 10:18:29 -0800
Subject: #3293 Disable multi-threaded media updates on AMD on OS X, explicitly
 set downscale method to 0 (FBO) (#3294)

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

(limited to 'indra')

diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt
index a0af98a451..cfcd96d650 100644
--- a/indra/newview/featuretable_mac.txt
+++ b/indra/newview/featuretable_mac.txt
@@ -1,4 +1,4 @@
-version 71
+version 72
 // The version number above should be incremented IF AND ONLY IF some
 // change has been made that is sufficiently important to justify
 // resetting the graphics preferences of all users to the recommended
@@ -84,6 +84,7 @@ RenderExposure				1   1
 RenderTonemapType			1   1
 RenderTonemapMix			1   1
 RenderDisableVintageMode           1   1
+RenderDownScaleMethod       1   0
 
 //
 // Low Graphics Settings
@@ -407,6 +408,7 @@ RenderTerrainPBRDetail      1   -1
 list AMD
 UseOcclusion                    1   0
 RenderGLMultiThreadedTextures   1   0
+RenderGLMultiThreadedMedia      1   0
 
 list NVIDIA
 RenderGLMultiThreadedTextures   1   0
-- 
cgit v1.2.3