summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2018-04-27 09:28:48 +0200
committerIago Toral Quiroga <[email protected]>2018-05-03 11:40:26 +0200
commit2d648e5ba38d8924c8dcd99d18ab2480d7903c0e (patch)
tree8bbbaab9632b354c6401e4c12c51a499d3ac4378 /src/compiler/Makefile.sources
parentd2564af84252810e8400bae53742ba66539aa3c8 (diff)
compiler/lower_64bit_packing: rename the pass to be more generic
It can do 32-bit packing too now. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index a219ed9f794..80a61e507b2 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -212,7 +212,6 @@ NIR_FILES = \
nir/nir_liveness.c \
nir/nir_loop_analyze.c \
nir/nir_loop_analyze.h \
- nir/nir_lower_64bit_packing.c \
nir/nir_lower_alpha_test.c \
nir/nir_lower_alu_to_scalar.c \
nir/nir_lower_atomics_to_ssbo.c \
@@ -236,6 +235,7 @@ NIR_FILES = \
nir/nir_lower_io_to_temporaries.c \
nir/nir_lower_io_to_scalar.c \
nir/nir_lower_io_types.c \
+ nir/nir_lower_packing.c \
nir/nir_lower_passthrough_edgeflags.c \
nir/nir_lower_patch_vertices.c \
nir/nir_lower_phis_to_scalar.c \