Re: [Mesa-dev] [PATCH 23.5/36] isl: Take the slice0_extent shortcut for interleaved MSAA

2016-07-22 Thread Nanley Chery
On Fri, Jul 01, 2016 at 04:08:50PM -0700, Jason Ekstrand wrote: > The shortcut works just fine for MSAA and the comment even says so. This patch is, Reviewed-by: Nanley Chery > --- > src/intel/isl/isl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/intel/isl/isl.

[Mesa-dev] [PATCH 23.5/36] isl: Take the slice0_extent shortcut for interleaved MSAA

2016-07-01 Thread Jason Ekstrand
The shortcut works just fine for MSAA and the comment even says so. --- src/intel/isl/isl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index be3adfc..6bdb248 100644 --- a/src/intel/isl/isl.c +++ b/src/intel/isl/isl.c @@ -575,7 +575