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 &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 @@ NSApplication NSHighResolutionCapable - NSSupportsAutomaticGraphicsSwitching -