Skip to content

Commit e097f19

Browse files
#3293 Disable multi-threaded media updates on AMD on OS X, explicitly set downscale method to 0 (FBO) (#3294)
1 parent 5b77436 commit e097f19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

indra/newview/featuretable_mac.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version 71
1+
version 72
22
// The version number above should be incremented IF AND ONLY IF some
33
// change has been made that is sufficiently important to justify
44
// resetting the graphics preferences of all users to the recommended
@@ -84,6 +84,7 @@ RenderExposure 1 1
8484
RenderTonemapType 1 1
8585
RenderTonemapMix 1 1
8686
RenderDisableVintageMode 1 1
87+
RenderDownScaleMethod 1 0
8788

8889
//
8990
// Low Graphics Settings
@@ -407,6 +408,7 @@ RenderTerrainPBRDetail 1 -1
407408
list AMD
408409
UseOcclusion 1 0
409410
RenderGLMultiThreadedTextures 1 0
411+
RenderGLMultiThreadedMedia 1 0
410412

411413
list NVIDIA
412414
RenderGLMultiThreadedTextures 1 0

0 commit comments

Comments
 (0)