summaryrefslogtreecommitdiffstats
path: root/rs
Commit message (Expand)AuthorAgeFilesLines
* [RenderScript] pass correct length of ains to BLAS functionsMiao Wang2015-10-091-4/+4
* Safely handle interrupts during Thread.join()Pirama Arumuga Nainar2015-10-081-3/+8
* Retry if interrupted before mMessageThread has joinedPirama Arumuga Nainar2015-10-081-3/+10
* [RenderScript] Add docs advising users about dstAtop bug.Miao Wang2015-07-201-0/+4
* fix BNNM docsMiao Wang2015-07-151-1/+1
* [RenderScript] update the type of offsets for BLAS.BNNMMiao Wang2015-06-302-5/+11
* Add Java doc comments on script group name reuseYang Ni2015-06-281-0/+2
* Merge "[RenderScript] Add documentation for IntrinsicBLAS, and @hide annotati...Miao Wang2015-06-191-4/+1733
|\
| * [RenderScript] Add documentation for IntrinsicBLAS, and @hideMiao Wang2015-06-171-4/+1733
* | Unpublish methods in class ScriptGroup.BindingYang Ni2015-06-171-2/+2
|/
* Merge "Fixed ScriptGroup for outputs to globals" into mnc-devYang Ni2015-06-051-38/+44
|\
| * Fixed ScriptGroup for outputs to globalsYang Ni2015-05-181-38/+44
* | Ensure RenderScript tracing is always balanced via try/finallyChris Craik2015-06-021-278/+348
* | Fix RenderScript copy tracing sectionsChris Craik2015-06-011-12/+16
|/
* Merge "[RenderScript] Add dummy getMinorID to maintain compatible with old RS...Miao Wang2015-05-141-0/+14
|\
| * [RenderScript] Add dummy getMinorID to maintain compatible with old RSMiao Wang2015-05-141-0/+14
* | Merge "Fix issues found during CTS testing of FP16" into mnc-devJason Sams2015-05-141-2/+3
|\ \ | |/ |/|
| * Fix issues found during CTS testing of FP16Jason Sams2015-05-131-2/+3
* | Merge "Elaborate on description of ScriptGroup.execute" into mnc-devYang Ni2015-05-121-2/+4
|\ \
| * | Elaborate on description of ScriptGroup.executeYang Ni2015-05-121-2/+4
* | | Merge "Fix API name based on API review" into mnc-devJason Sams2015-05-121-3/+3
|\ \ \ | |/ / |/| / | |/
| * Fix API name based on API reviewJason Sams2015-05-121-3/+3
* | Merge "Moved limit constants for kernel and script group" into mnc-devYang Ni2015-05-111-7/+4
|\ \
| * | Moved limit constants for kernel and script groupYang Ni2015-05-111-7/+4
* | | Merge "[RenderScript] hide Allocation.copyToFieldPacker()" into mnc-devMiao Wang2015-05-111-0/+2
|\ \ \
| * | | [RenderScript] hide Allocation.copyToFieldPacker()Miao Wang2015-05-111-0/+2
| |/ /
* | | [RenderScript] (minor) fix validation of L3 BLASMiao Wang2015-05-111-8/+2
|/ /
* | Fix clang warnings on unused variable, mismatched tag, print format.Chih-Hung Hsieh2015-05-071-1/+1
|/
* Fix Allocation-less launchesJason Sams2015-05-052-4/+4
* Sanity checks in JNI code for closure creationYang Ni2015-05-042-46/+180
* [RenderScript] typo fix in BLAS, TRMM & TSMMMiao Wang2015-04-301-10/+10
* Merge "[RenderScript] typo fix in rs BLAS jni, to correctly handle complex pa...Miao Wang2015-04-301-2/+2
|\
| * [RenderScript] typo fix in rs BLAS jni, to correctly handle complexMiao Wang2015-04-301-2/+2
* | Merge "[RenderScript] fix edges cases about Transpose for SYMM & SYR2K" into ...Miao Wang2015-04-301-6/+6
|\ \ | |/
| * [RenderScript] fix edges cases about Transpose for SYMM & SYR2KMiao Wang2015-04-301-6/+6
* | Merge "Change how Java Bitmaps are accessed in a few places" into mnc-devJohn Reck2015-04-301-15/+10
|\ \ | |/ |/|
| * Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-15/+10
* | Merge changes I99f9f9ff,I559b5c56 into mnc-devMiao Wang2015-04-301-58/+89
|\ \
| * | [RenderScript] L2 BLAS, fix element type in ZHERMiao Wang2015-04-291-1/+1
| * | [RenderScript] fixes for L3 BLAS APIsMiao Wang2015-04-291-57/+88
* | | Merge "[RenderScript] Enable L2 BLAS APIs" into mnc-devMiao Wang2015-04-301-66/+66
|\ \ \ | |/ /
| * | [RenderScript] Enable L2 BLAS APIsMiao Wang2015-04-231-66/+66
* | | Merge "[RenderScript] improve & minor fixes of L2 BLAS validation." into mnc-devMiao Wang2015-04-301-42/+82
|\ \ \ | |/ /
| * | [RenderScript] improve & minor fixes of L2 BLAS validation.Miao Wang2015-04-231-42/+82
* | | Merge "[RenderScript] Fix HEMM and SYRK in IntrinscBLAS to correctly handle c...Miao Wang2015-04-301-8/+8
|\ \ \ | |/ / | | / | |/ |/|
| * [RenderScript] Fix HEMM and SYRK in IntrinscBLAS to correctly handleMiao Wang2015-04-221-8/+8
* | Merge "GraphicsJNI Canvas cleanup"John Reck2015-04-221-0/+1
|\ \ | |/ |/|
| * GraphicsJNI Canvas cleanupJohn Reck2015-04-221-0/+1
* | Merge "Move new script group API into ScriptGroup class"Yang Ni2015-04-222-612/+577
|\ \ | |/ |/|
| * Move new script group API into ScriptGroup classYang Ni2015-04-212-612/+577