Page Menu
Home
Search
Configure Global Search
Log In
Paste
P852
(An Untitled Masterwork)
Active
Public
Actions
Authored by
Clément Foucault (fclem)
on Dec 2 2018, 1:31 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
diff --git a/source/blender/editors/screen/screen_draw.c b/source/blender/editors/screen/screen_draw.c
index 51301b0f022..adba3f59da2 100644
--- a/source/blender/editors/screen/screen_draw.c
+++ b/source/blender/editors/screen/screen_draw.c
@@ -414,6 +414,8 @@ void ED_screen_draw_edges(wmWindow *win)
GPU_blend(false);
glDisable(GL_SCISSOR_TEST);
+
+ glFinish();
}
/**
Event Timeline
Clément Foucault (fclem)
created this paste.
Dec 2 2018, 1:31 AM
Clément Foucault (fclem)
mentioned this in
T57455: Laggy, freezing UI with Linux and Intel UHD 620
.
Log In to Comment