diff options
author | Rob Clark <[email protected]> | 2015-12-21 21:27:25 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-11 12:20:11 -0400 |
commit | 12c18ce4763d3982a52318365f45c4535aac0567 (patch) | |
tree | 5d9c6344d624838c5d2e523294754f4ae66dba0d /src/compiler/Makefile.sources | |
parent | b26645a00f3bb3100cff167087f6bd84af150986 (diff) |
nir: add lowering pass for glDrawPixels
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.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index b542a1a152f..9512207b327 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -190,6 +190,7 @@ NIR_FILES = \ nir/nir_lower_clip.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 \ nir/nir_lower_load_const_to_scalar.c \ |