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
/
Script.java
Age
Commit message (
Expand
)
Author
2020-01-14
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-19
Revert "Use new UnsupportedAppUsage annotation."
Austin Wang
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-06
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-06-13
Do not CloseGuard KernelID or FieldID
Yang Ni
2016-06-02
Delete simple reduction implementation.
David Gross
2016-04-01
Merge "Added CloseGuard for BaseObj" into nyc-dev
Yang Ni
2016-03-31
Added CloseGuard for BaseObj
Yang Ni
2016-03-29
[RenderScript] Update the documentation of Script.LaunchOptions
Miao Wang
2016-01-25
Unhide Script::reduce() interface for general reduction.
David Gross
2016-01-15
Add general reduction plumbing starting with Java Script::reduce().
David Gross
2015-07-23
am ed3ffe0f: am 6430812a: Merge "RenderScript: implement a Script entry point...
Stephen Hines
2015-07-21
RenderScript: implement a Script entry point for calling a
Matt Wala
2015-05-05
Fix Allocation-less launches
Jason Sams
2015-05-05
Merge "Fix Allocation-less launches"
Jason Sams
2015-04-22
Move new script group API into ScriptGroup class
Yang Ni
2015-04-16
Fix Allocation-less launches
Jason Sams
2015-03-30
Update LaunchOptions description
Jason Sams
2015-03-30
unhide RS apis
Jason Sams
2015-03-18
Frameworks/base: Fix potential NPE in Script
Andreas Gampe
2015-03-15
Frameworks/base: Check before foreach in Script
Andreas Gampe
2015-02-04
Adds invocable functions to ScriptGroup
Yang Ni
2014-08-18
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-13
Revert "Collapse code paths for single- and multi-input kernels."
Stephen Hines
2014-08-07
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-07-07
Adds support for multi-input kernels to Frameworks/Base/RS.
Chris Wailes
2014-03-05
Validate objects are from the correct context.
Jason Sams
2014-01-31
Check that bound allocations are 1D
Jason Sams
2014-01-31
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray