OSDN Git Service

glsl: Move glsl_to_nir files to LIBGLSL_FILES
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 8 Jan 2016 20:35:18 +0000 (12:35 -0800)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 8 Jan 2016 22:26:12 +0000 (14:26 -0800)
commite97caba1f6c2bd803f9c8b969b52c21f93daf1d0
tree64621eec6ee6619ac2d98a63d978ffb2f6f3f2bc
parent1d54ac6c9f41df240497e96770415b019ffdc6b3
glsl: Move glsl_to_nir files to LIBGLSL_FILES

libglsl_la_SOURCES includes both NIR_FILES and LIBGLSL_FILES, so for
libglsl.la consumers, this is a no-op. libnir.la however no longer uses
any GLSL IR infrastructure and can be used without also linking to
libglsl.la.

Acked-by: Matt Turner <mattst88@gmail.com>
src/glsl/Makefile.sources