diff options
author | Kenneth Graunke <[email protected]> | 2016-10-03 22:37:40 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-11-22 00:29:23 -0800 |
commit | 9a179f2db090bfb5643779ac84c2b61fe525a780 (patch) | |
tree | 27f17323eea590d79a8dd0385dee00cc23a7438c /src/compiler/Makefile.sources | |
parent | 663b2e9a92f152c314f611526b8a16ff4c06249f (diff) |
nir: add a pass to compact clip/cull distances.
v2: Use nir_is_per_vertex_io() rather than is_arrays_of_arrays().
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jason Ekstrand <[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 d05bcacb9c5..6a7dcd847db 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -198,6 +198,7 @@ NIR_FILES = \ nir/nir_lower_bitmap.c \ nir/nir_lower_clamp_color_outputs.c \ nir/nir_lower_clip.c \ + nir/nir_lower_clip_cull_distance_arrays.c \ nir/nir_lower_double_ops.c \ nir/nir_lower_double_packing.c \ nir/nir_lower_drawpixels.c \ |