iris: Enable fragment shader interlock on Gen9+.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 11 May 2019 01:34:25 +0000 (18:34 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 15 May 2019 02:34:33 +0000 (19:34 -0700)
commitbb5db02baba59e4289b19d0d6bfdb9acf35c27a5
treed303344fe01a08f452f7fd6278fafe4c3fc707b3
parentc704c0226c15bd548489ab23ab8477c570edc69b
iris: Enable fragment shader interlock on Gen9+.

There's some debate about whether we should support this on older
hardware as well.  Currently i965 turns it off on Gen8- though, so
we follow suit.  If this changes, we can update this as well.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/iris/iris_screen.c