This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
OpenGL: Avoid taking X lock when swapping buffers to reduce lock contention
v7.0.9
reuk
2 years ago
parent
ed15516087
commit
c2949edda0
No known key found for this signature in database
GPG Key ID:
FCB43929F012EE5C
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/juce_opengl/native/juce_OpenGL_linux.h
+ 0
- 1
modules/juce_opengl/native/juce_OpenGL_linux.h
View File
@@ -346,7 +346,6 @@ public:
void swapBuffers()
void swapBuffers()
{
{
XWindowSystemUtilities::ScopedXLock xLock;
glXSwapBuffers (display, glxWindow.get());
glXSwapBuffers (display, glxWindow.get());
}
}
Write
Preview
Loading…
Cancel
Save