Signed-off-by: Juha-Pekka Heikkila <[email protected]>
---
 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

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to