aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/debug
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-27 18:59:52 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-27 18:59:52 +0000
commitec05eaaeacacdb68e593a8d327bd14997a5c60ff (patch)
tree9f96612bf8eaa794f72bc723d4601d14a6e945c7 /src/gpu/gl/debug
parent76b7fcc79ee47db6ebea4f27e0070c467684418a (diff)
Bumped num stages to 4 in preparation for AA clipping
Diffstat (limited to 'src/gpu/gl/debug')
-rw-r--r--src/gpu/gl/debug/GrGLCreateDebugInterface.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
index 120381e29e..685e18d085 100644
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
@@ -758,9 +758,6 @@ GrGLvoid GR_GL_FUNCTION_TYPE debugGLGetIntegerv(GrGLenum pname, GrGLint* params)
case GR_GL_MAX_VARYING_VECTORS:
*params = kDefaultMaxVaryingVectors;
break;
- case GR_GL_MAX_TEXTURE_UNITS:
- *params = GrDebugGL::getInstance()->getMaxTextureUnits();
- break;
default:
GrCrash("Unexpected pname to GetIntegerv");
}