intel/blorp: Don't use ffma directly
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 May 2017 18:55:51 +0000 (11:55 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 26 May 2017 14:58:01 +0000 (07:58 -0700)
commit302c0488cf37c145a538b7560c2aeea1b75e6890
treeabd18444dfecd9145f8258146511bd3b432d1b59
parent675ec434f38bb4b8084a6751ff1ee205be408247
intel/blorp: Don't use ffma directly

It isn't supported prior to gen6 and, on gen6+, NIR will fuse the fmul
and fadd into an ffma automatically for us anyway.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/blorp/blorp_blit.c