Re: [Mesa-dev] [PATCH v2 08/34] isl: Add an auxiliary surface layout enum

2016-06-29 Thread Jason Ekstrand
On Wed, Jun 29, 2016 at 3:12 PM, Chad Versace wrote: > On Thu 23 Jun 2016, Jason Ekstrand wrote: > > --- > > src/intel/isl/isl.h | 26 ++ > > 1 file changed, 26 insertions(+) > > > > diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h > > index 4aedb11..5011d15 100644

Re: [Mesa-dev] [PATCH v2 08/34] isl: Add an auxiliary surface layout enum

2016-06-29 Thread Chad Versace
On Thu 23 Jun 2016, Jason Ekstrand wrote: > --- > src/intel/isl/isl.h | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h > index 4aedb11..5011d15 100644 > --- a/src/intel/isl/isl.h > +++ b/src/intel/isl/isl.h > @@ -506,6

[Mesa-dev] [PATCH v2 08/34] isl: Add an auxiliary surface layout enum

2016-06-23 Thread Jason Ekstrand
--- src/intel/isl/isl.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 4aedb11..5011d15 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -506,6 +506,32 @@ enum isl_dim_layout { ISL_DIM_LAYOUT_GEN9_1D,