Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
559c4841a631321efc2284de9187dbaccce50550
/
libs
/
rs
/
rsThreadIO.cpp
bedc023
More header untangling.
by Alex Sakhartchouk
· 13 years ago
548cc0e
Update prototype remote fifo. Tested primary connection
by Jason Sams
· 13 years ago
87e2721
Remove unused param.
by Jason Sams
· 13 years ago
4c2e4c8
Implement RS VSync on new vsync infrastructure.
by Jason Sams
· 13 years ago
e3f9cc6
Don't wait forever if there are no commands to execute.
by Stephen Hines
· 13 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
71f2cf1
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
5316b9e
Add RS watchdog.
by Jason Sams
· 13 years ago
bfc7891
Fix the RS frame timeout.
by Jason Sams
· 13 years ago
1bfccea
For the serialization context, no fifo initialization is necessary.
by Alex Sakhartchouk
· 13 years ago
17a8a19
More work to make libRS buildable on the host.
by Alex Sakhartchouk
· 14 years ago
edbfabd
Core to client fifo on sockets.
by Jason Sams
· 14 years ago
a08526a
Start implementing control side forEach.
by Jason Sams
· 14 years ago
d1ac981
Fix race condition between GC thread and
by Jason Sams
· 14 years ago
300406a
Add some error checking.
by Jason Sams
· 14 years ago
ed9f210
Code cleanup to make formatting consistent across all the renderscript files.
by Alex Sakhartchouk
· 14 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
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
· 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
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
· 16 years ago
d19f10d
Add the Renderscript library. (Not in the build by default yet.)
by Jason Sams
· 16 years ago