Re: [Mesa-dev] [PATCH] radv: fix logic for when to flush on multiple CS emission

2017-03-19 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Mon, Mar 20, 2017 at 12:03 AM, Dave Airlie wrote: > From: Dave Airlie > > The current code evaluated to always true, we only want to flush > on the first submit. Rename the variable to do_flush, and only > emit on the first iteration. > > Signed-off-by: Dave Ai

[Mesa-dev] [PATCH] radv: fix logic for when to flush on multiple CS emission

2017-03-19 Thread Dave Airlie
From: Dave Airlie The current code evaluated to always true, we only want to flush on the first submit. Rename the variable to do_flush, and only emit on the first iteration. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 16 1 file changed, 8 insertions(+), 8 d