[Piglit] [PATCH v3 0/8] Add tests for EGL_ANDROID_native_fence_sync.
Rafael Antognolli
rafael.antognolli at intel.com
Wed Jun 21 00:35:58 UTC 2017
This time, reuse most of the code from egl_khr_fence_sync test.
Cc: Eric Anholt <eric at anholt.net>
Rafael Antognolli (8):
egl_khr_fence_sync: Prepare to support android native_sync.
egl_khr_fence_sync: add tests for android fence.
egl_khr_fence_sync: Add sw_sync lib.
egl_khr_fence_sync: Add test to create fence from fd.
egl_khr_fence_sync: Verify eglDupNativeFenceFDANDROID.
egl_khr_fence_sync: Verify that dup() fails on invalid fence.
egl_khr_fence_sync: Test for wait with zero timeout.
egl_khr_fence_sync: Enable android native fences extension test.
tests/all.py | 6 +
.../spec/egl_khr_fence_sync/CMakeLists.gles2.txt | 2 +-
.../spec/egl_khr_fence_sync/egl_khr_fence_sync.c | 538 +++++++++++++++++++--
tests/egl/spec/egl_khr_fence_sync/sw_sync.c | 108 +++++
tests/egl/spec/egl_khr_fence_sync/sw_sync.h | 47 ++
5 files changed, 649 insertions(+), 52 deletions(-)
create mode 100644 tests/egl/spec/egl_khr_fence_sync/sw_sync.c
create mode 100644 tests/egl/spec/egl_khr_fence_sync/sw_sync.h
--
2.9.4
More information about the Piglit
mailing list