summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-09-11 16:04:27 -0700
committerJason Sams <jsams@google.com>2012-09-11 16:04:27 -0700
commitd85e283087ecd00760a0d8d0c9d8482cda845efc (patch)
treede1eb5a68c4f34db774b266f89124c43be5355c1 /Android.mk
parent91519505fc9c71cf7cdbb299541965debeaa13be (diff)
downloadrs-d85e283087ecd00760a0d8d0c9d8482cda845efc.tar.gz
Implement intrinsics.
LUT, Blur, Convolve 5x5 Change-Id: I076dc260079f4475648a7f1a0b3e6d47655bf0b4
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a37020e7..2022a311 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,7 +22,10 @@ LOCAL_SRC_FILES:= \
driver/rsdFrameBufferObj.cpp \
driver/rsdGL.cpp \
driver/rsdIntrinsics.cpp \
+ driver/rsdIntrinsicBlur.cpp \
driver/rsdIntrinsicConvolve3x3.cpp \
+ driver/rsdIntrinsicConvolve5x5.cpp \
+ driver/rsdIntrinsicLUT.cpp \
driver/rsdIntrinsicColorMatrix.cpp \
driver/rsdMesh.cpp \
driver/rsdMeshObj.cpp \