Re: [Mesa-dev] [PATCH] radv: fix primitive reset index emission

2017-03-19 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Sun, Mar 19, 2017 at 5:18 AM, Dave Airlie wrote: > From: Dave Airlie > > This was meant to be checking the index type to get the correct > index not the last emitted one. This fixes: >

[Mesa-dev] [PATCH] radv: fix primitive reset index emission

2017-03-18 Thread Dave Airlie
From: Dave Airlie This was meant to be checking the index type to get the correct index not the last emitted one. This fixes: dEQP-VK.pipeline.input_assembly.primitive_restart.index_type_uint32.triangle_strip_with_adjacency Cc: "13.0 17.0"