Re: [Mesa-dev] [PATCH 1/2] radv: Don't set instance count using predication.

2018-04-09 Thread Samuel Pitoiset
For the series: Reviewed-by: Samuel Pitoiset On 04/09/2018 04:56 PM, Bas Nieuwenhuizen wrote: The packet can sometimes be skipped, but we still think the change takes effect. This just makes the packet always take effect. Fixes: ad11fc3571 "radv: don't emit

[Mesa-dev] [PATCH 1/2] radv: Don't set instance count using predication.

2018-04-09 Thread Bas Nieuwenhuizen
The packet can sometimes be skipped, but we still think the change takes effect. This just makes the packet always take effect. Fixes: ad11fc3571 "radv: don't emit unneeded vertex state." Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105942 --- src/amd/vulkan/radv_cmd_buffer.c | 2 +-