Re: [Mesa-dev] [PATCH v2 19/35] i965/blorp: Move surface offset calculations into a helper

2016-08-17 Thread Jason Ekstrand
On Thu, Jul 28, 2016 at 12:21 AM, Pohjolainen, Topi < topi.pohjolai...@intel.com> wrote: > On Thu, Jul 28, 2016 at 10:10:29AM +0300, Pohjolainen, Topi wrote: > > On Tue, Jul 26, 2016 at 03:02:10PM -0700, Jason Ekstrand wrote: > > > The helper does a full transformation on the surface to turn it

Re: [Mesa-dev] [PATCH v2 19/35] i965/blorp: Move surface offset calculations into a helper

2016-07-28 Thread Pohjolainen, Topi
On Thu, Jul 28, 2016 at 10:10:29AM +0300, Pohjolainen, Topi wrote: > On Tue, Jul 26, 2016 at 03:02:10PM -0700, Jason Ekstrand wrote: > > The helper does a full transformation on the surface to turn it into a new > > 2-D single-layer single-level surface representing the original layer and > >

Re: [Mesa-dev] [PATCH v2 19/35] i965/blorp: Move surface offset calculations into a helper

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:10PM -0700, Jason Ekstrand wrote: > The helper does a full transformation on the surface to turn it into a new > 2-D single-layer single-level surface representing the original layer and > level in memory. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 84 >

[Mesa-dev] [PATCH v2 19/35] i965/blorp: Move surface offset calculations into a helper

2016-07-26 Thread Jason Ekstrand
The helper does a full transformation on the surface to turn it into a new 2-D single-layer single-level surface representing the original layer and level in memory. --- src/mesa/drivers/dri/i965/brw_blorp.c | 84 ++- 1 file changed, 43 insertions(+), 41