History log of /frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b837262a9648128ed708d50c27b0d501baf90cfd 02-May-2013 Stephen Hines <srhines@google.com> Disable NEON on cortex-a15 temporarily.

Bug: 8530053
Change-Id: I4a13638fbdbefe5bb8063981a7bc3b08c972edbc
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
8ee82d4c1dded958f27f0dc51ddeceda0c895d99 17-Apr-2013 Stephen Hines <srhines@google.com> Build debug version version of runtime (libclcore_debug.bc).

Bug: 7343201
Change-Id: I9ca9acd7b0e23762d28de3af0aa60d4a6d75e5dd
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
3469783d5fc3a5594da8d10c42540dd5f4455143 12-Mar-2013 Jason Sams <jsams@google.com> Clamp rsPackPixel

Change-Id: Ideaf339c51677780e6267e4ac1b8de902fc1d353

Conflicts:
lib/Renderscript/runtime/arch/neon.ll
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
9112850375c24d3ffb8ced3835f878b08c1297ab 12-Mar-2013 Jason Sams <jsams@google.com> Move simple matrix ops to the on device lib.

Change-Id: I2cd23cc2dab32c54f341e8e0cfbfbcaf1585c401
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
f887657c2f07b86fab4b190e599e7d004e204d13 20-Oct-2012 Michael Liao <michael.liao@intel.com> Add more X86/SSE2+ optimized functions

- SSSE3 optimized length() is added by using HADDPS
- SSSE3 optimized dot() is added by using HADDPS
- scalar exp() and pow() is translated into LLVM intrinsics to allow
backend to schedule insn around them to reduce register pressure or
improve code scheduling. They eventually will be lowered into standard
C math library call.

Change-Id: Ife462352e15d1762ba46829165a3d02b3b1be858
Author: Michael Liao <michael.liao@intel.com>
Signed-off-by: Yong Chen <yong.a.chen@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 66242
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
cdcce323a2acddb4234e6906c691e20bb3d714f9 26-Sep-2012 Michael Liao <michael.liao@intel.com> Start to add X86/SSE2+ optimized clcore library

'sqrt' and 'clamp' are optimized on x86/sse2 target.

Change-Id: Ia8f1b12c666828de88c49699006e44b17431a9ac
Author: Michael Liao <michael.liao@intel.com>
Signed-off-by: Yong Chen <yong.a.chen@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 61893
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
f3a719289eba0d2b47830b9e40858ed4a413d25b 03-Jul-2012 Rajeev Sharma <rdsharma@google.com> LL version of rsClamp. Fix non-vector clamp.

Change-Id: I7107425fa0c535b47ca4233ced05845b872b199f
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk
e198abec6c5e3eab380ccf6897b0a0b9c2dd92dd 28-Jul-2012 Stephen Hines <srhines@google.com> Rename RenderScript -> Renderscript.

Change-Id: I187928033b47f3e3f4cb811a0b3562f479cfe417
/frameworks/compile/libbcc/lib/Renderscript/runtime/Android.mk