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
/
graphics
/
java
/
android
/
renderscript
/
ScriptC.java
Age
Commit message (
Expand
)
Author
2013-12-17
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-05
Improve RS documentation.
Tim Murray
2013-05-09
Remove extraneous logging.
Tim Murray
2013-04-14
Revert GC thread changes
Jason Sams
2013-04-10
Defer RS cache creation until a ScriptC is built.
Stephen Hines
2013-04-09
Implement RS GC worker thread.
Tim Murray
2012-05-07
Revert "Deprecate"
Stephen Hines
2012-04-19
Deprecate
Alex Sakhartchouk
2012-02-24
Do RS caching the same way HardwareRenderer does.
Jason Sams
2011-07-11
Use resource entry name instead of mangled name.
Logan Chien
2011-03-17
Start seperating out RS compute implementation. Create hal
Jason Sams
2011-01-19
Check and propogate errors from llvm.
Jason Sams
2011-01-16
unhide functions used by reflected files for SDK.
Jason Sams
2011-01-09
Hide and delete some code that should not be public.
Jason Sams
2011-01-04
unhide renderscript
Jason Sams
2010-12-20
Stale cache management to address a P1 bug # 3296131.
Shih-wei Liao
2010-12-14
1. Add Context to a RenderScript or RenderScriptGL instance.
Shih-wei Liao
2010-11-18
Add caching support of BCC binaries.
Shih-wei Liao
2010-11-09
Continue error check improvements and write some docs.
Jason Sams
2010-11-03
Update ScriptC constructor to remove depricated param.
Jason Sams
2010-10-29
Balls test app.
Jason Sams
2010-05-17
Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.
Jason Sams
2010-05-11
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-03-26
Update Script java classes and llvm samples.
Jason Sams
2009-08-10
Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...
Joe Onorato
2009-08-09
Let java put #defines into renderscript
Joe Onorato
2009-08-04
Split ScriptC from RenderScript.java. Implement state caching in the Builder...
Jason Sams