commit | 01d58e43ede5ca98cbebdd166f9b0c545032c01b | [log] [tgz] |
---|---|---|
author | Romain Guy <[email protected]> | Wed Jan 19 21:54:02 2011 -0800 |
committer | Romain Guy <[email protected]> | Wed Jan 19 21:55:10 2011 -0800 |
tree | 6d9976c551fd6ec9f104e5a849c0ad743946af6c | |
parent | 9335f5b2fde244614184f45d29cc574d1ba8cbba [diff] [blame] |
Add rounded rects and circles support to OpenGLRenderer. Change-Id: I6cedf2b495d58de7c0437096809fa9e4518a1b8c
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 71ec760..014519e 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h
@@ -45,6 +45,9 @@ // Turn on to display debug info about paths #define DEBUG_PATHS 0 +// Turn on to display debug info about shapes +#define DEBUG_SHAPES 0 + // Turn on to display debug info about textures #define DEBUG_TEXTURES 0