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:
authorMike Erwin <significant.bit@gmail.com>2016-08-04 10:08:13 +0300
committerMike Erwin <significant.bit@gmail.com>2016-08-04 10:08:13 +0300
commit3d9cc4d3f174d01c96d65a4e9cd751699bcb8744 (patch)
treeb45bb82b3e95682758a5f19e751d4e57c2f8c091 /release/darwin
parentb3cb7e2652306ccf6f1cd6f96396241937d17be5 (diff)
support automatic GPU switching on Mac
First attempt. On my laptop (Intel + nVidia) Blender still switches to nVidia at launch time.
Diffstat (limited to 'release/darwin')
-rw-r--r--release/darwin/blender.app/Contents/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist
index 0649a2075cd..51d21469c81 100644
--- a/release/darwin/blender.app/Contents/Info.plist
+++ b/release/darwin/blender.app/Contents/Info.plist
@@ -47,5 +47,7 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
+ <key>NSSupportsAutomaticGraphicsSwitching</key>
+ <true/>
</dict>
</plist>