summaryrefslogtreecommitdiff
path: root/rs/jni/android_renderscript_RenderScript.cpp
AgeCommit message (Expand)Author
2020-04-29Remove unnecessary dependency on libnativehelper Orion Hodson
2020-01-08Update renderscript to use stable graphics APIs Derek Sollenberger
2019-03-27Pass Bitmap's native instance to JNI where feasible Leon Scroggins III
2018-02-28Refactor AssetManager Adam Lesinski
2018-02-09Revert "Replace AssetManager with AssetManager2 implementation" Adam Lesinski
2018-02-05Replace AssetManager with AssetManager2 implementation Adam Lesinski
2018-01-25Revert "Replace AssetManager with AssetManager2 implementation" Adam Lesinski
2018-01-24Replace AssetManager with AssetManager2 implementation Adam Lesinski
2018-01-23Revert "Replace AssetManager with AssetManager2 implementation" Adam Lesinski
2018-01-09Replace AssetManager with AssetManager2 implementation Adam Lesinski
2017-10-06switch to new API for compute image size Mike Reed
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5... Steven Moreland
2017-07-20Merge "frameworks/base: use proper nativehelper headers" Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headers Steven Moreland
2017-05-02RenderScript: IWYU Steven Moreland
2017-05-01RenderScript: IWYU Steven Moreland
2017-04-18bitmaps and pixelrefs no longer need lock/unlock Mike Reed
2017-04-04[RenderScript] Connect ANativeWindow to BufferQueue before calling Miao Wang
2017-03-14Make IGraphicBufferProducer a hybrid interface. Pawin Vongmasa
2017-03-06[RenderScript] Update RenderScript JNI with the corresponding Miao Wang
2017-03-06[RenderScript] Use ANativeWindow_fromSurface to get ANativeWindow Miao Wang
2017-02-23Update RenderScript JNI code for Treble Miao Wang
2016-10-06Correctly pass number of input allocations for BLAS Miao Wang
2016-06-13Merge \"Delete simple reduction implementation.\" into nyc-dev David Gross
2016-06-02Delete simple reduction implementation. David Gross
2016-03-25Silence clang static analyzer warnings Yang Ni
2016-03-16Use proper ScriptCall size in nScriptForEach() Yang Ni
2016-03-15Use proper ScriptCall size in nScriptForEach() Yang Ni
2016-03-08Merge "Revert "Set flags in RS JNI calls for rsObj creation"" Yang Ni
2016-03-08Revert "Set flags in RS JNI calls for rsObj creation" Yang Ni
2016-03-08Merge "Revert "Set flags in RS JNI calls for rsObj creation"" into nyc-dev Yang Ni
2016-03-08Revert "Set flags in RS JNI calls for rsObj creation" Yang Ni
2016-03-03[RenderScript] Enable untyped variants of Allocation-copy functions for FLOAT_16 Pirama Arumuga Nainar
2016-03-03Merge "[RenderScript] Enable untyped variants of Allocation-copy functions fo... Pirama Arumuga Nainar
2016-03-03Set flags in RS JNI calls for rsObj creation Yang Ni
2016-03-02[RenderScript] Enable untyped variants of Allocation-copy functions for FLOAT_16 Pirama Arumuga Nainar
2016-02-22Set flags in RS JNI calls for rsObj creation Yang Ni
2016-02-17[RenderScript] Fix potential leak in RS JNI Miao Wang
2016-02-11[RenderScript] Fix potential leak in RS JNI Miao Wang
2016-01-26[RenderScript] Implement APIs for better multi-frame process support. Miao Wang
2016-01-26Merge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer" Miao Wang
2016-01-25[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer Miao Wang
2016-01-15Add general reduction plumbing starting with Java Script::reduce(). David Gross
2015-11-13Various fixes in setting globals in a script group Yang Ni
2015-10-13[RenderScript] Add null check for return values of JNI Miao Wang
2015-09-30am 134c504a: Merge "[RenderScript] pass correct length of ains to BLAS functi... Miao Wang
2015-09-30Merge "[RenderScript] pass correct length of ains to BLAS functions" Miao Wang
2015-09-30[RenderScript] pass correct length of ains to BLAS functions Miao Wang
2015-09-24resolved conflicts for a884d81e to stage-aosp-master Elliott Hughes
2015-09-22constify JNINativeMethod function pointer tables Daniel Micay