2011-07-28 14:26:00 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright 2011 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
2011-01-19 19:04:04 +00:00
|
|
|
#ifndef GrGLConfig_chrome_DEFINED
|
|
|
|
#define GrGLConfig_chrome_DEFINED
|
|
|
|
|
2011-02-17 21:47:25 +00:00
|
|
|
// glGetError() forces a sync with gpu process on chrome
|
2012-01-19 16:16:52 +00:00
|
|
|
#define GR_GL_CHECK_ERROR_START 0
|
2011-04-19 21:15:09 +00:00
|
|
|
|
2011-01-19 19:04:04 +00:00
|
|
|
#endif
|