aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTBackendProcessorFactory.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-10-07 12:42:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-07 12:42:26 -0700
commitdb0d3ca07008ea2c1f24d0fd9ceecf10af6ae63b (patch)
tree12ff0bd9f07193593b7db1d52ef2fe0478c00aeb /include/gpu/GrTBackendProcessorFactory.h
parentfe1233c3f12f81bb675718516bbb32f72af726ec (diff)
Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/)
Reason for revert: Seems to have messed up windows 7 gms Original issue's description: > Cleanup of shader building system > > this is a huge refactor and cleanup of the gl shader building system in > Skia. The entire shader building pipeline is now part of > GrGLProgramCreator, which takes a gp, and some fps, and creates a > program. I added some subclasses of GrGLProgram to handle the > eccentricities of Nvpr/Nvpres. Outside of the builders folder > and GrGLPrograms, this change is basically just a rename > > > solo gp > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/fe1233c3f12f81bb675718516bbb32f72af726ec TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/635533005
Diffstat (limited to 'include/gpu/GrTBackendProcessorFactory.h')
-rw-r--r--include/gpu/GrTBackendProcessorFactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpu/GrTBackendProcessorFactory.h b/include/gpu/GrTBackendProcessorFactory.h
index 78a6332d11..c67f508f5d 100644
--- a/include/gpu/GrTBackendProcessorFactory.h
+++ b/include/gpu/GrTBackendProcessorFactory.h
@@ -9,6 +9,7 @@
#define GrTBackendProcessorFactory_DEFINED
#include "GrBackendProcessorFactory.h"
+#include "gl/GrGLProgramEffects.h"
/**
* Implements GrBackendEffectFactory for a GrProcessor subclass as a singleton. This can be used by