[Piglit] [PATCH] egl-util: Add call to piglit_dispatch_default_init()
Paul Berry
stereotype441 at gmail.com
Wed Aug 29 09:52:13 PDT 2012
On 27 August 2012 18:35, Matt Turner <mattst88 at gmail.com> wrote:
> Fixes egl-nok-swap-region and makes egl-nok-texture-from-pixmap not
> crash (but still fails).
>
Reviewed-by: Paul Berry <stereotype441 at gmail.com>
> ---
> 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
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20120829/414c2b7d/attachment-0001.html>
More information about the Piglit
mailing list