Fix validation (glTexEnvi is fixed pipe only)
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 4 May 2011 15:01:16 +0000 (15:01 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 4 May 2011 15:01:16 +0000 (15:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@1241 2bbb7eff-a529-9590-31e7-b0007b416f81

gpu/src/GrGLInterface.cpp

index 319d33f..0825a3f 100644 (file)
@@ -150,6 +150,7 @@ bool GrGLInterface::validateFixedFunctions() const {
         NULL == fPointSize ||
         NULL == fShadeModel ||
         NULL == fTexCoordPointer ||
+        NULL == fTexEnvi ||
         NULL == fVertexPointer) {
         return false;
     }
@@ -200,7 +201,6 @@ bool GrGLInterface::validate(GrEngine engine) const {
         NULL == fStencilFunc ||
         NULL == fStencilMask ||
         NULL == fStencilOp ||
-        NULL == fTexEnvi ||
         NULL == fTexImage2D ||
         NULL == fTexParameteri ||
         NULL == fTexSubImage2D ||