On 27 August 2012 18:35, Matt Turner <[email protected]> wrote: > Fixes egl-nok-swap-region and makes egl-nok-texture-from-pixmap not > crash (but still fails). >
Reviewed-by: Paul Berry <[email protected]> > --- > tests/egl/egl-util.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/tests/egl/egl-util.c b/tests/egl/egl-util.c > index 440e720..20cd699 100644 > --- a/tests/egl/egl-util.c > +++ b/tests/egl/egl-util.c > @@ -222,6 +222,8 @@ egl_util_run(const struct egl_test *test, int argc, > char *argv[]) > piglit_report_result(PIGLIT_FAIL); > } > > + piglit_dispatch_default_init(); > + > result = event_loop(&state, test); > > eglTerminate(state.egl_dpy); > -- > 1.7.8.6 > > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit >
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
