summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/BaseObj.java
Commit message (Expand)AuthorAgeFilesLines
* Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2013-12-171-177/+0
* Merge "Convert Java/JNI to 64-bit, part 2."Tim Murray2013-11-201-5/+5
|\
| * Convert Java/JNI to 64-bit, part 2.Tim Murray2013-11-201-5/+5
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/
* Improve RS documentation.Tim Murray2013-06-051-9/+7
* Revert GC thread changesJason Sams2013-04-141-6/+0
* Implement RS GC worker thread.Tim Murray2013-04-091-0/+6
* Revert "Deprecate"Stephen Hines2012-05-071-8/+8
* DeprecateAlex Sakhartchouk2012-04-191-8/+8
* Validate context when using RS objects.Jason Sams2012-04-031-2/+8
* Add getName to renderscript base objectAlex Sakhartchouk2011-07-261-0/+7
* Override equals()/hashCode() for RS BaseObj.Stephen Hines2011-06-091-0/+30
* Make BaseObj a public class.Stephen Hines2011-04-011-1/+1
* Check setName() for null string + typo fixes.Stephen Hines2011-03-151-4/+10
* unhide renderscriptJason Sams2011-01-041-2/+0
* Allocation API update.Jason Sams2010-12-081-0/+3
* API review cleanup.Jason Sams2010-12-061-1/+7
* More documentation.Jason Sams2010-11-101-6/+28
* Continue error check improvements and write some docs.Jason Sams2010-11-091-5/+17
* More RS exceptions cleanup.Jason Sams2010-11-041-8/+6
* Detect and throw exception for usingJason Sams2010-09-211-0/+3
* Remove OOB object destruction.Jason Sams2010-08-171-1/+1
* Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-2/+2
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-0/+5
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-0/+1
* Fix but processing raster state pragma.Jason Sams2009-09-281-2/+2
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-1/+2
* Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-181-1/+6
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-1/+10
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-1/+3
* Begin splitting up RenderScript.java into seperate classes. First piece spli...Jason Sams2009-07-311-0/+67