[Piglit] [PATCH] egl_khr_fence_sync: check for EGL_KHR_reusable_sync

Chad Versace chad.versace at linux.intel.com
Wed Aug 13 15:41:33 PDT 2014


On 08/07/2014 04:09 AM, Daniel Kurtz wrote:
> These tests all require EGL_KHR_reusable_sync.

No they don't, at least according to the spec. Have you found a buggy driver?
Or... maybe I wrote the test totally wrong... I hope not.

EGL_KHR_resuable_sync defines the sync type EGL_SYNC_REUSABLE_KHR, which this test does
not use according to grep, but does not define EGL_SYNC_FENCE_KHR. EGL_KHR_fence_sync
defines the sync type EGL_SYNC_FENCE_KHR, which this test
does use.

What driver is causing you problems? Could you add a workaround to this test
for that driver?


More information about the Piglit mailing list