summaryrefslogtreecommitdiff
path: root/rsObjectBase.cpp
AgeCommit message (Expand)Author
2015-04-14Fix object loggingJason Sams
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-07-08Add 64bit large object supportJason Sams
2013-08-01Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray
2013-07-10Remove libutils and fix rsDebug for RS support library.android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1jb-mr2.0-releasejb-mr2-devStephen Hines
2013-04-09Add incUserRef() for ScriptGroup/ScriptKernelID/ScriptFieldID.Stephen Hines
2013-04-02Add DebugHelper to ObjectBase.Stephen Hines
2013-03-19Add x86 server support.Tim Murray
2013-03-15Reduce diffs with compat lib.Jason Sams
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-08-18Fix issue with freeing allocation with circular references.Jason Sams
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-10-26Begin adding async allocation creation.Jason Sams
2010-10-21Fix refcounting bugs where the sys refcountJason Sams
2010-10-15Fix deadlock on RS teardown.Jason Sams
2010-10-14Async type creation.Jason Sams
2010-10-12Fixing refcounting debug statements that've gotten bitrotten.Alex Sakhartchouk
2010-09-30Add object validity checking.Jason Sams
2010-09-29Fix clear() operation for rsScriptC.Stephen Hines
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
2010-02-17Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams
2009-11-19Fix extended logging for object dumping.Jason Sams
2009-11-17Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams
2009-11-03Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams
2009-11-02Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams
2009-09-27Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks.Jason Sams
2009-09-25Reduce debugging spew and add props to selectivly re-enable it.Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-08-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams
2009-08-25Add support for selecting the color bit depth and if the application used a d...Jason Sams
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-06-23Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams
2009-06-22Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams
2009-06-10Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams
2009-06-10Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams