summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsThreadIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition between GC thread andJason Sams2011-01-181-0/+1
* Add some error checking.Jason Sams2011-01-161-0/+4
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-9/+5
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+1
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-2/+2
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-0/+4
* Make the renderscript timing logging available by setting debug.rs.profile=1Joe Onorato2009-09-231-6/+6
* Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-251-0/+5
* Improved RS timing code to monitor where we spend CPU time.Jason Sams2009-08-191-2/+8
* Remove global IO context and integrate it into the RS context.Jason Sams2009-08-171-2/+0
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-6/+1
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-2/+0
* Replace spins with proper pthread conditions.Jason Sams2009-06-181-2/+3
* Add support for scripts to return an animation flag. This allows them to ind...Jason Sams2009-06-041-1/+4
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+55