Re: [Mesa-dev] i965: Hardware assisted layered clears

2016-09-01 Thread Jason Ekstrand
Patches 7-12 are Reviewed-by: Jason Ekstrand On Wed, Aug 31, 2016 at 8:17 AM, Topi Pohjolainen < topi.pohjolai...@intel.com> wrote: > This series requests hardware to generate as many copies of drawing > primitives as there are layers to be cleared instead of submitting > separate render passes

[Mesa-dev] i965: Hardware assisted layered clears

2016-08-31 Thread Topi Pohjolainen
This series requests hardware to generate as many copies of drawing primitives as there are layers to be cleared instead of submitting separate render passes for the layers. In case of patches 2, 3, 8 and 9 I'm open to suggestions. There probably are other (better?) alternatives. CC: Jason Ekstra

[Mesa-dev] i965: Hardware assisted layered clears

2016-08-31 Thread Topi Pohjolainen
This series requests hardware to generate as many copies of drawing primitives as there are layers to be cleared instead of submitting separate render passes for the layers. In case of patches 2, 3, 8 and 9 I'm open to suggestions. There probably are other (better?) alternatives. CC: Jason Ekstra