This time, reuse most of the code from egl_khr_fence_sync test.

Cc: Eric Anholt <e...@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

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

Reply via email to