summaryrefslogtreecommitdiffstats
path: root/rsThreadIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aospStephen Hines2014-08-211-2/+2
|\
| * Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-2/+2
* | Fix IO_INPUT on 64-bit.Tim Murray2014-08-191-1/+1
|/
* More header untangling.Alex Sakhartchouk2012-03-091-1/+1
* Update prototype remote fifo. Tested primary connectionJason Sams2012-02-161-7/+30
* Remove unused param.Jason Sams2012-02-091-2/+1
* Implement RS VSync on new vsync infrastructure.Jason Sams2012-02-071-151/+113
* Don't wait forever if there are no commands to execute.Stephen Hines2012-01-261-2/+7
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-19/+19
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Add RS watchdog.Jason Sams2011-09-131-0/+4
* Fix the RS frame timeout.Jason Sams2011-08-121-3/+13
* For the serialization context, no fifo initialization is necessary.Alex Sakhartchouk2011-07-131-2/+2
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-1/+1
* Core to client fifo on sockets.Jason Sams2011-05-171-1/+159
* Start implementing control side forEach.Jason Sams2011-04-271-1/+1
* 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