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
/
BaseObj.java
Age
Commit message (
Expand
)
Author
2013-12-17
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray
2013-11-20
Merge "Convert Java/JNI to 64-bit, part 2."
Tim Murray
2013-11-20
Convert Java/JNI to 64-bit, part 2.
Tim Murray
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-05
Improve RS documentation.
Tim Murray
2013-04-14
Revert GC thread changes
Jason Sams
2013-04-09
Implement RS GC worker thread.
Tim Murray
2012-05-07
Revert "Deprecate"
Stephen Hines
2012-04-19
Deprecate
Alex Sakhartchouk
2012-04-03
Validate context when using RS objects.
Jason Sams
2011-07-26
Add getName to renderscript base object
Alex Sakhartchouk
2011-06-09
Override equals()/hashCode() for RS BaseObj.
Stephen Hines
2011-04-01
Make BaseObj a public class.
Stephen Hines
2011-03-15
Check setName() for null string + typo fixes.
Stephen Hines
2011-01-04
unhide renderscript
Jason Sams
2010-12-08
Allocation API update.
Jason Sams
2010-12-06
API review cleanup.
Jason Sams
2010-11-10
More documentation.
Jason Sams
2010-11-09
Continue error check improvements and write some docs.
Jason Sams
2010-11-04
More RS exceptions cleanup.
Jason Sams
2010-09-21
Detect and throw exception for using
Jason Sams
2010-08-17
Remove OOB object destruction.
Jason Sams
2010-08-12
Preparing renderscript java code for use with phanton references.
Alex Sakhartchouk
2010-07-12
Work on synchronizing a3d created files and java layer.
Alex Sakhartchouk
2009-12-23
Element restructuring. Add support for new basic Element types including the...
Jason Sams
2009-09-28
Fix but processing raster state pragma.
Jason Sams
2009-09-25
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-08-18
Implement OOB destroy method that can be called from the java finalizer remov...
Jason Sams
2009-08-18
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-09
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-07-31
Begin splitting up RenderScript.java into seperate classes. First piece spli...
Jason Sams