aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-08 14:13:02 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-08 14:13:02 +0000
commit5a94efcc3e1d969b53bbc411fff28ba7aba557ba (patch)
tree1e5c87afe1b458bf59b83017837a8052a866e3bc /src/gpu/gl
parentdf9d656c352928f995abce0a62c4ec3255232a45 (diff)
Call flushMiscFixedFunctionState (D'oh!)
Review URL: http://codereview.appspot.com/6302057/ git-svn-id: http://skia.googlecode.com/svn/trunk@4211 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/GrGpuGL_program.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp
index d8299ff382..a38ae2dc98 100644
--- a/src/gpu/gl/GrGpuGL_program.cpp
+++ b/src/gpu/gl/GrGpuGL_program.cpp
@@ -377,6 +377,7 @@ bool GrGpuGL::flushGraphicsState(GrPrimitiveType type) {
// and bailed if not true.
GrAssert(NULL != drawState.getRenderTarget());
+ this->flushMiscFixedFunctionState();
this->flushStencil();
this->flushAAState(type);