Re: [Mesa-dev] [PATCH 23/24] i965/cnl: Enable CCS_E and RT support for few formats

2017-06-08 Thread Jason Ekstrand
Assuming that I know how to read the docs (which may be a very bad assumption), this looks correct to me. Reviewed-by: Jason Ekstrand On Fri, May 12, 2017 at 4:38 PM, Anuj Phogat wrote: > Suggested-by: Jason Ekstrand > Signed-off-by: Anuj Phogat > --- > src/intel/isl/isl_format.c | 18 +

[Mesa-dev] [PATCH 23/24] i965/cnl: Enable CCS_E and RT support for few formats

2017-05-12 Thread Anuj Phogat
Suggested-by: Jason Ekstrand Signed-off-by: Anuj Phogat --- src/intel/isl/isl_format.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/intel/isl/isl_format.c b/src/intel/isl/isl_format.c index a26873b..e9ca7f1 100644 --- a/src/intel/isl/isl_format.c +++