Preview seperating RenderScript into RenderScript and RenderScriptGL
diff --git a/rsContext.h b/rsContext.h
index 2edd16d..31d8cc8 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -51,7 +51,7 @@
 class Context
 {
 public:
-    Context(Device *, bool useDepth);
+    Context(Device *, bool isGraphics, bool useDepth);
     ~Context();
 
     static pthread_key_t gThreadTLSKey;
@@ -201,6 +201,7 @@
     uint32_t mWidth;
     uint32_t mHeight;
     int32_t mThreadPriority;
+    bool mIsGraphicsContext;
 
     bool mRunning;
     bool mExit;