Re: [Mesa-dev] [PATCH 00/17] i965: Avoid a redundant color buffer fast-clear

2018-05-09 Thread Nanley Chery
On Tue, May 08, 2018 at 04:59:50PM -0700, Jason Ekstrand wrote: > I made a small smattering of comments. With those resolved, the series is > > Reviewed-by: Jason Ekstrand > > I really like the way it all came together in the end. Patch 13 was one I > didn't expect to like but when I saw it, i

Re: [Mesa-dev] [PATCH 00/17] i965: Avoid a redundant color buffer fast-clear

2018-05-08 Thread Jason Ekstrand
I made a small smattering of comments. With those resolved, the series is Reviewed-by: Jason Ekstrand I really like the way it all came together in the end. Patch 13 was one I didn't expect to like but when I saw it, it completely changed my mind. That seems like exactly the right way to do th

[Mesa-dev] [PATCH 00/17] i965: Avoid a redundant color buffer fast-clear

2018-05-03 Thread Nanley Chery
My main motivation for this series is to avoid one type of redundant fast-clears for color buffers (patch 15). In doing so, I take opportunities to improve the maintainability and performance of the affected code along the way. * Fix bugs that this series depends on for correct behavior (1-2). * E