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:
-rw-r--r--intern/ghost/intern/GHOST_ContextCGL.mm2
-rw-r--r--release/darwin/Blender.app/Contents/Info.plist2
2 files changed, 0 insertions, 4 deletions
diff --git a/intern/ghost/intern/GHOST_ContextCGL.mm b/intern/ghost/intern/GHOST_ContextCGL.mm
index 1fbce0c1e6b..df750fc50f6 100644
--- a/intern/ghost/intern/GHOST_ContextCGL.mm
+++ b/intern/ghost/intern/GHOST_ContextCGL.mm
@@ -227,8 +227,6 @@ static void makeAttribList(std::vector<NSOpenGLPixelFormatAttribute> &attribs,
attribs.push_back(NSOpenGLPFANoRecovery);
}
- attribs.push_back(NSOpenGLPFAAllowOfflineRenderers); // for automatic GPU switching
-
if (stereoVisual)
attribs.push_back(NSOpenGLPFAStereo);
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>