summaryrefslogtreecommitdiff
path: root/libs/hwui/Debug.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-07-17 17:32:48 -0700
committerRomain Guy <romainguy@google.com>2012-07-17 17:32:48 -0700
commit8a4ac610e1aaf04931ac1af54b146a7fc8e66114 (patch)
tree72a29e07d41dbf1e85966ec70acba688a93ec90c /libs/hwui/Debug.h
parent41a48e4a9984eff92705a0c52104b0abd365521a (diff)
Don't clear the dirty clip flag if it's not applied
Bug #6833979 Change-Id: I0ea78b7f31a557a335de10d910d03b0520029080
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r--libs/hwui/Debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h
index 13780c316669..7d150bb91472 100644
--- a/libs/hwui/Debug.h
+++ b/libs/hwui/Debug.h
@@ -71,6 +71,9 @@
// Turn on to dump display list state
#define DEBUG_DISPLAY_LIST 0
+// Turn on to insert an event marker for each display list op
+#define DEBUG_DISPLAY_LIST_OPS_AS_EVENTS 0
+
#if DEBUG_INIT
#define INIT_LOGD(...) ALOGD(__VA_ARGS__)
#else