vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Thu Aug 22 12:28:10 2013 +0200| [9093b2d8bc9cff2ea0641326275c6f17634d02de] | committer: Felix Paul Kühne
vout_osx: fix performance issue if machine includes more than one GPU (close #7993) (cherry picked from commit f6e7240972519aad664302d2cd5fd234c11d1237) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=9093b2d8bc9cff2ea0641326275c6f17634d02de --- modules/video_output/macosx.m | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m index ab47579..785c440 100644 --- a/modules/video_output/macosx.m +++ b/modules/video_output/macosx.m @@ -492,6 +492,7 @@ static void OpenglSwap (vlc_gl_t *gl) NSOpenGLPFAAlphaSize, 8, NSOpenGLPFADepthSize, 24, NSOpenGLPFAWindow, + NSOpenGLPFAAllowOfflineRenderers, 0 }; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
