summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsLocklessFifo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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