Page Menu
Home
Search
Configure Global Search
Log In
Paste
P850
(An Untitled Masterwork)
Active
Public
Actions
Authored by
Clément Foucault (fclem)
on Dec 2 2018, 12:11 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..5832f14caf2 100644
--- a/source/blender/editors/screen/screen_draw.c
+++ b/source/blender/editors/screen/screen_draw.c
@@ -392,6 +392,8 @@ void ED_screen_draw_edges(wmWindow *win)
BLI_rcti_size_x(&scissor_rect) + 1,
BLI_rcti_size_y(&scissor_rect) + 1);
+ glFinish();
+
glEnable(GL_SCISSOR_TEST);
UI_GetThemeColor4fv(TH_EDITOR_OUTLINE, col);
@@ -414,6 +416,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, 12:11 AM
Clément Foucault (fclem)
mentioned this in
T57455: Laggy, freezing UI with Linux and Intel UHD 620
.
Dec 2 2018, 12:17 AM
Clint Hobson (Domarius)
mentioned this in
T72722: Lockup when using Eevee in 2.80+ under Linux and GeForce 1050 (when using Nvidia 390 drivers)
.
Dec 28 2019, 3:40 AM
Log In to Comment