commit | a60c3889718f4513a6c9d8b80f655db5d6346905 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Aug 01 15:28:16 2011 -0700 |
committer | Romain Guy <romainguy@google.com> | Mon Aug 01 15:28:16 2011 -0700 |
tree | e0a43ec5fbc9031aa839ccb5be2064cfd85181fc | |
parent | e5ea4403ce58982522554b7ff23f41e6551923c1 [diff] [blame] |
Use high precision iterators on specific GPUs Bug #5098359 Change-Id: I52ee8c7b4c9e8d4c7bedb684eaf7bef6c44c74b9
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 5db73db..7cbb39d 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h
@@ -20,6 +20,9 @@ // Turn on to check for OpenGL errors on each frame #define DEBUG_OPENGL 1 +// Turn on to display informations about the GPU +#define DEBUG_EXTENSIONS 0 + // Turn on to enable initialization information #define DEBUG_INIT 0