summaryrefslogtreecommitdiffstats
path: root/rs/java/android/renderscript/RenderScript.java
Commit message (Expand)AuthorAgeFilesLines
* 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 dummy getMinorID to maintain compatible with old RSMiao Wang2015-05-141-0/+14
* Fix API name based on API reviewJason Sams2015-05-121-3/+3
* Sanity checks in JNI code for closure creationYang Ni2015-05-041-3/+15
* am 3d9c9093: am 91d2f27b: am 7f72f747: Merge "Add BNNM intrinsic."Tim Murray2015-04-151-0/+11
|\
| * Merge "Add BNNM intrinsic."Tim Murray2015-04-151-0/+11
| |\
| | * Add BNNM intrinsic.Tim Murray2015-04-141-0/+11
* | | am 09339053: am 6ca1e45a: am 8704ae46: Merge "Add name to ScriptGroup2.Builde...Yang Ni2015-04-141-3/+5
|\ \ \ | |/ /
| * | Add name to ScriptGroup2.Builder.create() methodYang Ni2015-04-131-3/+5
| |/
* | am 72fcf9eb: am af61d43d: am 6d718c2f: Merge "Add support for setting the cac...Tim Murray2015-04-101-0/+14
|\ \ | |/
| * Add support for setting the cache directory.Tim Murray2015-04-091-0/+14
* | resolved conflicts for merge of 764f08ad to masterStephen Hines2015-04-071-20/+0
|\ \ | |/
| * Move cache dir to its own class.Tim Murray2015-04-071-20/+0
* | unhide RS apisJason Sams2015-03-301-7/+3
* | am 2b30b73b: am 6f6f44b0: am b2b0c4c2: Merge "[RenderScript] Add create(Conte...Miao Wang2015-03-241-7/+36
|\ \ | |/
| * [RenderScript] Add create(Context, int) to be compatible withMiao Wang2015-03-231-7/+36
* | am d8e891f4: am f75e4ca3: Merge "Make it harder to leak contexts"Jason Sams2015-03-191-14/+103
|\ \ | |/
| * Make it harder to leak contextsJason Sams2015-03-181-14/+103
* | am bb8c910f: am d2e4a166: Merge "Remove dead path code"Jason Sams2015-03-131-6/+0
|\ \ | |/
| * Remove dead path codeJason Sams2015-03-111-6/+0
* | am 989e03f1: am c1e2bf95: am 4b5af9bc: Merge "[RenderScript] Update the java ...Miao Wang2015-03-081-4/+3
|\ \ | |/
| * [RenderScript] Update the java API about Allocation copyTo & From FieldPackerMiao Wang2015-03-051-4/+3
* | am ec89c1ea: am a61832c8: am 288e6f67: Merge "[RenderScript] AutoPadding & Un...Miao Wang2015-03-081-21/+32
|\ \ | |/
| * [RenderScript] AutoPadding & Unpadding for Vec3 Elements duringMiao Wang2015-03-041-21/+32
* | am 5830e7a9: am 411473de: am caa8a8fb: Merge "[Renderscript] JAVA API update ...Miao Wang2015-03-031-3/+20
|\ \ | |/
| * [Renderscript] JAVA API update for Allocation.CopyToMiao Wang2015-02-251-3/+20
* | Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
|/
* Implement finalizer for RS contexts.Jason Sams2015-02-191-13/+35
* Add BLAS intrinsic.Tim Murray2015-02-171-0/+49
* Implement array typesJason Sams2015-02-061-0/+14
* Adds invocable functions to ScriptGroupYang Ni2015-02-041-0/+15
* Pass in code cache directory when creating a script group.Yang Ni2015-01-291-3/+3
* Merge "Fix default compute thread priority"Jason Sams2015-01-221-2/+4
|\
| * Fix default compute thread priorityJason Sams2015-01-211-2/+4
* | Add FP16 types to the list of RenderScript types.Jason Sams2015-01-201-0/+5
|/
* New Script Group API.Yang Ni2015-01-071-0/+40
* Fix typo with register native allocation.Tim Murray2014-12-161-1/+1
* Enable native tracking for RS contexts to improve GC behavior.Tim Murray2014-12-121-0/+7
* am 7fa25bc1: am 3c02b020: Merge "Fix IO_INPUT with 64-bit." into lmp-devTim Murray2014-08-191-1/+6
|\
| * Fix IO_INPUT with 64-bit.Tim Murray2014-08-181-1/+6
* | am 4ae9a6d5: am 42895561: Merge "Collapse code paths for single- and multi-in...Stephen Hines2014-08-181-44/+6
|\ \
| * | Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-181-44/+6
* | | am b75dc06b: am 4179e889: Merge "Revert "Collapse code paths for single- and ...Stephen Hines2014-08-131-6/+44
|\ \ \ | |/ /
| * | Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-6/+44
* | | am 5aaeb8e8: am 24a2ee66: Merge "Collapse code paths for single- and multi-in...Stephen Hines2014-08-131-44/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-071-44/+6
* | resolved conflicts for merge of 31012e2c to masterStephen Hines2014-07-091-0/+23
|\ \ | |/
| * Adds support for multi-input kernels to Frameworks/Base/RS.Chris Wailes2014-07-071-0/+23
| * Add support for mixed 32/64 APKs using RenderScript.Tim Murray2014-06-031-0/+7