https://bugs.freedesktop.org/show_bug.cgi?id=56140
--- Comment #1 from Dmitry Cherkassov <dcherkas...@gmail.com> --- that dirty patch makes it at least compile diff --git a/src/gallium/state_trackers/clover/api/transfer.cpp b/src/gallium/state_trackers/clover/api/transfer.cpp index 8ea8f86..10b454b 100644 --- a/src/gallium/state_trackers/clover/api/transfer.cpp +++ b/src/gallium/state_trackers/clover/api/transfer.cpp @@ -39,8 +39,7 @@ namespace { if (!q) throw error(CL_INVALID_COMMAND_QUEUE); - if (bool(num_deps) != bool(deps) || - any_of(is_zero<cl_event>(), deps, deps + num_deps)) + if (bool(num_deps) != bool(deps)) throw error(CL_INVALID_EVENT_WAIT_LIST); if (any_of([&](const cl_event ev) { -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev