Re: [Mesa-dev] [PATCH 0/7] u_queue fence patches and a radeonsi fix

2017-10-23 Thread Nicolai Hähnle
On 23.10.2017 11:29, Samuel Pitoiset wrote: Is there a branch somewhere that can be pulled? Thanks I just pushed https://cgit.freedesktop.org/~nh/mesa/log/?h=fences-threads-ddebug, which contains all the patches I sent out yesterday in sequence. Cheers, Nicolai On 10/22/2017 08:33 PM, Ni

Re: [Mesa-dev] [PATCH 0/7] u_queue fence patches and a radeonsi fix

2017-10-23 Thread Samuel Pitoiset
Is there a branch somewhere that can be pulled? Thanks On 10/22/2017 08:33 PM, Nicolai Hähnle wrote: Hi all, Another multi-threading bug I ran into, this time with radeonsi shader fences. Patches 1-5 make util_queue_fence more widely usable, and include an optional futex-based implementation.

[Mesa-dev] [PATCH 0/7] u_queue fence patches and a radeonsi fix

2017-10-22 Thread Nicolai Hähnle
Hi all, Another multi-threading bug I ran into, this time with radeonsi shader fences. Patches 1-5 make util_queue_fence more widely usable, and include an optional futex-based implementation. The patches themselves are on top of the simple-mutex patches, but could easily be removed to drop the f