diff options
author | Jason Ekstrand <[email protected]> | 2017-02-14 22:20:32 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-02-16 17:28:03 -0800 |
commit | e10f522cd7dd1c1a9abf79ad62b7be8486a6b9b8 (patch) | |
tree | c0f8d1982ae21b969cf4356a86c111877331e6ee /src/compiler/Makefile.sources | |
parent | 161d3e81bef19ddd7870ee88d50479439f28e82b (diff) |
nir: Rename lower_double_pack to lower_64bit_pack
There's nothing "double" about it other than, perhaps, the fact that it
packs two 32-bit values.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 1e8edc08743..643a0181d8c 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -205,6 +205,7 @@ 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_alu_to_scalar.c \ nir/nir_lower_atomics.c \ nir/nir_lower_bitmap.c \ @@ -213,7 +214,6 @@ NIR_FILES = \ 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 \ nir/nir_lower_global_vars_to_local.c \ nir/nir_lower_gs_intrinsics.c \ |