Re: [Mesa-dev] [PATCH v2 18/35] i965/blorp: Use ISL to compute image offsets

2016-07-27 Thread Jason Ekstrand
On Jul 27, 2016 1:53 PM, "Pohjolainen, Topi" wrote: > > On Tue, Jul 26, 2016 at 03:02:09PM -0700, Jason Ekstrand wrote: > > For the moment, we still call the old miptree function; we just assert that > > the two are equal. > > --- > > src/mesa/drivers/dri/i965/brw_blorp.c | 94 +++

Re: [Mesa-dev] [PATCH v2 18/35] i965/blorp: Use ISL to compute image offsets

2016-07-27 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:09PM -0700, Jason Ekstrand wrote: > For the moment, we still call the old miptree function; we just assert that > the two are equal. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 94 > +-- > 1 file changed, 91 insertions(+), 3 deleti

[Mesa-dev] [PATCH v2 18/35] i965/blorp: Use ISL to compute image offsets

2016-07-26 Thread Jason Ekstrand
For the moment, we still call the old miptree function; we just assert that the two are equal. --- src/mesa/drivers/dri/i965/brw_blorp.c | 94 +-- 1 file changed, 91 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c b/src/mesa/driver