aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-14 16:30:30 +0200
committerMattias Andrée <maandree@kth.se>2017-07-14 16:30:30 +0200
commit0ca8f64f61b534ba2428236fec2c8879fe58c059 (patch)
tree0b7f40e2c9277aafc28801dbc0a351e00e641103 /Makefile
parentImprove performance of blind-stack (diff)
downloadblind-0ca8f64f61b534ba2428236fec2c8879fe58c059.tar.gz
blind-0ca8f64f61b534ba2428236fec2c8879fe58c059.tar.bz2
blind-0ca8f64f61b534ba2428236fec2c8879fe58c059.tar.xz
Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fda6b87..20325cb 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,13 @@ BIN =\
blind-invert-luma\
blind-linear-gradient\
blind-make-kernel\
+ blind-matrix-orthoproject\
+ blind-matrix-reflect\
+ blind-matrix-rotate\
+ blind-matrix-scale\
+ blind-matrix-shear\
+ blind-matrix-translate\
+ blind-matrix-transpose\
blind-mosaic\
blind-mosaic-edges\
blind-next-frame\