1
0
Fork 0

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:
Jonas Ådahl 2022-10-24 17:49:49 +02:00 committed by Marge Bot
parent 64c3b824fa
commit b712a7e455

View file

@ -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 &&