summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-08-19 12:10:40 -0700
committerGraham Linden <graham@lindenlab.com>2013-08-19 12:10:40 -0700
commit3f186aab7737d611e1b8a62e66a79828e3b5ef5b (patch)
treea42a19d1ff584a2d074ef9c07f166d0ad47dc7a2 /indra/llrender/llgl.cpp
parent80256fdbf5fe444c177be793b12d0da58ce2b608 (diff)
parent171089207b528ab80a954292c127ba77254ee927 (diff)
Merge in viewer-release
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rwxr-xr-xindra/llrender/llgl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 351fd98ced..a157cd94c4 100755
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1155,6 +1155,7 @@ void LLGLManager::initExtensions()
// Misc
glGetIntegerv(GL_MAX_ELEMENTS_VERTICES, (GLint*) &mGLMaxVertexRange);
glGetIntegerv(GL_MAX_ELEMENTS_INDICES, (GLint*) &mGLMaxIndexRange);
+ glGetIntegerv(GL_MAX_TEXTURE_SIZE, (GLint*) &mGLMaxTextureSize);
#if (LL_WINDOWS || LL_LINUX || LL_SOLARIS) && !LL_MESA_HEADLESS
LL_DEBUGS("RenderInit") << "GL Probe: Getting symbols" << LL_ENDL;