summaryrefslogtreecommitdiffstats
path: root/rs
Commit message (Collapse)AuthorAgeFilesLines
* am 989e03f1: am c1e2bf95: am 4b5af9bc: Merge "[RenderScript] Update the java ↵Miao Wang2015-03-083-66/+25
|\ | | | | | | | | | | | | API about Allocation copyTo & From FieldPacker" * commit '989e03f144e8031f33af08945e845283dddcc8ad': [RenderScript] Update the java API about Allocation copyTo & From FieldPacker
| * am 4b5af9bc: Merge "[RenderScript] Update the java API about Allocation ↵Miao Wang2015-03-063-66/+25
| |\ | | | | | | | | | | | | | | | | | | copyTo & From FieldPacker" * commit '4b5af9bce10dbb8b6d5ff27a5f0c49f3498a6245': [RenderScript] Update the java API about Allocation copyTo & From FieldPacker
| | * [RenderScript] Update the java API about Allocation copyTo & From FieldPackerMiao Wang2015-03-053-66/+25
| | | | | | | | | | | | Change-Id: I4e1b911d4cdfec8a841bc5a8bc615c64c50e8fc8
* | | am 449571c4: am 26f1a538: am 8b86ee9f: Merge "[RenderScript] Add missing ↵Miao Wang2015-03-081-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | variable" * commit '449571c45e47e9b8d118c59dbd909b0d512f7e6d': [RenderScript] Add missing variable
| * | am 8b86ee9f: Merge "[RenderScript] Add missing variable"Miao Wang2015-03-061-0/+2
| |\ \ | | |/ | | | | | | | | | * commit '8b86ee9fb5909a95a46907aede4d1b22b4ef3bba': [RenderScript] Add missing variable
| | * [RenderScript] Add missing variableMiao Wang2015-03-051-0/+2
| | | | | | | | | | | | Change-Id: I148bab3a8c3fb360d345549401d0ed579a37e971
* | | am ec89c1ea: am a61832c8: am 288e6f67: Merge "[RenderScript] AutoPadding & ↵Miao Wang2015-03-083-69/+329
|\ \ \ | |/ / | | | | | | | | | | | | | | | Unpadding for Vec3 Elements during copyTo & copyFrom." * commit 'ec89c1ea731256cd0d71ee58733b2855e1e6e4fa': [RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom.
| * | am 288e6f67: Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements ↵Miao Wang2015-03-063-69/+329
| |\ \ | | |/ | | | | | | | | | | | | | | | during copyTo & copyFrom." * commit '288e6f67181ce74ec4b97b61def1b9510b1221d0': [RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom.
| | * [RenderScript] AutoPadding & Unpadding for Vec3 Elements duringMiao Wang2015-03-043-69/+329
| | | | | | | | | | | | | | | | | | copyTo & copyFrom. Change-Id: I10b6fb235717e181ebb30b92e4dbe23e6183a29c
* | | Cleanup Bitmap JNI attempt #2John Reck2015-03-052-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | Original version missed a spot This reverts commit c02977e3bbfaaedcb1b1d67e1692becc7dddd59b. Change-Id: I56244ce10d709fcdef42a001fe4c6ba7b6bbb04d
* | | Revert "Cleanup Bitmap JNI"Chad Jones2015-03-052-9/+12
| | | | | | | | | | | | | | | | | | This reverts commit b2915245b74b3b5541b123e38403f8e26426b4b7. Change-Id: Idd7d7f33eec4ea5024c83de6b10d3d1a6ab2b17a
* | | Cleanup Bitmap JNIJohn Reck2015-03-052-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fix a bunch of places where mNativeBitmap was being poked at directly, switch them either to the NDK API or to GraphicsJNI where it made sense Change-Id: I6b3df3712d6497cba828c2d3012e725cb4ebb64d
* | | am 5830e7a9: am 411473de: am caa8a8fb: Merge "[Renderscript] JAVA API update ↵Miao Wang2015-03-033-14/+443
|\ \ \ | |/ / | | | | | | | | | | | | | | | for Allocation.CopyTo add the following functions to make it more symmetric to copyFrom()." * commit '5830e7a9fb56db24a101d7b45c6db970e38ed6f6': [Renderscript] JAVA API update for Allocation.CopyTo add the following functions to make it more symmetric to copyFrom().
| * | am caa8a8fb: Merge "[Renderscript] JAVA API update for Allocation.CopyTo add ↵Miao Wang2015-03-033-14/+443
| |\ \ | | |/ | | | | | | | | | | | | | | | the following functions to make it more symmetric to copyFrom()." * commit 'caa8a8fb9849f1d44ffab3117950ac1e7b02cd4d': [Renderscript] JAVA API update for Allocation.CopyTo add the following functions to make it more symmetric to copyFrom().
| | * Merge "[Renderscript] JAVA API update for Allocation.CopyTo add the ↵Miao Wang2015-03-033-14/+443
| | |\ | | | | | | | | | | | | following functions to make it more symmetric to copyFrom()."
| | | * [Renderscript] JAVA API update for Allocation.CopyToMiao Wang2015-02-253-14/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add the following functions to make it more symmetric to copyFrom(). - copy1DRangeToUnchecked, copy1DRangeTo - copy2DRangeToUnchecked, copy2DRangeTo - copy3DRangeToUnchecked, copy3DRangeTo - setFromFieldPacker, 2D and 3D variants - copyElementTo, (1D, 2D & 3D) Change-Id: I6b896123e1c00cead552aa5b31a701b15dd70f85
* | | | 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-105-85/+264
| |\ \ | | |/ | | | | | | | | | | | | | | | automerge: 6e0ad25 * commit '6e0ad25ca8def88a48c9cc6436b12da7ff4600c2': Implement array types
| * | am ae0bee53: am 81b84311: Merge "Fix clang build."Elliott Hughes2015-02-061-1/+1
| |\ \ | | | | | | | | | | | | | | | | * commit 'ae0bee53b84d4ffda84270852ace1841e13f5db8': Fix clang build.
| * \ \ am da91dfbd: am 1269ff96: Merge "Adds invocable functions to ScriptGroup"Yang Ni2015-02-055-3/+439
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 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-033-15/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: 9559ce7 automerge: 29fe5ef * commit '29fe5ef179a4a7de15360650353c6196f9350b07': Pass in code cache directory when creating a script group.
| * \ \ \ \ \ am 02236295: am 4dd0cf42: Merge "Initialize clipping structure"Jason Sams2015-01-271-0/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '02236295a43380b21e4cae10b13da3398d607627': Initialize clipping structure
| * \ \ \ \ \ \ 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
| | * | | | | | | | | Fix bug in passing of context flags and version.Jason Sams2014-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 18592099 Change-Id: Id20906f6f47b573d881025453a3b6356bcf6e9c7
* | | | | | | | | | | Add BLAS intrinsic.Tim Murray2015-02-173-0/+1680
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I95ddc46cb3f6217d2ead1091fd47450389544324
* | | | | | | | | | Merge "Implement array types"Jason Sams2015-02-095-85/+264
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Implement array typesJason Sams2015-02-065-85/+264
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1b83f21ea2aeaa4b9f5934aadcb69d4a1c1fea20
* | | | | | | | | Fix clang build.Elliott Hughes2015-02-051-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If795820ef6431fee9c9c3862cc91ad4a9cc04507
* | | | | | | | 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
* | | | | | | 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-293-15/+11
| |_|_|_|/ |/| | | | | | | | | | | | | | Change-Id: Ia73ea917a126a5055ec97f13d90a5feaafd6a2f5
* | | | | Initialize clipping structureJason Sams2015-01-261-0/+8
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | placeholder until array clipping is added to the API. Change-Id: Ib20dbd71989c559c0669385a5088ec261596913c
* | | | 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