Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
a143e83e1e179ee587540150989cdfd220923f96
/
libs
/
rs
/
rsLocklessFifo.cpp
d0cb106
Fix bug looping non-blocking fifos.
by Jason Sams
· 14 years ago
c1d726c
Seperate out Mutex and Signal code into reusable classes.
by Jason Sams
· 15 years ago
3bc47d4
Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state.
by Jason Sams
· 15 years ago
516c319
Implement data push from scripts. Fixes the problem where apps would have to poll to monitor a scripts state.
by Jason Sams
· 15 years ago
a9e7a05
Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
by Jason Sams
· 15 years ago
e60446b
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
by Jason Sams
· 15 years ago
f5b4596
Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo.
by Jason Sams
· 15 years ago
f29ca50
Cleanup logging and fix a startup race condition that manifested on Firestone.
by Jason Sams
· 16 years ago
4b962e5
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should be included everywhere and contain rs global defines.
by Jason Sams
· 16 years ago
5f7fc27
Replace spins with proper pthread conditions.
by Jason Sams
· 16 years ago
e2ae85f
Generalize bitmap support and add remaining GL formats.
by Jason Sams
· 16 years ago
d19f10d
Add the Renderscript library. (Not in the build by default yet.)
by Jason Sams
· 16 years ago