index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rs
/
java
/
android
/
renderscript
/
Allocation.java
Age
Commit message (
Expand
)
Author
2017-05-05
Destroy Allocation right away on exception
Yang Ni
2016-05-18
Update documentation about copyTo and copyFrom.
Miao Wang
2016-04-22
Fixed BaseObj finalizer and destroy()
Yang Ni
2016-04-12
Destroy Type created by Allocation.createSized()
Yang Ni
2016-04-01
Merge "Added CloseGuard for BaseObj" into nyc-dev
Yang Ni
2016-03-31
Added CloseGuard for BaseObj
Yang Ni
2016-03-30
Merge "[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-04
am 5fd0e46d: am 34a63ba4: Merge "Ensure RenderScript tracing is always balanc...
Chris Craik
2015-06-04
Ensure RenderScript tracing is always balanced via try/finally
Chris Craik
2015-06-04
Fix RenderScript copy tracing sections
Chris Craik
2015-06-01
am e63136a3: am 8c1e287b: Merge "Fix RenderScript copy tracing sections" into...
Chris Craik
2015-06-01
Fix RenderScript copy tracing sections
Chris Craik
2015-05-19
am 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-16
am 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-03
am 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-17
Avoid duplicate surface creation.
Jason Sams
2015-03-06
am 4b5af9bc: Merge "[RenderScript] Update the java API about Allocation copyT...
Miao Wang
2015-03-06
am 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-03
am 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-10
am 2a3cdf57: Merge "Implement array types"
Jason Sams
2015-02-06
Implement array types
Jason Sams
2015-02-05
Merge "make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUT...
Miao Wang
2015-02-03
make 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-18
Fix IO_INPUT with 64-bit.
Tim Murray
2014-08-14
Allocation.resize() should throw an exception in API 21+.
Tim Murray
2014-07-09
Update copyFrom(BaseObj[]) for large objects.
Tim Murray
2014-06-19
am c5b11fcc: am ff83ed2d: am b02dadd4: Merge "Create FieldPacker.getPos() to ...
Stephen Hines
2014-06-18
Create FieldPacker.getPos() to get the actual amount of data used for FP.
Stephen Hines
2014-02-10
Generic object based data copy.
Jason Sams
2014-01-31
Fix getBytesSize for YUV allocations.
Tim Murray
2014-01-31
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray
2014-01-07
Fix getBytesSize for YUV allocations.
Tim Murray
2013-12-17
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray