Re: [Mesa-dev] [PATCH 05/26] i965: Set fast clear state only once in render cycle

2016-10-28 Thread Jason Ekstrand
On Tue, Oct 11, 2016 at 12:26 PM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > Blorp operations used to set it before rendering and again just > after. > I think this patche is definitely an improvement. 2-5 are Reviewed-by: Jason Ekstrand However, at some point I think we want to

[Mesa-dev] [PATCH 05/26] i965: Set fast clear state only once in render cycle

2016-10-11 Thread Topi Pohjolainen
Blorp operations used to set it before rendering and again just after. Calling intel_miptree_used_for_rendering() for gen6 and earlier as well as for hiz is a no-op. It only deals with color buffers supporting fast clear/lossless compression. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers