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
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