summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-11-30 12:17:52 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-30 12:17:52 -0800
commitf9f36b5ecd8878c269d4a533286e60f67eb9b066 (patch)
treeede831eb956144f1f6057799f4e20a0747bbe24d /opengl/libagl
parentf5e3830fb057d2d38c6104c6e7e9b2b351baabad (diff)
parent7462be024072ccd7b187383387064caba62a56c0 (diff)
downloadframeworks_native-f9f36b5ecd8878c269d4a533286e60f67eb9b066.zip
frameworks_native-f9f36b5ecd8878c269d4a533286e60f67eb9b066.tar.gz
frameworks_native-f9f36b5ecd8878c269d4a533286e60f67eb9b066.tar.bz2
am 533a2803: Merge change I18ffb549 into eclair
Merge commit '533a2803506cc4f196403fdfafd948bd4f8e60d9' into eclair-plus-aosp * commit '533a2803506cc4f196403fdfafd948bd4f8e60d9': fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/copybit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/copybit.cpp b/opengl/libagl/copybit.cpp
index a68750e..4cacc11 100644
--- a/opengl/libagl/copybit.cpp
+++ b/opengl/libagl/copybit.cpp
@@ -38,7 +38,7 @@
#include <ui/Rect.h>
-#define DEBUG_COPYBIT true
+#define DEBUG_COPYBIT false
// ----------------------------------------------------------------------------