Re: [Mesa-dev] [PATCH] panfrost: Flush with offscreen rendering

2019-03-01 Thread Tomeu Vizoso
Reviewed-by: Tomeu Vizoso Thanks, Tomeu On Wed, 27 Feb 2019 at 04:44, Alyssa Rosenzweig wrote: > > This special-case was needlessly added and breaks purely offscreen > rendering (when there is no scanout involved). > > Signed-off-by: Alyssa Rosenzweig > --- > src/gallium/drivers/panfrost/pan

[Mesa-dev] [PATCH] panfrost: Flush with offscreen rendering

2019-02-26 Thread Alyssa Rosenzweig
This special-case was needlessly added and breaks purely offscreen rendering (when there is no scanout involved). Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/p