Re: [Mesa-dev] [PATCH 13/14] isl: Add an auxiliary surface usage enum

2016-07-12 Thread Chad Versace
On Sat 09 Jul 2016, Jason Ekstrand wrote: > --- > src/intel/isl/isl.h | 26 ++ > 1 file changed, 26 insertions(+) Patch 13 is Reviewed-by: Chad Versace I skipped patch 12. I'll return to it soon. ___ mesa-dev mailing list mesa-

[Mesa-dev] [PATCH 13/14] isl: Add an auxiliary surface usage enum

2016-07-09 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 0ea19d1..dfc00d5 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -511,6 +511,32 @@ enum isl_dim_layout { ISL_DIM_LAYOUT_GEN9_1D,