Re: [Mesa-dev] [PATCH v2 15/35] i965/blorp: Add an isl_view to blorp_surface_info

2016-07-27 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 11:26:34PM -0700, Jason Ekstrand wrote: >On Jul 26, 2016 10:41 PM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@intel.com> wrote: >> >> On Tue, Jul 26, 2016 at 03:02:06PM -0700, Jason Ekstrand wrote: >> > Eventually, this will be the actual view that gets

Re: [Mesa-dev] [PATCH v2 15/35] i965/blorp: Add an isl_view to blorp_surface_info

2016-07-27 Thread Jason Ekstrand
On Jul 26, 2016 10:39 PM, "Pohjolainen, Topi" wrote: > > On Tue, Jul 26, 2016 at 03:02:06PM -0700, Jason Ekstrand wrote: > > Eventually, this will be the actual view that gets passed into isl to > > create the surface state. For now, we just use it for the format and

Re: [Mesa-dev] [PATCH v2 15/35] i965/blorp: Add an isl_view to blorp_surface_info

2016-07-27 Thread Jason Ekstrand
On Jul 26, 2016 10:41 PM, "Pohjolainen, Topi" wrote: > > On Tue, Jul 26, 2016 at 03:02:06PM -0700, Jason Ekstrand wrote: > > Eventually, this will be the actual view that gets passed into isl to > > create the surface state. For now, we just use it for the format and

Re: [Mesa-dev] [PATCH v2 15/35] i965/blorp: Add an isl_view to blorp_surface_info

2016-07-26 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:06PM -0700, Jason Ekstrand wrote: > Eventually, this will be the actual view that gets passed into isl to > create the surface state. For now, we just use it for the format and the > swizzle. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 38 >

Re: [Mesa-dev] [PATCH v2 15/35] i965/blorp: Add an isl_view to blorp_surface_info

2016-07-26 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:06PM -0700, Jason Ekstrand wrote: > Eventually, this will be the actual view that gets passed into isl to > create the surface state. For now, we just use it for the format and the > swizzle. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 38 >

[Mesa-dev] [PATCH v2 15/35] i965/blorp: Add an isl_view to blorp_surface_info

2016-07-26 Thread Jason Ekstrand
Eventually, this will be the actual view that gets passed into isl to create the surface state. For now, we just use it for the format and the swizzle. --- src/mesa/drivers/dri/i965/brw_blorp.c | 38 +++ src/mesa/drivers/dri/i965/brw_blorp.h | 16