These can't trivially be in the context; none of the classes that make GL calls ...
13 years, 8 months ago
(2011-02-17 19:45:50 UTC)
#3
These can't trivially be in the context; none of the classes that make GL calls
have any knowledge of the context.
http://codereview.appspot.com/4170058/diff/1005/gpu/include/GrGLConfig.h
File gpu/include/GrGLConfig.h (right):
http://codereview.appspot.com/4170058/diff/1005/gpu/include/GrGLConfig.h#newc...
gpu/include/GrGLConfig.h:225: #if !defined(GR_GL_CHECK_ERROR_DEFAULT)
Explained in the comments at top of file (starting values for the runtime
booleans that control whether to print / check). Rename from *_DEFAULT to
*_START in current patch.
On 2011/02/17 19:36:58, reed1 wrote:
> What do any of these flags mean?
Issue 4170058: Cleanup GL log and checkerr flags
(Closed)
Created 13 years, 8 months ago by bsalomon
Modified 13 years, 8 months ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 2