Re: [Mesa-dev] [PATCH] etnaviv: fix bogus flush requests in transfer handling

2017-09-29 Thread Wladimir J. van der Laan
On Fri, Sep 29, 2017 at 03:40:11PM +0200, Lucas Stach wrote: > The logic to decide if we need to flush the GPU command stream was broken > and hard to reason about. Fix and clarify this. > > Fixes the data sync subtests from piglit arb_vertex_buffer_object. > > Signed-off-by: Lucas Stach

[Mesa-dev] [PATCH] etnaviv: fix bogus flush requests in transfer handling

2017-09-29 Thread Lucas Stach
The logic to decide if we need to flush the GPU command stream was broken and hard to reason about. Fix and clarify this. Fixes the data sync subtests from piglit arb_vertex_buffer_object. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_transfer.c |