summaryrefslogtreecommitdiffstats
path: root/rs/java
Commit message (Collapse)AuthorAgeFilesLines
* am e1bd7f76: am 9fc6948b: am 514e0801: Merge "Fix crash when updating ↵Jason Sams2015-03-031-11/+13
|\ | | | | | | | | | | | | adapter offsets." * commit 'e1bd7f766ea5477ff3ca7103655755f3234602b2': Fix crash when updating adapter offsets.
| * am 514e0801: Merge "Fix crash when updating adapter offsets."Jason Sams2015-03-031-11/+13
| |\ | | | | | | | | | | | | * commit '514e0801cc95c9827d220104317e1fe45f396b94': Fix crash when updating adapter offsets.
| | * 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
| | | | | | | | | | | | | | | | Change-Id: I0a6923e387f9743a06cc2c4c67995a79789d4cdd
* | | | Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
|/ / / | | | | | | | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* | | am adb52ef7: Merge "Implement finalizer for RS contexts."Jason Sams2015-02-201-13/+35
|\ \ \ | |/ / | | | | | | | | | * commit 'adb52ef7034d4d3e0eee58cedae2a343d29771b9': Implement finalizer for RS contexts.
| * | Implement finalizer for RS contexts.Jason Sams2015-02-191-13/+35
| | | | | | | | | | | | | | | | | | Fixes memory leak when apps forget to call .destroy() on the context. Change-Id: Ida4685768e92cfe3875da38846d17b86cc386cd0
* | | Merge commit '32acf753e8989766f67fd5300d3eb467f707cc79' into HEADBill Yi2015-02-192-6/+14
|\ \ \ | |/ / |/| |
| * | am 2a3cdf57: Merge "Implement array types"Jason Sams2015-02-104-85/+230
| |\ \ | | |/ | | | | | | | | | | | | | | | automerge: 6e0ad25 * commit '6e0ad25ca8def88a48c9cc6436b12da7ff4600c2': Implement array types
| * | am da91dfbd: am 1269ff96: Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-054-3/+396
| |\ \ | | | | | | | | | | | | | | | | * commit 'da91dfbdf20271dffce5357195800cf36183ad97': Adds invocable functions to ScriptGroup
| * \ \ Merge "make Allocation.destroy() include setSurface(null) for ↵Miao Wang2015-02-051-0/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USAGE_IO_OUTPUT (Native RS)" automerge: 9a55cbc automerge: 58fd96c * commit '58fd96c607de7f7f821a0b15fd37bc28323fcfde': make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUT (Native RS)
| * \ \ \ Merge "Pass in code cache directory when creating a script group." ↵Yang Ni2015-02-032-11/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: 9559ce7 automerge: 29fe5ef * commit '29fe5ef179a4a7de15360650353c6196f9350b07': Pass in code cache directory when creating a script group.
| * \ \ \ \ am 2772ee6d: Merge "[RenderScript] Allow U8_2 & U8_3 input allocation for ↵Miao Wang2015-01-231-2/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Histogram Intrinsic" into lmp-mr1-dev automerge: 1446eb8 * commit '1446eb8f6130e4833ca2b74331b867d30445aca3': [RenderScript] Allow U8_2 & U8_3 input allocation for Histogram Intrinsic
| | * | | | | [RenderScript] Allow U8_2 & U8_3 input allocation for HistogramMiao Wang2015-01-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Intrinsic Bug: 19035242 Bug: 19124958 Change-Id: I9e806d7a0786e728c5f23607dc67ca5d755e12ed
| * | | | | | am de56e38e: Merge "Fix default compute thread priority" automerge: 231df77Jason Sams2015-01-221-2/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'de56e38e9e8f7f4a54633b66e2952cea776d6ab5': Fix default compute thread priority
| * \ \ \ \ \ \ am 712b05d0: Merge "Add FP16 types to the list of RenderScript types." ↵Jason Sams2015-01-222-1/+49
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: 081cda8 * commit '712b05d00b00a6148852e153ef76dfb5960623e9': Add FP16 types to the list of RenderScript types.
| * \ \ \ \ \ \ \ Merge "[Renderscript] Add check for Allocation.copyTo(Array) and Fix the ↵Miao Wang2015-01-222-6/+10
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | input allocation type check for Histogram Intrinsic." into lmp-mr1-dev automerge: dbfcf3f automerge: a710b83 * commit 'a710b839a23633bb049a6f91ccd7e17261e406a4': [Renderscript] Add check for Allocation.copyTo(Array) and Fix the input allocation type check for Histogram Intrinsic.
| | * | | | | | | [Renderscript] Add check for Allocation.copyTo(Array) andMiao Wang2015-01-212-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the input allocation type check for Histogram Intrinsic. Bug: 19035242 Change-Id: I0ef2672bf816854db90fc92dc9ef51d1d231c246
| | * | | | | | | Fix typo with register native allocation.Tim Murray2014-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 18579193 Change-Id: I42d30709b79a37d6a4126559a511e98e9c8d4808
| | * | | | | | | Enable native tracking for RS contexts to improve GC behavior.Tim Murray2014-12-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should prevent apps from leaking RS contexts as easily. bug 18579193 Change-Id: I2d943ce4443ce7cb90ebdd3dd37d338eda6df3a2
* | | | | | | | | Add BLAS intrinsic.Tim Murray2015-02-172-0/+1538
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I95ddc46cb3f6217d2ead1091fd47450389544324
* | | | | | | | Implement array typesJason Sams2015-02-064-85/+230
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Change-Id: I1b83f21ea2aeaa4b9f5934aadcb69d4a1c1fea20
* | | | | | | Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-054-3/+396
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Adds invocable functions to ScriptGroupYang Ni2015-02-044-3/+396
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also includes InvokeID support Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
* | | | | | make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUTMiao Wang2015-02-031-0/+11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | (Native RS) Change-Id: I23041da03c2c928ceec76037804abb5dc7e6eb64
* | | | | Pass in code cache directory when creating a script group.Yang Ni2015-01-292-11/+4
| |_|_|/ |/| | | | | | | | | | | Change-Id: Ia73ea917a126a5055ec97f13d90a5feaafd6a2f5
* | | | Merge "Fix default compute thread priority"Jason Sams2015-01-221-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix default compute thread priorityJason Sams2015-01-211-2/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | bug 16651474 Compute inherited graphics default thread priority of Display. This was not intended. Change-Id: I0dd9a230ce8ceba64e971b024cbe518927cd2550
* | | Add FP16 types to the list of RenderScript types.Jason Sams2015-01-202-1/+49
|/ / | | | | | | Change-Id: Ibf9a6d391fb4d6a5c4b4e05ab73fb58bd74dc586
* | New Script Group API.Yang Ni2015-01-072-0/+359
| | | | | | | | Change-Id: I73d3572276a38dac775025b472ba229ad8770c84
* | Fix typo with register native allocation.Tim Murray2014-12-161-1/+1
| | | | | | | | | | | | bug 18579193 Change-Id: I42d30709b79a37d6a4126559a511e98e9c8d4808
* | Enable native tracking for RS contexts to improve GC behavior.Tim Murray2014-12-121-0/+7
| | | | | | | | | | | | | | | | This should prevent apps from leaking RS contexts as easily. bug 18579193 Change-Id: I2d943ce4443ce7cb90ebdd3dd37d338eda6df3a2
* | Add Float32 suppor for IntrinsicResize. base part.Miao Wang2014-11-131-1/+7
| | | | | | | | Change-Id: I37e8826cfab92512cc641b106a42723162bffe58
* | am 7fa25bc1: am 3c02b020: Merge "Fix IO_INPUT with 64-bit." into lmp-devTim Murray2014-08-192-2/+7
|\ \ | |/ | | | | | | * commit '7fa25bc1269d3ba2db79f32acb17d80194cbadce': Fix IO_INPUT with 64-bit.
| * Fix IO_INPUT with 64-bit.Tim Murray2014-08-182-2/+7
| | | | | | | | | | | | | | bug 16846318 bug 17006933 Change-Id: Ic13ef26875d8a6fab1ffb542d62038b768a536ff
* | am 4ae9a6d5: am 42895561: Merge "Collapse code paths for single- and ↵Stephen Hines2014-08-182-90/+74
|\ \ | |/ |/| | | | | | | | | multi-input kernels." * commit '4ae9a6d5c517f67d9929cc43568c6b7e3b4dfe23': Collapse code paths for single- and multi-input kernels.
| * Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-182-90/+74
| | | | | | | | | | | | | | | | | | This patch simplifies the RenderScript JNI layer by replacing six functions with a single funciton. This new function now handles all previous cases. Functions in android.renderscript.script have been updated to use this new JNI function. Change-Id: I6cd5448534c38123d51a589339bbeb7e98453e73
| * Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-132-74/+90
| | | | | | | | | | | | This reverts commit eb3470219dea322efa93eb4b5457813ce71d0c5d. Change-Id: Id943abf953e832ef831318e6699d4b46e9b46201
| * Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-072-90/+74
| | | | | | | | | | | | | | | | | | This patch simplifies the RenderScript JNI layer by replacing six functions with a single funciton. This new function now handles all previous cases. Functions in android.renderscript.script have been updated to use this new JNI function. Change-Id: I77e4b155cc7ca1581b05bf901c70ae53a9ff0b12
| * Update copyFrom(BaseObj[]) for large objects.Tim Murray2014-07-091-5/+12
| | | | | | | | Change-Id: I99cadbd1ad925cad0dd357c9abbd1a49c07785c9
* | Allocation.resize() should throw an exception in API 21+.Tim Murray2014-08-141-1/+5
| | | | | | | | | | | | bug 16846318 Change-Id: I852331ec226e4cad8be79aa27c4b51183e97cc1d
* | Fix broken blend intrinsic.Tim Murray2014-07-101-1/+1
| | | | | | | | Change-Id: I3a1749aed701e17b48c267ca749c9cf29ca12e43
* | Update copyFrom(BaseObj[]) for large objects.Tim Murray2014-07-091-5/+12
| | | | | | | | Change-Id: I99cadbd1ad925cad0dd357c9abbd1a49c07785c9
* | resolved conflicts for merge of 31012e2c to masterStephen Hines2014-07-097-13/+79
|\ \ | |/ | | | | Change-Id: I2e24e0457570d7d856293637a553f0242a97a83b
| * Adds support for multi-input kernels to Frameworks/Base/RS.Chris Wailes2014-07-077-10/+76
| | | | | | | | | | | | | | | | * Added a new JNI call to pass arrays of Allocations to the RS runtime. * Added a new version of ForEach that takes an array of Allocations. * Added some casts to disambiguate existing calls to forEach. Change-Id: I46d2834c37075b2a2407fd8b010546818a4540d1
* | am 6b52ca59: am 89e4c715: am 7165bd6d: Merge "Add check and throw for failed ↵Jason Sams2014-06-261-0/+3
|\ \ | |/ | | | | | | | | | | Intrinsic init." * commit '6b52ca5949545dcb654672663e2187a70b04f442': Add check and throw for failed Intrinsic init.
| * 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
| | | | | | | | | | | | Change-Id: Icd53b3edd8e887d3692e5815dc0c38cd68b7aeb1
* | | Remove @hide for new RS constructors.Tim Murray2014-06-251-2/+0
| | | | | | | | | | | | Change-Id: I015f36e8c54663472f236e311fe279ce06261ff0
* | | am ed24d3f2: am db3bcfb8: am 44023a4f: Merge "We need to update mPos when we ↵Stephen Hines2014-06-241-1/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | copy a FieldPacker via its data[] member." * commit 'ed24d3f2e991906973afce8aa6a3fa54f4a3e4df': We need to update mPos when we copy a FieldPacker via its data[] member.