summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/Allocation.java
AgeCommit message (Expand)Author
2021-03-01Deprecate RS Java APIs. Xusong Wang
2017-05-05Destroy Allocation right away on exception Yang Ni
2016-05-18Update documentation about copyTo and copyFrom. Miao Wang
2016-04-22Fixed BaseObj finalizer and destroy() Yang Ni
2016-04-12Destroy Type created by Allocation.createSized() Yang Ni
2016-04-01Merge "Added CloseGuard for BaseObj" into nyc-dev Yang Ni
2016-03-31Added CloseGuard for BaseObj Yang Ni
2016-03-30Merge "[RenderScript] Update documentation for Allocation.setAutoPadding()." ... Miao Wang
2016-03-29[RenderScript] Update documentation for Allocation.setAutoPadding(). Miao Wang
2016-03-28[RenderScript] Fail with Exception from validateObjectIsPrimitiveArray Pirama Arumuga Nainar
2016-03-01[RenderScript] Allow copyTo(short[]) etc for Float16 Allocations Pirama Arumuga Nainar
2016-01-27[RenderScript] Unhide new Allocation APIs Miao Wang
2016-01-26[RenderScript] Implement APIs for better multi-frame process support. Miao Wang
2016-01-25[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer Miao Wang
2015-06-04am 5fd0e46d: am 34a63ba4: Merge "Ensure RenderScript tracing is always balanc... Chris Craik
2015-06-04Ensure RenderScript tracing is always balanced via try/finally Chris Craik
2015-06-04Fix RenderScript copy tracing sections Chris Craik
2015-06-01am e63136a3: am 8c1e287b: Merge "Fix RenderScript copy tracing sections" into... Chris Craik
2015-06-01Fix RenderScript copy tracing sections Chris Craik
2015-05-19am 77877609: Merge "[RenderScript] fix Allocation.copyToFieldPacker" Miao Wang
2015-05-11[RenderScript] fix Allocation.copyToFieldPacker Miao Wang
2015-05-11[RenderScript] hide Allocation.copyToFieldPacker() Miao Wang
2015-04-16am 13391109: am 2b300a99: am 782b4339: Merge "[RenderScript] typo fix in Allo... Miao Wang
2015-04-15[RenderScript] typo fix in Allocation.java Miao Wang
2015-04-03am 1327fa9e: am 511eb660: am 6aed9ec1: Merge "[RenderScript] update exception... Miao Wang
2015-04-03[RenderScript] update exception reporting for copyTo() after Miao Wang
2015-03-26[RenderScript] Remove @hide for setAutoPadding(boolean). Miao Wang
2015-03-26[RenderScript] Remove @hide for the new APIs for Allocation.CopyTo Miao Wang
2015-03-17Avoid duplicate surface creation. Jason Sams
2015-03-06am 4b5af9bc: Merge "[RenderScript] Update the java API about Allocation copyT... Miao Wang
2015-03-06am 288e6f67: Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements ... Miao Wang
2015-03-05[RenderScript] Update the java API about Allocation copyTo & From FieldPacker Miao Wang
2015-03-04[RenderScript] AutoPadding & Unpadding for Vec3 Elements during Miao Wang
2015-03-03am caa8a8fb: Merge "[Renderscript] JAVA API update for Allocation.CopyTo add ... Miao Wang
2015-02-25[Renderscript] JAVA API update for Allocation.CopyTo Miao Wang
2015-02-10am 2a3cdf57: Merge "Implement array types" Jason Sams
2015-02-06Implement array types Jason Sams
2015-02-05Merge "make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUT... Miao Wang
2015-02-03make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUT Miao Wang
2015-01-21[Renderscript] Add check for Allocation.copyTo(Array) and Miao Wang
2014-08-18Fix IO_INPUT with 64-bit. Tim Murray
2014-08-14Allocation.resize() should throw an exception in API 21+. Tim Murray
2014-07-09Update copyFrom(BaseObj[]) for large objects. Tim Murray
2014-06-19am c5b11fcc: am ff83ed2d: am b02dadd4: Merge "Create FieldPacker.getPos() to ... Stephen Hines
2014-06-18Create FieldPacker.getPos() to get the actual amount of data used for FP. Stephen Hines
2014-02-10Generic object based data copy. Jason Sams
2014-01-31Fix getBytesSize for YUV allocations. Tim Murray
2014-01-31Move RenderScript from graphics/ to new fw/base subdirectory rs. Tim Murray
2014-01-07Fix getBytesSize for YUV allocations. Tim Murray
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs. Tim Murray