[Piglit] [PATCH 3/3] egl-util.c: add warning if no EGL_RENDERABLE_TYPE is defined for test
Juha-Pekka Heikkila
juhapekka.heikkila at gmail.com
Mon Oct 27 05:17:08 PDT 2014
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
---
tests/egl/egl-util.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/egl/egl-util.c b/tests/egl/egl-util.c
index 99d6840..2e880f8 100644
--- a/tests/egl/egl-util.c
+++ b/tests/egl/egl-util.c
@@ -241,6 +241,7 @@ egl_util_run(const struct egl_test *test, int argc, char *argv[])
ctxAttribsES[1] = 2;
break;
default:
+ fprintf(stderr, "Note: No EGL_RENDERABLE_TYPE defined in test attributes, defaulted to gl\n");
dispatch_api = PIGLIT_DISPATCH_GL;
}
--
1.8.5.1
More information about the Piglit
mailing list