[vlc-commits] vout_osx: fix performance issue if machine includes more than one GPU ( close #7993)

Felix Paul Kühne git at videolan.org
Thu Aug 22 12:28:43 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Aug 22 12:28:10 2013 +0200| [f6e7240972519aad664302d2cd5fd234c11d1237] | committer: Felix Paul Kühne

vout_osx: fix performance issue if machine includes more than one GPU (close #7993)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6e7240972519aad664302d2cd5fd234c11d1237
---

 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 82b21a2..aa3b020 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -487,6 +487,7 @@ static void OpenglSwap (vlc_gl_t *gl)
         NSOpenGLPFAAlphaSize, 8,
         NSOpenGLPFADepthSize, 24,
         NSOpenGLPFAWindow,
+        NSOpenGLPFAAllowOfflineRenderers,
         0
     };
 



More information about the vlc-commits mailing list