summaryrefslogtreecommitdiff
path: root/libs/rs/rsThreadIO.cpp
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-10-06 17:32:13 -0400
committer Android (Google) Code Review <android-gerrit@google.com> 2009-10-06 17:32:13 -0400
commit968a9571a391a2dbb0512c4fb99d04ab50861753 (patch)
treebae90c91d0b474c6b71694f6c379311929d81292 /libs/rs/rsThreadIO.cpp
parent962f253665e0c5cc8a29de9e59ce3992dad02440 (diff)
parent516c31911578db8ce53529483c3ded918ac7dc6b (diff)
Merge change I516c3191 into eclair
* changes: Implement data push from scripts. Fixes the problem where apps would have to poll to monitor a scripts state. Fix bug in StoreState where state could be overridden by the default unless the script used more than one state.
Diffstat (limited to 'libs/rs/rsThreadIO.cpp')
-rw-r--r--libs/rs/rsThreadIO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsThreadIO.cpp b/libs/rs/rsThreadIO.cpp
index 4d3d73a93bf1..527b3d7dbabb 100644
--- a/libs/rs/rsThreadIO.cpp
+++ b/libs/rs/rsThreadIO.cpp
@@ -24,6 +24,7 @@ using namespace android::renderscript;
ThreadIO::ThreadIO()
{
mToCore.init(16 * 1024);
+ mToClient.init(1024);
}
ThreadIO::~ThreadIO()