Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-30 Thread Pohjolainen, Topi
On Fri, Jul 29, 2016 at 09:34:11AM -0700, Jason Ekstrand wrote: >On Jul 29, 2016 9:09 AM, "Jason Ekstrand" <[1]ja...@jlekstrand.net> >wrote: >> >> On Jul 29, 2016 1:47 AM, "Pohjolainen, Topi" ><[2]topi.pohjolai...@intel.com> wrote: >> > >> > On Thu, Jul 28, 2016 at

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-29 Thread Jason Ekstrand
On Jul 29, 2016 9:09 AM, "Jason Ekstrand" wrote: > > On Jul 29, 2016 1:47 AM, "Pohjolainen, Topi" wrote: > > > > On Thu, Jul 28, 2016 at 11:41:01AM -0700, Jason Ekstrand wrote: > > >On Jul 28, 2016 12:05 PM, "Pohjolainen, Topi" > > >

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-29 Thread Jason Ekstrand
On Jul 29, 2016 1:47 AM, "Pohjolainen, Topi" wrote: > > On Thu, Jul 28, 2016 at 11:41:01AM -0700, Jason Ekstrand wrote: > >On Jul 28, 2016 12:05 PM, "Pohjolainen, Topi" > ><[1]topi.pohjolai...@intel.com> wrote: > >> > >> On Tue, Jul 26, 2016 at

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-29 Thread Pohjolainen, Topi
On Thu, Jul 28, 2016 at 11:41:01AM -0700, Jason Ekstrand wrote: >On Jul 28, 2016 12:05 PM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@intel.com> wrote: >> >> On Tue, Jul 26, 2016 at 03:11:12PM -0700, Jason Ekstrand wrote: >> > Instead, we add a bo and offset field to

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-29 Thread Pohjolainen, Topi
On Thu, Jul 28, 2016 at 11:41:01AM -0700, Jason Ekstrand wrote: >On Jul 28, 2016 12:34 PM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@intel.com> wrote: >> >> On Tue, Jul 26, 2016 at 03:11:12PM -0700, Jason Ekstrand wrote: >> > Instead, we add a bo and offset field to

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-28 Thread Jason Ekstrand
On Jul 28, 2016 12:05 PM, "Pohjolainen, Topi" wrote: > > On Tue, Jul 26, 2016 at 03:11:12PM -0700, Jason Ekstrand wrote: > > Instead, we add a bo and offset field to brw_blorp_surface_info and use > > those in the backend. > > --- > >

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-28 Thread Jason Ekstrand
On Jul 28, 2016 12:34 PM, "Pohjolainen, Topi" wrote: > > On Tue, Jul 26, 2016 at 03:11:12PM -0700, Jason Ekstrand wrote: > > Instead, we add a bo and offset field to brw_blorp_surface_info and use > > those in the backend. > > --- > >

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:11:12PM -0700, Jason Ekstrand wrote: > Instead, we add a bo and offset field to brw_blorp_surface_info and use > those in the backend. > --- > src/mesa/drivers/dri/i965/brw_blorp.c| 10 +--- > src/mesa/drivers/dri/i965/brw_blorp.h| 3 ++- >

Re: [Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:11:12PM -0700, Jason Ekstrand wrote: > Instead, we add a bo and offset field to brw_blorp_surface_info and use > those in the backend. > --- > src/mesa/drivers/dri/i965/brw_blorp.c| 10 +--- > src/mesa/drivers/dri/i965/brw_blorp.h| 3 ++- >

[Mesa-dev] [PATCH v2 08/27] i965/blorp: Stop using the miptree in state setup for tex/rt surfaces

2016-07-26 Thread Jason Ekstrand
Instead, we add a bo and offset field to brw_blorp_surface_info and use those in the backend. --- src/mesa/drivers/dri/i965/brw_blorp.c| 10 +--- src/mesa/drivers/dri/i965/brw_blorp.h| 3 ++- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 4 +++-