| Commit message (Expand) | Author | Age | Files | Lines |
* | [RenderScript] pass correct length of ains to BLAS functions | Miao Wang | 2015-10-09 | 1 | -4/+4 |
* | Safely handle interrupts during Thread.join() | Pirama Arumuga Nainar | 2015-10-08 | 1 | -3/+8 |
* | Retry if interrupted before mMessageThread has joined | Pirama Arumuga Nainar | 2015-10-08 | 1 | -3/+10 |
* | [RenderScript] Add docs advising users about dstAtop bug. | Miao Wang | 2015-07-20 | 1 | -0/+4 |
* | fix BNNM docs | Miao Wang | 2015-07-15 | 1 | -1/+1 |
* | [RenderScript] update the type of offsets for BLAS.BNNM | Miao Wang | 2015-06-30 | 2 | -5/+11 |
* | Add Java doc comments on script group name reuse | Yang Ni | 2015-06-28 | 1 | -0/+2 |
* | Merge "[RenderScript] Add documentation for IntrinsicBLAS, and @hide annotati... | Miao Wang | 2015-06-19 | 1 | -4/+1733 |
|\ |
|
| * | [RenderScript] Add documentation for IntrinsicBLAS, and @hide | Miao Wang | 2015-06-17 | 1 | -4/+1733 |
* | | Unpublish methods in class ScriptGroup.Binding | Yang Ni | 2015-06-17 | 1 | -2/+2 |
|/ |
|
* | Merge "Fixed ScriptGroup for outputs to globals" into mnc-dev | Yang Ni | 2015-06-05 | 1 | -38/+44 |
|\ |
|
| * | Fixed ScriptGroup for outputs to globals | Yang Ni | 2015-05-18 | 1 | -38/+44 |
* | | Ensure RenderScript tracing is always balanced via try/finally | Chris Craik | 2015-06-02 | 1 | -278/+348 |
* | | Fix RenderScript copy tracing sections | Chris Craik | 2015-06-01 | 1 | -12/+16 |
|/ |
|
* | Merge "[RenderScript] Add dummy getMinorID to maintain compatible with old RS... | Miao Wang | 2015-05-14 | 1 | -0/+14 |
|\ |
|
| * | [RenderScript] Add dummy getMinorID to maintain compatible with old RS | Miao Wang | 2015-05-14 | 1 | -0/+14 |
* | | Merge "Fix issues found during CTS testing of FP16" into mnc-dev | Jason Sams | 2015-05-14 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Fix issues found during CTS testing of FP16 | Jason Sams | 2015-05-13 | 1 | -2/+3 |
* | | Merge "Elaborate on description of ScriptGroup.execute" into mnc-dev | Yang Ni | 2015-05-12 | 1 | -2/+4 |
|\ \ |
|
| * | | Elaborate on description of ScriptGroup.execute | Yang Ni | 2015-05-12 | 1 | -2/+4 |
* | | | Merge "Fix API name based on API review" into mnc-dev | Jason Sams | 2015-05-12 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix API name based on API review | Jason Sams | 2015-05-12 | 1 | -3/+3 |
* | | Merge "Moved limit constants for kernel and script group" into mnc-dev | Yang Ni | 2015-05-11 | 1 | -7/+4 |
|\ \ |
|
| * | | Moved limit constants for kernel and script group | Yang Ni | 2015-05-11 | 1 | -7/+4 |
* | | | Merge "[RenderScript] hide Allocation.copyToFieldPacker()" into mnc-dev | Miao Wang | 2015-05-11 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | [RenderScript] hide Allocation.copyToFieldPacker() | Miao Wang | 2015-05-11 | 1 | -0/+2 |
| |/ / |
|
* | | | [RenderScript] (minor) fix validation of L3 BLAS | Miao Wang | 2015-05-11 | 1 | -8/+2 |
|/ / |
|
* | | Fix clang warnings on unused variable, mismatched tag, print format. | Chih-Hung Hsieh | 2015-05-07 | 1 | -1/+1 |
|/ |
|
* | Fix Allocation-less launches | Jason Sams | 2015-05-05 | 2 | -4/+4 |
* | Sanity checks in JNI code for closure creation | Yang Ni | 2015-05-04 | 2 | -46/+180 |
* | [RenderScript] typo fix in BLAS, TRMM & TSMM | Miao Wang | 2015-04-30 | 1 | -10/+10 |
* | Merge "[RenderScript] typo fix in rs BLAS jni, to correctly handle complex pa... | Miao Wang | 2015-04-30 | 1 | -2/+2 |
|\ |
|
| * | [RenderScript] typo fix in rs BLAS jni, to correctly handle complex | Miao Wang | 2015-04-30 | 1 | -2/+2 |
* | | Merge "[RenderScript] fix edges cases about Transpose for SYMM & SYR2K" into ... | Miao Wang | 2015-04-30 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | [RenderScript] fix edges cases about Transpose for SYMM & SYR2K | Miao Wang | 2015-04-30 | 1 | -6/+6 |
* | | Merge "Change how Java Bitmaps are accessed in a few places" into mnc-dev | John Reck | 2015-04-30 | 1 | -15/+10 |
|\ \
| |/
|/| |
|
| * | Change how Java Bitmaps are accessed in a few places | John Reck | 2015-04-30 | 1 | -15/+10 |
* | | Merge changes I99f9f9ff,I559b5c56 into mnc-dev | Miao Wang | 2015-04-30 | 1 | -58/+89 |
|\ \ |
|
| * | | [RenderScript] L2 BLAS, fix element type in ZHER | Miao Wang | 2015-04-29 | 1 | -1/+1 |
| * | | [RenderScript] fixes for L3 BLAS APIs | Miao Wang | 2015-04-29 | 1 | -57/+88 |
* | | | Merge "[RenderScript] Enable L2 BLAS APIs" into mnc-dev | Miao Wang | 2015-04-30 | 1 | -66/+66 |
|\ \ \
| |/ / |
|
| * | | [RenderScript] Enable L2 BLAS APIs | Miao Wang | 2015-04-23 | 1 | -66/+66 |
* | | | Merge "[RenderScript] improve & minor fixes of L2 BLAS validation." into mnc-dev | Miao Wang | 2015-04-30 | 1 | -42/+82 |
|\ \ \
| |/ / |
|
| * | | [RenderScript] improve & minor fixes of L2 BLAS validation. | Miao Wang | 2015-04-23 | 1 | -42/+82 |
* | | | Merge "[RenderScript] Fix HEMM and SYRK in IntrinscBLAS to correctly handle c... | Miao Wang | 2015-04-30 | 1 | -8/+8 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | [RenderScript] Fix HEMM and SYRK in IntrinscBLAS to correctly handle | Miao Wang | 2015-04-22 | 1 | -8/+8 |
* | | Merge "GraphicsJNI Canvas cleanup" | John Reck | 2015-04-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | GraphicsJNI Canvas cleanup | John Reck | 2015-04-22 | 1 | -0/+1 |
* | | Merge "Move new script group API into ScriptGroup class" | Yang Ni | 2015-04-22 | 2 | -612/+577 |
|\ \
| |/
|/| |
|
| * | Move new script group API into ScriptGroup class | Yang Ni | 2015-04-21 | 2 | -612/+577 |