Piglit had changed behavior into defaulting to gl when use egl which had caused egl-nok-texture-from-pixmap to fail. Here is added EGL_RENDERABLE_TYPE into test attributes for egl-nok-texture-from-pixmap and egl-create-pbuffer-surface as well as a warning to be printed if when use egl-util and no EGL_RENDERABLE_TYPE is defined.
/Juha-Pekka Juha-Pekka Heikkila (3): Fix egl-create-pbuffer-surface test Fix egl-nok-texture-from-pixmap egl-util.c: add warning if no EGL_RENDERABLE_TYPE is defined for test tests/egl/egl-create-pbuffer-surface.c | 6 ++++++ tests/egl/egl-nok-texture-from-pixmap.c | 6 ++++++ tests/egl/egl-util.c | 1 + 3 files changed, 13 insertions(+) -- 1.8.5.1 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
