summaryrefslogtreecommitdiffstats
path: root/rsObjectBase.h
Commit message (Expand)AuthorAgeFilesLines
* Fix object loggingJason Sams2015-04-141-2/+7
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-2/+2
* Add 64bit large object supportJason Sams2014-07-081-0/+2
* Remove more String8Jason Sams2013-07-171-0/+1
* Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-2/+2
* Add DebugHelper to ObjectBase.Stephen Hines2013-04-021-10/+2
* Add x86 server support.Tim Murray2013-03-191-0/+2
* Plumb context through for serialization.Jason Sams2012-07-241-1/+1
* Starting to untangle header spaghetti.Alex Sakhartchouk2012-03-091-0/+1
* Fix issue with freeing allocation with circular references.Jason Sams2011-08-181-0/+2
* Fixing asynchronous performance issues.Alex Sakhartchouk2011-08-161-1/+4
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-6/+2
* Begin adding async allocation creation.Jason Sams2010-10-261-3/+1
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-8/+25
* Async type creation.Jason Sams2010-10-141-1/+6
* Add object validity checking.Jason Sams2010-09-301-0/+2
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-1/+1
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+5
* Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams2010-02-171-1/+1
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+1
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-1/+1
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+6
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-4/+19
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-11/+15
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-101-0/+1
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-3/+19
* checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams2009-06-091-3/+10
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+90