index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
rs
/
rsThreadIO.cpp
Age
Commit message (
Expand
)
Author
2012-03-28
Moving libRS
Alex Sakhartchouk
2012-03-09
More header untangling.
Alex Sakhartchouk
2012-02-16
Update prototype remote fifo. Tested primary connection
Jason Sams
2012-02-09
Remove unused param.
Jason Sams
2012-02-07
Implement RS VSync on new vsync infrastructure.
Jason Sams
2012-01-26
Don't wait forever if there are no commands to execute.
Stephen Hines
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-10-26
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-09-13
Add RS watchdog.
Jason Sams
2011-08-12
Fix the RS frame timeout.
Jason Sams
2011-07-13
For the serialization context, no fifo initialization is necessary.
Alex Sakhartchouk
2011-06-03
More work to make libRS buildable on the host.
Alex Sakhartchouk
2011-05-17
Core to client fifo on sockets.
Jason Sams
2011-04-27
Start implementing control side forEach.
Jason Sams
2011-01-18
Fix race condition between GC thread and
Jason Sams
2011-01-16
Add some error checking.
Jason Sams
2010-11-10
Code cleanup to make formatting consistent
Alex Sakhartchouk
2009-10-06
Implement data push from scripts. Fixes the problem where apps would have to...
Jason Sams
2009-09-25
Reduce debugging spew and add props to selectivly re-enable it.
Jason Sams
2009-09-25
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-23
Make the renderscript timing logging available by setting debug.rs.profile=1
Joe Onorato
2009-08-25
Implement java interface for RS shutdown and fix shutdown deadlock with the c...
Jason Sams
2009-08-19
Improved RS timing code to monitor where we spend CPU time.
Jason Sams
2009-08-17
Remove global IO context and integrate it into the RS context.
Jason Sams
2009-06-23
Cleanup logging and fix a startup race condition that manifested on Firestone.
Jason Sams
2009-06-22
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...
Jason Sams
2009-06-18
Replace spins with proper pthread conditions.
Jason Sams
2009-06-04
Add support for scripts to return an animation flag. This allows them to ind...
Jason Sams
2009-05-22
Add the Renderscript library. (Not in the build by default yet.)
Jason Sams