Re: [Mesa-dev] [RFC 3/4] gallium: Add global buffer memory barrier bit

2016-03-27 Thread Marek Olšák
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

[Mesa-dev] [RFC 3/4] gallium: Add global buffer memory barrier bit

2016-03-24 Thread Bas Nieuwenhuizen
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