Re: [Mesa-dev] [PATCH] radv: fix resolve subpass restoring in compute resolve path.

2017-08-23 Thread Bas Nieuwenhuizen
How about not setting the subpass in the first place? It is a compute shader ... On Thu, Aug 24, 2017, at 02:26, Dave Airlie wrote: > From: Dave Airlie > > We need to restore the subpass before we do the fast clear flush. > > found while hacking around on vega. > > Fixes: 19be95f71 (radv: add

[Mesa-dev] [PATCH] radv: fix resolve subpass restoring in compute resolve path.

2017-08-23 Thread Dave Airlie
From: Dave Airlie We need to restore the subpass before we do the fast clear flush. found while hacking around on vega. Fixes: 19be95f71 (radv: add subpass resolve compute path) Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_meta_resolve_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 dele