commit | 6bf6fcfcd9a916530bfbd47351bd1f0df47c4a3d | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Tue Oct 25 11:29:53 2016 +0300 |
committer | Tapani Pälli <tapani.palli@intel.com> | Thu Oct 27 07:06:41 2016 +0300 |
tree | 762fb32154b03a5a484a739cd78decf18df05933 | |
parent | ca035006c86a5055c8e640f49c858f04770681eb [diff] |
egl: fix error handling in _eglCreateSync EGL specification requires context to be current only when sync type matches EGL_SYNC_FENCE_KHR. Fixes 25 failing dEQP tests: dEQP-EGL.functional.reusable_sync.* Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98339 Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>