aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-02-18 13:45:39 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-18 13:45:40 -0800
commitc85d9fbc0adacc9acb9faa3fe107652f0d76760a (patch)
tree027ad09898934c697b643351105f867574395e4f /include/gpu/GrConfig.h
parentdd9ffea9ce051a49dbc6544e6aa3cb68fe987f47 (diff)
GrAuditTrail can now be enabled/disabled at runtime
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1712753002 TBR=bsalomon@google.com Doesn't actually change the public API Review URL: https://codereview.chromium.org/1712753002
Diffstat (limited to 'include/gpu/GrConfig.h')
-rw-r--r--include/gpu/GrConfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index 202887ee5d..4b6fe48cdb 100644
--- a/include/gpu/GrConfig.h
+++ b/include/gpu/GrConfig.h
@@ -186,15 +186,6 @@ typedef unsigned __int64 uint64_t;
#endif
/**
- * Enable batch debugging output as json. The enabler of this flag is responsible for making sure
- * GrAuditTrail is reset occasionally.
- * TODO make this runtime configurable
- */
-#if !defined(GR_BATCH_DEBUGGING_OUTPUT)
- #define GR_BATCH_DEBUGGING_OUTPUT 0
-#endif
-
-/**
* Set to 1 to enable pixel local storage path rendering on supported devices.
*/
#if !defined(GR_ENABLE_PLS_PATH_RENDERING)