mirror of
https://github.com/brl/mutter.git
synced 2025-06-25 06:28:33 +00:00
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:
@ -453,6 +453,8 @@ try_create_context (CoglDisplay *display,
|
|||||||
|
|
||||||
if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG)
|
if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG)
|
||||||
g_message ("Failed to obtain high priority context");
|
g_message ("Failed to obtain high priority context");
|
||||||
|
else
|
||||||
|
g_message ("Obtained a high priority EGL context");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (egl_renderer->platform_vtable->context_created &&
|
if (egl_renderer->platform_vtable->context_created &&
|
||||||
|
Reference in New Issue
Block a user