Re: [Mesa-dev] [PATCH 07/43] intel/isl: Add support for gen4 cube maps to get_image_offset_sa

2017-05-17 Thread Pohjolainen, Topi
On Wed, May 17, 2017 at 02:40:55AM -0700, Kenneth Graunke wrote: > On Tuesday, May 16, 2017 11:29:32 PM PDT Pohjolainen, Topi wrote: > > On Tue, May 16, 2017 at 03:45:01PM -0700, Jason Ekstrand wrote: > > > Gen4 cube maps are a 2-D surface with ISL_DIM_LAYOUT_GEN4_3D which is a > > > bit weird but

Re: [Mesa-dev] [PATCH 07/43] intel/isl: Add support for gen4 cube maps to get_image_offset_sa

2017-05-17 Thread Kenneth Graunke
On Tuesday, May 16, 2017 11:29:32 PM PDT Pohjolainen, Topi wrote: > On Tue, May 16, 2017 at 03:45:01PM -0700, Jason Ekstrand wrote: > > Gen4 cube maps are a 2-D surface with ISL_DIM_LAYOUT_GEN4_3D which is a > > bit weird but accurate none the less. > > --- > > src/intel/isl/isl.c | 23

Re: [Mesa-dev] [PATCH 07/43] intel/isl: Add support for gen4 cube maps to get_image_offset_sa

2017-05-17 Thread Pohjolainen, Topi
On Tue, May 16, 2017 at 03:45:01PM -0700, Jason Ekstrand wrote: > Gen4 cube maps are a 2-D surface with ISL_DIM_LAYOUT_GEN4_3D which is a > bit weird but accurate none the less. > --- > src/intel/isl/isl.c | 23 ++- > 1 file changed, 18 insertions(+), 5 deletions(-) > > diff

[Mesa-dev] [PATCH 07/43] intel/isl: Add support for gen4 cube maps to get_image_offset_sa

2017-05-16 Thread Jason Ekstrand
Gen4 cube maps are a 2-D surface with ISL_DIM_LAYOUT_GEN4_3D which is a bit weird but accurate none the less. --- src/intel/isl/isl.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index f70e188..c728a85