summaryrefslogtreecommitdiff
path: root/rsFifoSocket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-5/+0
| | | | | | | | | | | | | | | | Bug: 9664050 Our bitcode runtime library translates vector rsDebug() calls into passing their parameters via pointers. The previous version of libRSSupport.so was being created with non-pointer versions of these routines accidentally. This change also fixes a missing permission issue for ImageProcessing2, so that the compatibility library can be verified. This change also removes the use of libutils by switching the implementation of String8/Vector in the compatibility library to internal types backed by libstlport_static. Change-Id: I20da75e8c19a82a42dc2bceaba1937d21372db84
* Add x86 server support.Tim Murray2013-03-191-2/+5
| | | | Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
* Fix bug in script groups.Jason Sams2012-10-091-1/+3
| | | | | | | Links from output to field would fail due to the field not getting uptated if it was uninitialized. Change-Id: Ib3939f9bdca2c31957a9609a20175192bf52561c
* Implement RS VSync on new vsync infrastructure.Jason Sams2012-02-071-14/+39
| | | | | | | | Change-Id: I662159a086a56e28732dd64a3a3cb30f8d4b72b1 Replace lockless fifo from server to client with sockets. Change-Id: I99a4ab4f18496c0fbac96ee7b8099797af4712ea
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-8/+8
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-2/+2
| | | | Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
* Core to client fifo on sockets.Jason Sams2011-05-171-4/+15
| | | | Change-Id: I3b84a7d4c3c5fa0d764ad4db22dfd142d5cfa95b
* Add code for generating fifo command packing.Jason Sams2011-05-061-0/+72
Change-Id: I2d2ef095344b200b10457de96ae1d85821edc91e