aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar rileya@google.com <rileya@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-03 14:22:11 +0000
committerGravatar rileya@google.com <rileya@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-03 14:22:11 +0000
commit11b2d8b8d2e0230ccacf6d635f7ab0be8b53ca8d (patch)
tree56f10fff862d2cf5e9b32f065ba9b4212ba2a1a6
parentbaaaeebf171e15a76ad59ef6972b1fe7b4a45fa7 (diff)
Temporary checkin to debug Linux bot issue.
git-svn-id: http://skia.googlecode.com/svn/trunk@4445 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--src/gpu/gl/GrGLProgram.cpp2
-rw-r--r--src/gpu/gl/GrGpuGL.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
index 8b8a9549de..cf152f0e63 100644
--- a/src/gpu/gl/GrGLProgram.cpp
+++ b/src/gpu/gl/GrGLProgram.cpp
@@ -26,7 +26,7 @@ enum {
} // namespace
-#define PRINT_SHADERS 0
+#define PRINT_SHADERS GR_DEBUG
typedef GrGLProgram::ProgramDesc::StageDesc StageDesc;
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
index e49c6645c3..4f24174fc6 100644
--- a/src/gpu/gl/GrGpuGL.cpp
+++ b/src/gpu/gl/GrGpuGL.cpp
@@ -115,7 +115,7 @@ bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
///////////////////////////////////////////////////////////////////////////////
-static bool gPrintStartupSpew;
+static bool gPrintStartupSpew = GR_DEBUG;
static bool fbo_test(const GrGLInterface* gl, int w, int h) {