Looks good.
Marek
On Fri, Mar 25, 2016 at 2:43 AM, Bas Nieuwenhuizen
wrote:
> Currently radeonsi synchronizes after every dispatch and Clover
> does nothing to synchronize. This is overzealous, especially with
> GL compute, so add a barrier for global buffers.
>
> Signed-off-by: Bas Nieuwenhuize
Currently radeonsi synchronizes after every dispatch and Clover
does nothing to synchronize. This is overzealous, especially with
GL compute, so add a barrier for global buffers.
Signed-off-by: Bas Nieuwenhuizen
---
src/gallium/include/pipe/p_defines.h | 1 +
src/gallium/state_track