i965: Ignore INTEL_SCALAR_* debug variables on Gen10+.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 13 May 2017 19:11:40 +0000 (12:11 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 30 May 2017 04:40:44 +0000 (21:40 -0700)
commit1e3880544e8605fc0ae7afb5787dce53d9e30e87
treede510fb583776bf0f8bcdc8f09adb1460e371c72
parent2c2ea573e556d6a866ad397e44356b7e0894056b
i965: Ignore INTEL_SCALAR_* debug variables on Gen10+.

Scalar mode has been default since Broadwell, and vector mode is getting
increasingly unmaintained.  There are a few things that don't even fully
work in vector mode on Skylake, but we've never cared because nobody
uses it.  There's no point in porting it forward to new platforms.

So, just ignore the debug options to force it on.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/compiler/brw_compiler.c