aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-12-21 21:54:00 -0500
committerRob Clark <[email protected]>2016-05-11 12:20:11 -0400
commit3a939d034e41755b46b51fbe9071f5d31cdf1f81 (patch)
tree4a5904cb314a46b4d3ae581ee82a495c425857de /src/compiler/Makefile.sources
parent12c18ce4763d3982a52318365f45c4535aac0567 (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.sources1
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 \