summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-07-23 04:52:59 -0700
committerGraham Linden <graham@lindenlab.com>2013-07-23 04:52:59 -0700
commitfa74313e7db1132cd76313864d72aac27902a126 (patch)
treeb7163858585d78565f4ecda4f26f40d075f6ed9a /indra/llrender
parent920ca152c662eec12f0e6bcc4fd19feb978e88d4 (diff)
NORSPEC-314 WIP make work-around easier to flip and add 9800M as an evil mac
Diffstat (limited to 'indra/llrender')
-rwxr-xr-xindra/llrender/llgl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 088ba95b75..351fd98ced 100755
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -647,7 +647,8 @@ bool LLGLManager::initGL()
}
#if LL_DARWIN
else if ((mGLRenderer.find("9400M") != std::string::npos)
- || (mGLRenderer.find("9600M") != std::string::npos))
+ || (mGLRenderer.find("9600M") != std::string::npos)
+ || (mGLRenderer.find("9800M") != std::string::npos))
{
mIsMobileGF = TRUE;
}