Re: [Mesa-dev] [PATCH 2/7] intel: Fix clflushing on modern (Baytrail+) Atom CPUs.

2017-07-07 Thread Lionel Landwerlin
I remember that DS had issues with CMAA (Conservative Morphological Anti-Aliasing) on Baytrail or Braswell ChromeOS devices. Would be worth a to see whether this series fixes that. Thanks! Acked-by: Lionel Landwerlin On 05/07/17 21:56, Kenneth Graunke wrote:

Re: [Mesa-dev] [PATCH 2/7] intel: Fix clflushing on modern (Baytrail+) Atom CPUs.

2017-07-07 Thread Daniel Vetter
On Wed, Jul 05, 2017 at 01:56:49PM -0700, Kenneth Graunke wrote: > Thanks to Chris Wilson for pointing this out. > > Cc: Jason Ekstrand > --- > src/intel/common/gen_clflush.h | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

[Mesa-dev] [PATCH 2/7] intel: Fix clflushing on modern (Baytrail+) Atom CPUs.

2017-07-05 Thread Kenneth Graunke
Thanks to Chris Wilson for pointing this out. Cc: Jason Ekstrand --- src/intel/common/gen_clflush.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/intel/common/gen_clflush.h b/src/intel/common/gen_clflush.h index 9b971cac37e..84cc2f2f132 100644 ---