commit | ebfb436a49673693b98469683451bd9ede797557 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Sep 23 13:57:02 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Wed Sep 23 13:57:02 2009 -0700 |
tree | 62300ba279079ae34c56dc883430afe4b336f7c6 | |
parent | 59038ca98b5f258784687523ee3be11b5dfa995d [diff] [blame] |
Add raster object to control point and line params. Add flag to force SW rendering.
diff --git a/libs/rs/rsDevice.h b/libs/rs/rsDevice.h index 156315f..a8a4e77 100644 --- a/libs/rs/rsDevice.h +++ b/libs/rs/rsDevice.h
@@ -33,6 +33,8 @@ void addContext(Context *); void removeContext(Context *); + bool mForceSW; + protected: Vector<Context *> mContexts;