From 7c4b888f2147edf99690b6af75470774ff31c43b Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Fri, 4 Jan 2013 10:50:05 -0800 Subject: Functional 3D LUT intrinsic. 1600x1000 takes ~23ms on manta. Change-Id: I142d6dedded66df05aa5f49e3da409a34c6e1b6e --- rsDefines.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rsDefines.h') diff --git a/rsDefines.h b/rsDefines.h index b1f10419..dfa0f9d5 100644 --- a/rsDefines.h +++ b/rsDefines.h @@ -350,7 +350,8 @@ enum RsScriptIntrinsicID { RS_SCRIPT_INTRINSIC_ID_CONVOLVE_5x5 = 4, RS_SCRIPT_INTRINSIC_ID_BLUR = 5, RS_SCRIPT_INTRINSIC_ID_YUV_TO_RGB = 6, - RS_SCRIPT_INTRINSIC_ID_BLEND = 7 + RS_SCRIPT_INTRINSIC_ID_BLEND = 7, + RS_SCRIPT_INTRINSIC_ID_3DLUT = 8 }; typedef struct { -- cgit v1.2.3