Re: [Mesa-dev] [PATCH v2] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Wed, Aug 21, 2019 at 4:26 PM Samuel Pitoiset wrote: > > This fixes a regression introduced with scan operations > on GFX10. Note that some subgroups CTS still fail on GFX10 but > I assume it's a different issue. > > This fixes

[Mesa-dev] [PATCH v2] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Samuel Pitoiset
This fixes a regression introduced with scan operations on GFX10. Note that some subgroups CTS still fail on GFX10 but I assume it's a different issue. This fixes dEQP-VK.subgroups.arithmetic.*.subgroupexclusive*. v2: - move the logic back to ac_build_scan() Fixes: 227c29a80de