Re: [Mesa-dev] [PATCH v2 27/35] i965/blorp: Pass the Z component into all texture operations

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:18PM -0700, Jason Ekstrand wrote: > Multisample array surfaces on IVB don't support the minimum array element > surface attribute so it needs to come through the sampler message. We may > as well just pass it through everything. > --- >

[Mesa-dev] [PATCH v2 27/35] i965/blorp: Pass the Z component into all texture operations

2016-07-26 Thread Jason Ekstrand
Multisample array surfaces on IVB don't support the minimum array element surface attribute so it needs to come through the sampler message. We may as well just pass it through everything. --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 77 +--- 1 file changed, 35