diff options
author | Rob Clark <[email protected]> | 2015-12-21 21:54:00 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-11 12:20:11 -0400 |
commit | 3a939d034e41755b46b51fbe9071f5d31cdf1f81 (patch) | |
tree | 4a5904cb314a46b4d3ae581ee82a495c425857de /src/compiler/Makefile.sources | |
parent | 12c18ce4763d3982a52318365f45c4535aac0567 (diff) |
nir: add lowering pass for glBitmap
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Reviewed-by: Eric Anholt <[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 9512207b327..903e882c1e7 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -186,6 +186,7 @@ NIR_FILES = \ nir/nir_liveness.c \ nir/nir_lower_alu_to_scalar.c \ nir/nir_lower_atomics.c \ + nir/nir_lower_bitmap.c \ nir/nir_lower_clamp_color_outputs.c \ nir/nir_lower_clip.c \ nir/nir_lower_double_ops.c \ |