Skip to content

util: enable futex usage on BSDs for util_queue_fence and simple_mtx

Jan Beich requested to merge jbeich/mesa:futex into master

7dc2f478 and c91997b6 added BSD support but only anv uses futex directly.

Tested on Skylake via anv/iris/i965 by me and on Vega via radv/radeonsi by @myfreeweb.

Merge request reports