diff options
author | Jason Ekstrand <[email protected]> | 2016-07-15 16:44:53 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-12-05 15:40:09 -0800 |
commit | f5232db9e5fb00efc094c5dd071da4be88527568 (patch) | |
tree | 12b7d17dbf75f522796488c1c5554bf7bb0e2c7e /src/compiler/Makefile.sources | |
parent | 0291bf4db2affbfb6a7daeb562c0cf56f6a85829 (diff) |
nir: Add a pass for lowering away constant initializers
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 6a7dcd847db..17b15deca82 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -199,6 +199,7 @@ NIR_FILES = \ nir/nir_lower_clamp_color_outputs.c \ nir/nir_lower_clip.c \ nir/nir_lower_clip_cull_distance_arrays.c \ + nir/nir_lower_constant_initializers.c \ nir/nir_lower_double_ops.c \ nir/nir_lower_double_packing.c \ nir/nir_lower_drawpixels.c \ |