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