aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOpList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrOpList.h')
-rw-r--r--src/gpu/GrOpList.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gpu/GrOpList.h b/src/gpu/GrOpList.h
index ef21a24f46..c801f96375 100644
--- a/src/gpu/GrOpList.h
+++ b/src/gpu/GrOpList.h
@@ -13,7 +13,12 @@
#include "SkRefCnt.h"
#include "SkTDArray.h"
-//#define ENABLE_MDB 1
+
+// Turn on/off the explicit distribution of GPU resources at flush time
+//#define MDB_ALLOC_RESOURCES 1
+
+// Turn on/off the sorting of opLists at flush time
+//#define ENABLE_MDB_SORT 1
class GrAuditTrail;
class GrCaps;