nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver
authorEduardo Lima Mitev <elima@igalia.com>
Thu, 22 Oct 2015 13:25:23 +0000 (15:25 +0200)
committerEduardo Lima Mitev <elima@igalia.com>
Tue, 10 Nov 2015 20:13:35 +0000 (21:13 +0100)
commit94ff35204dba0ddbd7f5c4342206c8acba22d32f
tree24ffbd63b7184b28da364307da7837c2295f1eac
parent96b22fb080894ba1840af2372f28a46cc0f40c76
nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver

Because the next patch will add an optimization that is specific to i965,
we want to move this loweing pass to that driver altogether.

This is safe because i965 is the only consumer.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_opt_peephole_ffma.c [deleted file]
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_nir.c
src/mesa/drivers/dri/i965/brw_nir.h
src/mesa/drivers/dri/i965/brw_nir_opt_peephole_ffma.c [new file with mode: 0644]