Temporary checkin to debug Linux bot issue.

git-svn-id: http://skia.googlecode.com/svn/trunk@4445 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
rileya@google.com 2012-07-03 14:22:11 +00:00
parent baaaeebf17
commit 11b2d8b8d2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ enum {
} // namespace
#define PRINT_SHADERS 0
#define PRINT_SHADERS GR_DEBUG
typedef GrGLProgram::ProgramDesc::StageDesc StageDesc;

View File

@ -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) {