Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-12-06 21:12:44 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-12-06 21:21:02 +0300
commitdd4b98133eb861f28053e7464574254d3cd9e594 (patch)
tree091dec141e14fc4e025ded4bca7063bc358f297c /release/darwin
parent6df2ede3414422372ac3b0b229b401e973b98509 (diff)
Fix T71342: macOS does not always use the discrete GPU for Blender
This reverts commit 3d9cc4d3f174d01c96d65a4e9cd751699bcb8744. The commit message and intent behind the commit is unclear. We generally want the discrete GPU to be used for best performance, not the integrated GPU.
Diffstat (limited to 'release/darwin')
-rw-r--r--release/darwin/Blender.app/Contents/Info.plist2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/darwin/Blender.app/Contents/Info.plist b/release/darwin/Blender.app/Contents/Info.plist
index b8cd55d2e43..2408cf363b1 100644
--- a/release/darwin/Blender.app/Contents/Info.plist
+++ b/release/darwin/Blender.app/Contents/Info.plist
@@ -49,7 +49,5 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
- <key>NSSupportsAutomaticGraphicsSwitching</key>
- <true/>
</dict>
</plist>