summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsLocklessFifo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add RS watchdog.Jason Sams2011-09-131-1/+14
* Fixing the lockless fifo destory bug.Alex Sakhartchouk2011-08-191-2/+3
* Fix the RS frame timeout.Jason Sams2011-08-121-6/+8
* For the serialization context, no fifo initialization is necessary.Alex Sakhartchouk2011-07-131-2/+4
* Fix another barrier bug 3333866Jason Sams2011-01-271-1/+3
* Attempt to fix 3333866Jason Sams2011-01-241-2/+5
* Fix race condition between GC thread andJason Sams2011-01-181-0/+16
* Prevent message overrun in LocklessCommandFifo.Bryan Mawhinney2010-12-051-3/+2
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-39/+23
* Async type creation.Jason Sams2010-10-141-0/+6
* Fix bug looping non-blocking fifos.Jason Sams2010-08-181-1/+26
* Seperate out Mutex and Signal code into reusable classes.Jason Sams2010-03-261-82/+10
* Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-121-1/+1
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+6
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-0/+6
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-241-2/+2
* Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-251-4/+15
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-8/+1
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-1/+0
* Replace spins with proper pthread conditions.Jason Sams2009-06-181-12/+85
* Generalize bitmap support and add remaining GL formats.Jason Sams2009-06-031-4/+6
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+180