mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 15:37:00 -05:00
cogl/egl: Just notify about failure to create high priority context
Warning about it causes test case failures if there are not enough privileges, which is likely when running the test suite locally. https://gitlab.gnome.org/GNOME/mutter/merge_requests/797
This commit is contained in:
parent
ab7af2d0c5
commit
ecec9a7eaa
@ -406,7 +406,7 @@ try_create_context (CoglDisplay *display,
|
|||||||
&value);
|
&value);
|
||||||
|
|
||||||
if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG)
|
if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG)
|
||||||
g_warning ("Failed to obtain high priority context");
|
g_message ("Failed to obtain high priority context");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (egl_renderer->platform_vtable->context_created &&
|
if (egl_renderer->platform_vtable->context_created &&
|
||||||
|
Loading…
Reference in New Issue
Block a user