index
:
Project-1CE/frameworks_base
25q2
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
/
graphics
/
java
/
android
/
renderscript
/
Script.java
Age
Commit message (
Collapse
)
Author
2009-12-07
Add Java exceptions to catch RS calls with no context or no surface.
Jason Sams
2009-09-16
Implement renderscript Invokables.
Jason Sams
2009-08-18
Cleanup of object destruction. No need to have a per-class destruction ↵
Jason Sams
function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-17
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-13
Implement named slots and convert script.addType to script.setType to remove ↵
Jason Sams
ordering restrictions.
2009-08-12
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-09
Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵
Jason Sams
object destruction tracking.
2009-08-04
Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵
Jason Sams
Element and Type to new cached builder for easier app developement.
2009-08-04
Split ScriptC from RenderScript.java. Implement state caching in the ↵
Jason Sams
Builder objects.