summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/context_angle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/out/opengl/context_angle.c b/video/out/opengl/context_angle.c
index ef498f27eb..aeb3e672fc 100644
--- a/video/out/opengl/context_angle.c
+++ b/video/out/opengl/context_angle.c
@@ -200,6 +200,10 @@ static int angle_init(struct MPGLContext *ctx, int flags)
mpgl_load_functions(ctx->gl, get_proc_address, NULL, vo->log);
+ const char *exts = eglQueryString(p->egl_display, EGL_EXTENSIONS);
+ if (exts)
+ MP_DBG(ctx->vo, "EGL extensions: %s\n", exts);
+
return 0;
fail: