From 655fd3756be4507030aac1d497e579cfc0070f3c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 7 Dec 2024 22:39:03 +0100 Subject: Comment out unused egl priority for now because amd error is misleading --- src/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index 315cbab..4e7c95b 100644 --- a/src/egl.c +++ b/src/egl.c @@ -216,7 +216,7 @@ static bool gsr_egl_create_window(gsr_egl *self, bool wayland) { const int32_t ctxattr[] = { EGL_CONTEXT_CLIENT_VERSION, 2, - EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_HIGH_IMG, /* requires cap_sys_nice, ignored otherwise */ + //EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_HIGH_IMG, /* requires cap_sys_nice, ignored otherwise */ EGL_NONE, EGL_NONE }; -- cgit v1.2.3