With this change a GrCustomStage implementer needs to define "static const char* Name()" in a ...
13 years, 10 months ago
(2012-05-21 20:01:06 UTC)
#1
With this change a GrCustomStage implementer needs to define "static const char*
Name()" in a GrCustomStage subclass rather than having to implement separate
name() functions in the generic and GL-specific subclasses.
LGTM, mostly http://codereview.appspot.com/6220061/diff/2001/include/gpu/GrCustomStage.h File include/gpu/GrCustomStage.h (right): http://codereview.appspot.com/6220061/diff/2001/include/gpu/GrCustomStage.h#newcode19 include/gpu/GrCustomStage.h:19: Subclasses must have a function produces a ...
13 years, 10 months ago
(2012-05-21 20:42:05 UTC)
#2
http://codereview.appspot.com/6220061/diff/2001/include/gpu/GrCustomStage.h File include/gpu/GrCustomStage.h (right): http://codereview.appspot.com/6220061/diff/2001/include/gpu/GrCustomStage.h#newcode19 include/gpu/GrCustomStage.h:19: Subclasses must have a function produces a human-readable name: ...
13 years, 10 months ago
(2012-05-21 20:55:35 UTC)
#3
Issue 6220061: Tunnel name requests through factory, forcing custom effect and custom prog stage to use same impl
(Closed)
Created 13 years, 10 months ago by bsalomon
Modified 13 years, 10 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 5