aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-27 14:09:22 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-27 14:09:22 +0000
commite9b087e958f3c165a5ac271d3abfb83bdb4c1b9d (patch)
tree1d0d5054d5a0776973fa43340be9fa2fdcc22e5e /src/gpu/gl/GrGpuGL.cpp
parente7655f114438a8ba628fba5bab0bba78b1d39861 (diff)
Remove expired comment
git-svn-id: http://skia.googlecode.com/svn/trunk@3776 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGpuGL.cpp')
-rw-r--r--src/gpu/gl/GrGpuGL.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
index 09ddab3b16..a9b345bdba 100644
--- a/src/gpu/gl/GrGpuGL.cpp
+++ b/src/gpu/gl/GrGpuGL.cpp
@@ -281,11 +281,6 @@ void GrGpuGL::initCaps() {
fCaps.fHWAALineSupport = (kDesktop_GrGLBinding == this->glBinding());
- ////////////////////////////////////////////////////////////////////////////
- // Experiments to determine limitations that can't be queried.
- // TODO: Make these a preprocess that generate some compile time constants.
- // TODO: probe once at startup, rather than once per context creation.
-
GR_GL_GetIntegerv(gl, GR_GL_MAX_TEXTURE_SIZE, &fCaps.fMaxTextureSize);
GR_GL_GetIntegerv(gl, GR_GL_MAX_RENDERBUFFER_SIZE, &fCaps.fMaxRenderTargetSize);
// Our render targets are always created with textures as the color