diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-07 22:39:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-07 22:39:03 +0100 |
commit | 655fd3756be4507030aac1d497e579cfc0070f3c (patch) | |
tree | edff7308f3da98e5b97bd7e22817a0f2f704f73a /src/egl.c | |
parent | 175ed79b06ecb5615eff1df26e932cf644d78300 (diff) |
Comment out unused egl priority for now because amd error is misleading
Diffstat (limited to 'src/egl.c')
-rw-r--r-- | src/egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |