commit | fcd3192ebff8ab58d841836b7e94361d0998338c | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Aug 17 18:35:48 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Mon Aug 17 18:35:48 2009 -0700 |
tree | 362d2bf240d71b94246eb70d99f92baf5db1f0bb | |
parent | 90b36a88cf0cc549b296ac15a249ea7786c6de9e [diff] [blame] |
Remove global IO context and integrate it into the RS context.
diff --git a/rsContext.h b/rsContext.h index 60a526b..3d17298 100644 --- a/rsContext.h +++ b/rsContext.h
@@ -21,6 +21,7 @@ #include <ui/Surface.h> +#include "rsThreadIO.h" #include "rsType.h" #include "rsMatrix.h" #include "rsAllocation.h" @@ -115,6 +116,9 @@ uint32_t getWidth() const {return mWidth;} uint32_t getHeight() const {return mHeight;} + + ThreadIO mIO; + protected: Device *mDev;