Re: [Mesa-dev] [PATCH 1/4] radv: Implement WaitForFences with !waitAll.

2018-02-27 Thread Dave Airlie
For the series. Reviewed-by: Dave Airlie On 27 February 2018 at 09:37, Bas Nieuwenhuizen wrote: > Nothing to do except using a busy wait loop. At least for old kernels. > > A better implementation for newer kernels to come later. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=10525

[Mesa-dev] [PATCH 1/4] radv: Implement WaitForFences with !waitAll.

2018-02-26 Thread Bas Nieuwenhuizen
Nothing to do except using a busy wait loop. At least for old kernels. A better implementation for newer kernels to come later. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105255 Fixes: f4e499ec79 "radv: add initial non-conformant radv vulkan driver" --- src/amd/vulkan/radv_device.c |