Re: [Piglit] [PATCH v2 10/12] egl_android_native_fence_sync: Test for wait with zero timeout.

2017-06-16 Thread Eric Anholt
Rafael Antognolli writes: > Verify that eglClientWaitSyncKHR() correctly handles zero timeout before > and after the sw sync fence is signaled. > > Signed-off-by: Rafael Antognolli > --- > .../egl_android_native_fence_sync.c| 95 > ++ > 1 file changed, 95 in

[Piglit] [PATCH v2 10/12] egl_android_native_fence_sync: Test for wait with zero timeout.

2016-11-07 Thread Rafael Antognolli
Verify that eglClientWaitSyncKHR() correctly handles zero timeout before and after the sw sync fence is signaled. Signed-off-by: Rafael Antognolli --- .../egl_android_native_fence_sync.c| 95 ++ 1 file changed, 95 insertions(+) diff --git a/tests/egl/spec/eg