Re: [Mesa-dev] [PATCH] radv: handle subpass cache flushes

2017-02-19 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 02/20/2017 04:17 PM, Dave Airlie wrote: > From: Dave Airlie > > This splits out the cache flush bit setting code > dependent on the src/dest access flags. > > It then calls it from the subpass barrier code. > > It also marks a TODO to remove the aggressive C

[Mesa-dev] [PATCH] radv: handle subpass cache flushes

2017-02-19 Thread Dave Airlie
From: Dave Airlie This splits out the cache flush bit setting code dependent on the src/dest access flags. It then calls it from the subpass barrier code. It also marks a TODO to remove the aggressive CS/PS flushes at some point. This fixes a bunch of the dEQP-VK.renderpass.attachment_allocati