summaryrefslogtreecommitdiffstats
path: root/rs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add BLAS intrinsic."Ed Heyl2015-02-173-1680/+0
| | | | This reverts commit 25207df658d6a8a3e885c7017fcc25702363583c.
* am 41c93ffe: Merge "Add BLAS intrinsic."Tim Murray2015-02-173-0/+1680
|\ | | | | | | | | | | | | automerge: 712572d * commit '712572d406b47b7f3d913bbac72f35fe9808a86f': Add BLAS intrinsic.
| * Add BLAS intrinsic.Tim Murray2015-02-173-0/+1680
| | | | | | | | Change-Id: I95ddc46cb3f6217d2ead1091fd47450389544324
* | am 2a3cdf57: Merge "Implement array types"Jason Sams2015-02-105-85/+264
|\ \ | |/ | | | | | | | | | | automerge: 6e0ad25 * commit '6e0ad25ca8def88a48c9cc6436b12da7ff4600c2': Implement array types
| * Merge "Implement array types"Jason Sams2015-02-095-85/+264
| |\
| | * Implement array typesJason Sams2015-02-065-85/+264
| | | | | | | | | | | | Change-Id: I1b83f21ea2aeaa4b9f5934aadcb69d4a1c1fea20
* | | am ae0bee53: am 81b84311: Merge "Fix clang build."Elliott Hughes2015-02-061-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit 'ae0bee53b84d4ffda84270852ace1841e13f5db8': Fix clang build.
| * | Fix clang build.Elliott Hughes2015-02-051-1/+1
| |/ | | | | | | Change-Id: If795820ef6431fee9c9c3862cc91ad4a9cc04507
* | am da91dfbd: am 1269ff96: Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-055-3/+439
|\ \ | |/ | | | | | | * commit 'da91dfbdf20271dffce5357195800cf36183ad97': Adds invocable functions to ScriptGroup
| * Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-055-3/+439
| |\
| | * Adds invocable functions to ScriptGroupYang Ni2015-02-045-3/+439
| | | | | | | | | | | | | | | | | | This also includes InvokeID support Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
* | | 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)
| * | make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUTMiao Wang2015-02-031-0/+11
| |/ | | | | | | | | | | (Native RS) Change-Id: I23041da03c2c928ceec76037804abb5dc7e6eb64
* | Merge "Pass in code cache directory when creating a script group." ↵Yang Ni2015-02-033-15/+11
|\ \ | |/ | | | | | | | | | | | | | | automerge: 9559ce7 automerge: 29fe5ef * commit '29fe5ef179a4a7de15360650353c6196f9350b07': Pass in code cache directory when creating a script group.
| * Pass in code cache directory when creating a script group.Yang Ni2015-01-293-15/+11
| | | | | | | | Change-Id: Ia73ea917a126a5055ec97f13d90a5feaafd6a2f5
* | am 02236295: am 4dd0cf42: Merge "Initialize clipping structure"Jason Sams2015-01-271-0/+8
|\ \ | |/ | | | | | | * commit '02236295a43380b21e4cae10b13da3398d607627': Initialize clipping structure
| * Initialize clipping structureJason Sams2015-01-261-0/+8
| | | | | | | | | | | | placeholder until array clipping is added to the API. Change-Id: Ib20dbd71989c559c0669385a5088ec261596913c
* | 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
| * | 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
* | | | 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.
| * | | Add FP16 types to the list of RenderScript types.Jason Sams2015-01-202-1/+49
| |/ / | | | | | | | | | Change-Id: Ibf9a6d391fb4d6a5c4b4e05ab73fb58bd74dc586
* | | 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
| * Fix bug in passing of context flags and version.Jason Sams2014-12-021-2/+2
| | | | | | | | | | | | bug 18592099 Change-Id: Id20906f6f47b573d881025453a3b6356bcf6e9c7
* | New Script Group API.Yang Ni2015-01-073-0/+446
| | | | | | | | 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
* | Fix bug in passing of context flags and version.Jason Sams2014-12-021-2/+2
| | | | | | | | Change-Id: Id20906f6f47b573d881025453a3b6356bcf6e9c7
* | Fix format strings mismatching the parameters passed to themBernhard Rosenkränzer2014-11-201-8/+9
| | | | | | | | | | Change-Id: Ia0d33aec9edadac60508fb422e0821e6d8f28afa Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* | Add Float32 suppor for IntrinsicResize. base part.Miao Wang2014-11-131-1/+7
| | | | | | | | Change-Id: I37e8826cfab92512cc641b106a42723162bffe58
* | Frameworks/base: Wall Werror in rsAndreas Gampe2014-11-102-144/+358
| | | | | | | | | | | | Turn on -Wall -Werror in rs/. Fix warnings. Change-Id: I41923e4578edf26dbf6a31a83b6999e80d6d385a
* | resolved conflicts for merge of 5a2d0432 to lmp-dev-plus-aospStephen Hines2014-08-212-58/+58
|\ \ | | | | | | | | | Change-Id: I59be35e67ab2b4709f27c39916b6aebc1abba56f
| * | Replace NULL macros with nullptr literals.Chris Wailes2014-08-182-58/+58
| | | | | | | | | | | | Change-Id: I6c2af76f1f134d3f233d5462fed3969910ae2f24
* | | am c9c78206: am 9ba9298e: Merge "Stop sign-extending RS IDs." into lmp-devTim Murray2014-08-191-36/+36
|\ \ \ | | |/ | |/| | | | | | | * commit 'c9c7820604158bc6c6ba0e413cc48c8e1c0a6366': Stop sign-extending RS IDs.
| * | Stop sign-extending RS IDs.Tim Murray2014-08-181-36/+36
| | | | | | | | | | | | | | | | | | | | | bug 16846318 bug 17006933 Change-Id: I6b1e73ed983ec583e80dc532e38c2ae2e504e608
* | | 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-183-226/+130
|\ \ \ | |/ / |/| / | |/ | | | | | | 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-183-226/+130
| | | | | | | | | | | | | | | | | | 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-133-130/+226
| | | | | | | | | | | | This reverts commit eb3470219dea322efa93eb4b5457813ce71d0c5d. Change-Id: Id943abf953e832ef831318e6699d4b46e9b46201
| * Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-073-226/+130
| | | | | | | | | | | | | | | | | | 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