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:
parent
baaaeebf17
commit
11b2d8b8d2
@ -26,7 +26,7 @@ enum {
|
||||
|
||||
} // namespace
|
||||
|
||||
#define PRINT_SHADERS 0
|
||||
#define PRINT_SHADERS GR_DEBUG
|
||||
|
||||
typedef GrGLProgram::ProgramDesc::StageDesc StageDesc;
|
||||
|
||||
|
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user