Re: [Mesa-dev] [PATCH] radv: copy the number of viewports/scissors at pipeline bind time

2017-09-20 Thread Dave Airlie
R-b On 20 Sep. 2017 22:07, "Samuel Pitoiset" wrote: > The number of viewports/scissors can only be specified at pipeline > creation time, so make sure to copy them when binding a new one > because the dynamic state is cleared in BeginCommandBuffer(). > > Fixes:

[Mesa-dev] [PATCH] radv: copy the number of viewports/scissors at pipeline bind time

2017-09-20 Thread Samuel Pitoiset
The number of viewports/scissors can only be specified at pipeline creation time, so make sure to copy them when binding a new one because the dynamic state is cleared in BeginCommandBuffer(). Fixes: dcf46e995d ("radv: do not update the number of scissors in vkCmdSetScissor()") Fixes: 60878dd00c