Re: [Mesa-dev] [PATCH] radv: set the subpass before any initial subpass transitions

2019-06-05 Thread Bas Nieuwenhuizen
r-b On Mon, Jun 3, 2019 at 3:45 PM Bas Nieuwenhuizen wrote: > > While it is not wrong, I don't think this is the right fix, as the > current_layout is not necessarily accurate. > > Will try to get something better. > > On Thu, May 30, 2019 at 3:10 PM Samuel Pitoiset > wrote: > > > > This might f

Re: [Mesa-dev] [PATCH] radv: set the subpass before any initial subpass transitions

2019-06-03 Thread Bas Nieuwenhuizen
While it is not wrong, I don't think this is the right fix, as the current_layout is not necessarily accurate. Will try to get something better. On Thu, May 30, 2019 at 3:10 PM Samuel Pitoiset wrote: > > This might fix initial subpass transitions when multiview is used. > Noticed while implement

[Mesa-dev] [PATCH] radv: set the subpass before any initial subpass transitions

2019-05-30 Thread Samuel Pitoiset
This might fix initial subpass transitions when multiview is used. Noticed while implementing sample locations during layout transitions. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/ra