Re: [Mesa-dev] [v2 04/17] i965: Provide slice details to color resolver

2016-11-24 Thread Pohjolainen, Topi
On Wed, Nov 23, 2016 at 09:26:29AM -0800, Jason Ekstrand wrote: >General comment: Does it make sense to squash this with the previous >patch? I'm fine either way. >On Wed, Nov 23, 2016 at 1:16 AM, Topi Pohjolainen ><[1]topi.pohjolai...@gmail.com> wrote: > > Signed-off-by:

Re: [Mesa-dev] [v2 04/17] i965: Provide slice details to color resolver

2016-11-23 Thread Jason Ekstrand
On Wed, Nov 23, 2016 at 10:13 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Wed, Nov 23, 2016 at 09:26:29AM -0800, Jason Ekstrand wrote: > >General comment: Does it make sense to squash this with the previous > >patch? I'm fine either way. > >On Wed, Nov 23, 2016 at

Re: [Mesa-dev] [v2 04/17] i965: Provide slice details to color resolver

2016-11-23 Thread Pohjolainen, Topi
On Wed, Nov 23, 2016 at 09:26:29AM -0800, Jason Ekstrand wrote: >General comment: Does it make sense to squash this with the previous >patch? I'm fine either way. >On Wed, Nov 23, 2016 at 1:16 AM, Topi Pohjolainen ><[1]topi.pohjolai...@gmail.com> wrote: > > Signed-off-by:

Re: [Mesa-dev] [v2 04/17] i965: Provide slice details to color resolver

2016-11-23 Thread Jason Ekstrand
General comment: Does it make sense to squash this with the previous patch? I'm fine either way. On Wed, Nov 23, 2016 at 1:16 AM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/brw_blorp.c

[Mesa-dev] [v2 04/17] i965: Provide slice details to color resolver

2016-11-23 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_blorp.c | 15 +-- src/mesa/drivers/dri/i965/brw_blorp.h | 3 ++- src/mesa/drivers/dri/i965/brw_context.c | 14 +- src/mesa/drivers/dri/i965/intel_blit.c