Re: [Mesa-dev] [PATCH 00/14] anv: Rework subpass resolves and clears

2018-02-07 Thread Nanley Chery
On Mon, Feb 05, 2018 at 02:34:49PM -0800, Jason Ekstrand wrote: > This little series just shuffles code around to make things a bit more > clear. (At least I think it does!) The basic idea is to split set_subpass > into begin_subpass and end_subpass and then move all of resolve and clear > code

[Mesa-dev] [PATCH 00/14] anv: Rework subpass resolves and clears

2018-02-05 Thread Jason Ekstrand
This little series just shuffles code around to make things a bit more clear. (At least I think it does!) The basic idea is to split set_subpass into begin_subpass and end_subpass and then move all of resolve and clear code into those two helpers. This means that we no longer have 3 or 4