Index: include/gpu/GrConfig.h |
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h |
index 26667b1c7e2fdd8fd775ae89f51acbf6eeb72e87..04c3857d092816e4a576c4c733bd00c1a784982b 100644 |
--- a/include/gpu/GrConfig.h |
+++ b/include/gpu/GrConfig.h |
@@ -185,4 +185,11 @@ typedef unsigned __int64 uint64_t; |
#endif |
#endif |
+/** |
+ * Enable batch debugging output as json |
+ * TODO make this runtime configurable |
+ */ |
+#if !defined(GR_BATCH_DEBUGGING_OUTPUT) |
+ #define GR_BATCH_DEBUGGING_OUTPUT 0 |
+#endif |
#endif |