summaryrefslogtreecommitdiffstats
path: root/rs/java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | am 514e0801: Merge "Fix crash when updating adapter offsets."Jason Sams2015-03-031-11/+13
| |\ \ \ | | |/ /
| | * | Merge "Fix crash when updating adapter offsets."Jason Sams2015-03-021-11/+13
| | |\ \ | | | |/ | | |/|
| | | * Fix crash when updating adapter offsets.Jason Sams2015-02-251-11/+13
* | | | Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
|/ / /
* | | am adb52ef7: Merge "Implement finalizer for RS contexts."Jason Sams2015-02-201-13/+35
|\ \ \ | |/ /
| * | Implement finalizer for RS contexts.Jason Sams2015-02-191-13/+35
* | | Merge commit '32acf753e8989766f67fd5300d3eb467f707cc79' into HEADBill Yi2015-02-192-6/+14
|\ \ \ | |/ / |/| |
| * | am 2a3cdf57: Merge "Implement array types"Jason Sams2015-02-104-85/+230
| |\ \ | | |/
| * | am da91dfbd: am 1269ff96: Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-054-3/+396
| |\ \
| * \ \ Merge "make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUT...Miao Wang2015-02-051-0/+11
| |\ \ \
| * \ \ \ Merge "Pass in code cache directory when creating a script group." automerge:...Yang Ni2015-02-032-11/+4
| |\ \ \ \
| * \ \ \ \ am 2772ee6d: Merge "[RenderScript] Allow U8_2 & U8_3 input allocation for His...Miao Wang2015-01-231-2/+6
| |\ \ \ \ \
| | * | | | | [RenderScript] Allow U8_2 & U8_3 input allocation for HistogramMiao Wang2015-01-231-2/+6
| * | | | | | am de56e38e: Merge "Fix default compute thread priority" automerge: 231df77Jason Sams2015-01-221-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 712b05d0: Merge "Add FP16 types to the list of RenderScript types." autome...Jason Sams2015-01-222-1/+49
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "[Renderscript] Add check for Allocation.copyTo(Array) and Fix the inpu...Miao Wang2015-01-222-6/+10
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | [Renderscript] Add check for Allocation.copyTo(Array) andMiao Wang2015-01-212-6/+10
| | * | | | | | | 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
* | | | | | | | | Add BLAS intrinsic.Tim Murray2015-02-172-0/+1538
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Implement array typesJason Sams2015-02-064-85/+230
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-054-3/+396
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Adds invocable functions to ScriptGroupYang Ni2015-02-044-3/+396
| | |_|_|_|/ | |/| | | |
* | | | | | make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUTMiao Wang2015-02-031-0/+11
|/ / / / /
* | | | | Pass in code cache directory when creating a script group.Yang Ni2015-01-292-11/+4
| |_|_|/ |/| | |
* | | | 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-202-1/+49
|/ /
* | New Script Group API.Yang Ni2015-01-072-0/+359
* | 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
* | Add Float32 suppor for IntrinsicResize. base part.Miao Wang2014-11-131-1/+7
* | am 7fa25bc1: am 3c02b020: Merge "Fix IO_INPUT with 64-bit." into lmp-devTim Murray2014-08-192-2/+7
|\ \ | |/
| * Fix IO_INPUT with 64-bit.Tim Murray2014-08-182-2/+7
* | am 4ae9a6d5: am 42895561: Merge "Collapse code paths for single- and multi-in...Stephen Hines2014-08-182-90/+74
|\ \ | |/ |/|
| * Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-182-90/+74
| * Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-132-74/+90
| * Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-072-90/+74
| * Update copyFrom(BaseObj[]) for large objects.Tim Murray2014-07-091-5/+12
* | Allocation.resize() should throw an exception in API 21+.Tim Murray2014-08-141-1/+5
* | Fix broken blend intrinsic.Tim Murray2014-07-101-1/+1
* | Update copyFrom(BaseObj[]) for large objects.Tim Murray2014-07-091-5/+12
* | resolved conflicts for merge of 31012e2c to masterStephen Hines2014-07-097-13/+79
|\ \ | |/
| * Adds support for multi-input kernels to Frameworks/Base/RS.Chris Wailes2014-07-077-10/+76
* | am 6b52ca59: am 89e4c715: am 7165bd6d: Merge "Add check and throw for failed ...Jason Sams2014-06-261-0/+3
|\ \ | |/
| * Merge "Add check and throw for failed Intrinsic init."Jason Sams2014-06-251-0/+3
| |\
| | * Add check and throw for failed Intrinsic init.Jason Sams2014-06-231-0/+3
* | | Remove @hide for new RS constructors.Tim Murray2014-06-251-2/+0
* | | am ed24d3f2: am db3bcfb8: am 44023a4f: Merge "We need to update mPos when we ...Stephen Hines2014-06-241-1/+6
|\ \ \ | |/ /
| * | We need to update mPos when we copy a FieldPacker via its data[] member.Stephen Hines2014-06-231-1/+6
| |/