From a980cd94061dbe13c4c0c8adb3cc3c102e83f287 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 29 Jul 2021 02:21:34 -0400 Subject: [PATCH] [client] egl: log when EGL_EXT_image_dma_buf_import is unavailable --- client/renderers/EGL/egl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index eef80638..11f1fc01 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -740,11 +740,11 @@ static bool egl_render_startup(void * opaque) else this->dmaSupport = true; } + else + DEBUG_INFO("EGL_EXT_image_dma_buf_import unavailable, DMA support disabled"); } else - { DEBUG_INFO("glEGLImageTargetTexture2DOES unavilable, DMA support disabled"); - } if (debugContext) {