Re: [Mesa-dev] [PATCH 09/19] radv: use the new attachments array in CmdEndRenderPass()

2019-02-01 Thread Bas Nieuwenhuizen
On Fri, Feb 1, 2019 at 8:52 AM Samuel Pitoiset wrote: > > > On 1/31/19 11:16 AM, Bas Nieuwenhuizen wrote: > > On Tue, Jan 29, 2019 at 10:16 PM Samuel Pitoiset > > wrote: > >> That shouldn't change anything as we check if the last > >> subpass id is the final subpass. > >> > >> Signed-off-by:

Re: [Mesa-dev] [PATCH 09/19] radv: use the new attachments array in CmdEndRenderPass()

2019-01-31 Thread Samuel Pitoiset
On 1/31/19 11:16 AM, Bas Nieuwenhuizen wrote: On Tue, Jan 29, 2019 at 10:16 PM Samuel Pitoiset wrote: That shouldn't change anything as we check if the last subpass id is the final subpass. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 16 +--- 1 file

Re: [Mesa-dev] [PATCH 09/19] radv: use the new attachments array in CmdEndRenderPass()

2019-01-31 Thread Bas Nieuwenhuizen
On Tue, Jan 29, 2019 at 10:16 PM Samuel Pitoiset wrote: > > That shouldn't change anything as we check if the last > subpass id is the final subpass. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_cmd_buffer.c | 16 +--- > 1 file changed, 13 insertions(+), 3

[Mesa-dev] [PATCH 09/19] radv: use the new attachments array in CmdEndRenderPass()

2019-01-29 Thread Samuel Pitoiset
That shouldn't change anything as we check if the last subpass id is the final subpass. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/amd/vulkan/radv_cmd_buffer.c