cogl/egl: Also log when we managed to obtain a high priority context
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2807>
This commit is contained in:
parent
64c3b824fa
commit
b712a7e455
@ -453,6 +453,8 @@ try_create_context (CoglDisplay *display,
|
||||
|
||||
if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG)
|
||||
g_message ("Failed to obtain high priority context");
|
||||
else
|
||||
g_message ("Obtained a high priority EGL context");
|
||||
}
|
||||
|
||||
if (egl_renderer->platform_vtable->context_created &&
|
||||
|
Loading…
Reference in New Issue
Block a user