Re: [Mesa-dev] [PATCH v2] isl: add MCS width constraint 16 samples

2017-02-20 Thread Jason Ekstrand
On Mon, Feb 20, 2017 at 8:10 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Applies on top of Jason's patch : > >https://patchwork.freedesktop.org/patch/139603/ > > Signed-off-by: Lionel Landwerlin > Cc: Jason Ekstrand > --- > src/intel/isl/isl.c | 9 + > 1 file cha

[Mesa-dev] [PATCH v2] isl: add MCS width constraint 16 samples

2017-02-20 Thread Lionel Landwerlin
Applies on top of Jason's patch : https://patchwork.freedesktop.org/patch/139603/ Signed-off-by: Lionel Landwerlin Cc: Jason Ekstrand --- src/intel/isl/isl.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index 1a47da5257..b7f3aaee1c 1