summaryrefslogtreecommitdiffstats
path: root/rsObjectBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix object loggingJason Sams2015-04-141-23/+45
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-7/+7
* Add 64bit large object supportJason Sams2014-07-081-3/+7
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-1/+0
* Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-4/+10
* Add incUserRef() for ScriptGroup/ScriptKernelID/ScriptFieldID.Stephen Hines2013-04-091-5/+2
* Add DebugHelper to ObjectBase.Stephen Hines2013-04-021-3/+6
* Add x86 server support.Tim Murray2013-03-191-11/+18
* Reduce diffs with compat lib.Jason Sams2013-03-151-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-17/+17
* Fix issue with freeing allocation with circular references.Jason Sams2011-08-181-0/+26
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-6/+0
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-40/+20
* Begin adding async allocation creation.Jason Sams2010-10-261-1/+8
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-60/+77
* Fix deadlock on RS teardown.Jason Sams2010-10-151-9/+3
* Async type creation.Jason Sams2010-10-141-17/+64
* Fixing refcounting debug statements that've gotten bitrotten.Alex Sakhartchouk2010-10-121-5/+5
* Add object validity checking.Jason Sams2010-09-301-0/+12
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-0/+1
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-12/+9
* Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams2010-02-171-0/+1
* Fix extended logging for object dumping.Jason Sams2009-11-191-12/+6
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+12
* Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-6/+1
* Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams2009-11-021-0/+1
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-3/+3
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-8/+26
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-5/+9
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-15/+91
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-8/+31
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-0/+5
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-0/+1
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-2/+2
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-1/+0
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-101-0/+12
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-0/+10
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+48