diff options
author | Rob Clark <[email protected]> | 2016-02-01 17:29:22 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-04-30 14:56:19 -0400 |
commit | 64abf6d404be9030d1232e1533a64edb09ad8b13 (patch) | |
tree | 8284ec0eea45423b0491340c389696cfa23560df /src/compiler/Makefile.sources | |
parent | 482cdc4c92224c6204a96ff0fca30ddfe0fbdfc1 (diff) |
nir: clamp-color-output support
Handled by tgsi_emulate for glsl->tgsi case.
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Connor Abbott <[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 8915943af00..3426bcfc451 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_clamp_color_outputs.c \ nir/nir_lower_clip.c \ nir/nir_lower_double_ops.c \ nir/nir_lower_double_packing.c \ |