Commit f6e72409 authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

parent f270f411
...@@ -487,6 +487,7 @@ static void OpenglSwap (vlc_gl_t *gl) ...@@ -487,6 +487,7 @@ static void OpenglSwap (vlc_gl_t *gl)
NSOpenGLPFAAlphaSize, 8, NSOpenGLPFAAlphaSize, 8,
NSOpenGLPFADepthSize, 24, NSOpenGLPFADepthSize, 24,
NSOpenGLPFAWindow, NSOpenGLPFAWindow,
NSOpenGLPFAAllowOfflineRenderers,
0 0
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment