Rafael Antognolli <rafael.antogno...@intel.com> writes:

> Verify that eglClientWaitSyncKHR() correctly handles zero timeout before
> and after the sw sync fence is signaled.
>
> Signed-off-by: Rafael Antognolli <rafael.antogno...@intel.com>
> ---
>  .../egl_android_native_fence_sync.c                | 95 
> ++++++++++++++++++++++
>  1 file changed, 95 insertions(+)
>
> diff --git 
> a/tests/egl/spec/egl_android_native_fence_sync/egl_android_native_fence_sync.c
>  
> b/tests/egl/spec/egl_android_native_fence_sync/egl_android_native_fence_sync.c
> index b1739a9..f31b213 100644
> --- 
> a/tests/egl/spec/egl_android_native_fence_sync/egl_android_native_fence_sync.c
> +++ 
> b/tests/egl/spec/egl_android_native_fence_sync/egl_android_native_fence_sync.c
> @@ -786,6 +786,96 @@ cleanup:
>       return result;
>  }
>  
> +/**
> + * Verify that eglClientWaitSyncKHR() correctly handles zero timeout before 
> and
> + * after glFinish().

Here and in the error messages below,
s/glFinish()/sw_sync_timeline_inc()/

With that, patches 7-12 are:

Reviewed-by: Eric Anholt <e...@anholt.net>

I have some more tests I'm going to want to build before I trust an
implementation of the extension, but this is a good start and we should
actually get it into the tree.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to