i965: Move GLSL lowering passes out of libi965_compiler.la
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 8 Jan 2016 20:35:38 +0000 (12:35 -0800)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 8 Jan 2016 22:26:16 +0000 (14:26 -0800)
commit1d25ef6ae7717cb9720efc1f3a54591d2ff0e355
tree2b5f30f680e732f658d69a67106dc69d1b49b835
parente97caba1f6c2bd803f9c8b969b52c21f93daf1d0
i965: Move GLSL lowering passes out of libi965_compiler.la

The scope of libi965_compiler.la is to be able to take nir shaders and
generate i965 EU code.  As such, we don't want the GLSL IR lowering
passes in the library. With this change, libi965_compiler.la no longer
needs to link to libglsl.la.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/Makefile.sources