From 6e793ae08510639d011f638bcfc5246b9cccd1ae Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 16 May 2017 11:37:21 -0700 Subject: [PATCH] glamor_egl: Drop warning about indirect GLX and GLES2. Indirect GLX uses its own context and doesn't care what glamor is using. Reviewed-by: Adam Jackson Signed-off-by: Eric Anholt --- glamor/glamor_egl.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index 6bc9b5383..a82c1f790 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @@ -746,12 +746,6 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd) glamor_egl->saved_free_screen = scrn->FreeScreen; scrn->FreeScreen = glamor_egl_free_screen; -#ifdef GLAMOR_GLES2 - xf86DrvMsg(scrn->scrnIndex, X_INFO, "Using GLES2.\n"); - xf86DrvMsg(scrn->scrnIndex, X_WARNING, - "Glamor is using GLES2 but GLX needs GL. " - "Indirect GLX may not work correctly.\n"); -#endif return TRUE; error: