summaryrefslogtreecommitdiff
path: root/rsLocklessFifo.cpp
AgeCommit message (Expand)Author
2012-02-07Implement RS VSync on new vsync infrastructure.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-09-13Add RS watchdog.Jason Sams
2011-08-19Fixing the lockless fifo destory bug.Alex Sakhartchouk
2011-08-12Fix the RS frame timeout.Jason Sams
2011-07-13For the serialization context, no fifo initialization is necessary.Alex Sakhartchouk
2011-01-27Fix another barrier bug 3333866Jason Sams
2011-01-24Attempt to fix 3333866Jason Sams
2011-01-18Fix race condition between GC thread andJason Sams
2010-12-05Prevent message overrun in LocklessCommandFifo.Bryan Mawhinney
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-10-14Async type creation.Jason Sams
2010-08-18Fix bug looping non-blocking fifos.Jason Sams
2010-03-26Seperate out Mutex and Signal code into reusable classes.Jason Sams
2009-11-12Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams
2009-10-06Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-09-24Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams
2009-08-25Implement java interface for RS shutdown and fix shutdown deadlock with the c...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-18Replace spins with proper pthread conditions.Jason Sams
2009-06-03Generalize bitmap support and add remaining GL formats.Jason Sams
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams