commit | bc948dedcee57a66fe2cb38d4c79d04a10c7efb3 | [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 | 67ca3813ac7fb72126c28d26b54b968071c91465 | |
parent | 334ea0c98f051b5a6b85bc616c93304651854298 [diff] [blame] |
Remove global IO context and integrate it into the RS context.
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 60a526b..3d17298 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/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;