Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
43b6803095e41e6a1cf844a77813c6cdbdc84ec3
/
libs
/
rs
/
rsThreadIO.cpp
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
66b2771
Reduce debugging spew and add props to selectivly re-enable it.
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
9ac2c66
Make the renderscript timing logging available by setting debug.rs.profile=1
by Joe Onorato
· 15 years ago
f5b4596
Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo.
by Jason Sams
· 15 years ago
f4d1606
Improved RS timing code to monitor where we spend CPU time.
by Jason Sams
· 15 years ago
bc948de
Remove global IO context and integrate it into the RS context.
by Jason Sams
· 15 years ago
f29ca50
Cleanup logging and fix a startup race condition that manifested on Firestone.
by Jason Sams
· 15 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
· 15 years ago
5f7fc27
Replace spins with proper pthread conditions.
by Jason Sams
· 15 years ago
a09f11d
Add support for scripts to return an animation flag. This allows them to indicate they are generating changing content and the rs thread to sleep if the content is static.
by Jason Sams
· 15 years ago
d19f10d
Add the Renderscript library. (Not in the build by default yet.)
by Jason Sams
· 15 years ago