xwayland: Stop printing the EGL version
It doesn't matter, none of this matters. Acked-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
c57f63829f
commit
6dff5e5d49
|
@ -269,7 +269,6 @@ static void
|
||||||
xwl_drm_init_egl(struct xwl_screen *xwl_screen)
|
xwl_drm_init_egl(struct xwl_screen *xwl_screen)
|
||||||
{
|
{
|
||||||
EGLint major, minor;
|
EGLint major, minor;
|
||||||
const char *version;
|
|
||||||
static const EGLint config_attribs_core[] = {
|
static const EGLint config_attribs_core[] = {
|
||||||
EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR,
|
EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR,
|
||||||
EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR,
|
EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR,
|
||||||
|
@ -305,9 +304,6 @@ xwl_drm_init_egl(struct xwl_screen *xwl_screen)
|
||||||
|
|
||||||
eglBindAPI(EGL_OPENGL_API);
|
eglBindAPI(EGL_OPENGL_API);
|
||||||
|
|
||||||
version = eglQueryString(xwl_screen->egl_display, EGL_VERSION);
|
|
||||||
ErrorF("glamor: EGL version %s:\n", version);
|
|
||||||
|
|
||||||
xwl_screen->egl_context = eglCreateContext(xwl_screen->egl_display,
|
xwl_screen->egl_context = eglCreateContext(xwl_screen->egl_display,
|
||||||
NULL, EGL_NO_CONTEXT, config_attribs_core);
|
NULL, EGL_NO_CONTEXT, config_attribs_core);
|
||||||
if (!xwl_screen->egl_context)
|
if (!xwl_screen->egl_context)
|
||||||
|
|
Loading…
Reference in New Issue