Re: [Mesa-dev] [PATCH 01/12] isl: Correct a comment in the isl_format enum

2016-09-02 Thread Chad Versace
On Wed 31 Aug 2016, Nanley Chery wrote: > HiZ is not a color surface, but an auxiliary depth surface. > > Signed-off-by: Nanley Chery > --- > src/intel/isl/isl.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Chad Versace ___ me

[Mesa-dev] [PATCH 01/12] isl: Correct a comment in the isl_format enum

2016-08-31 Thread Nanley Chery
HiZ is not a color surface, but an auxiliary depth surface. Signed-off-by: Nanley Chery --- src/intel/isl/isl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 5e56f28..507b342 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/is