From 516c31911578db8ce53529483c3ded918ac7dc6b Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 6 Oct 2009 13:58:47 -0700 Subject: 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. Change only impacts renderscript and renderscript apps. --- libs/rs/rsThreadIO.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/rs/rsThreadIO.cpp') 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() -- cgit v1.2.3-59-g8ed1b