diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-04-09 12:37:57 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-04-09 12:37:57 -0700 |
commit | 893bcf34f7daa432ce70224b4d30d3c22f9c80ad (patch) | |
tree | 3bbf7b5f40388e3fc3df39ed7cba8879b79a7239 /indra/llrender/llgl.h | |
parent | 73aa45d1058724460aa89b14a48ec87ce53a85f4 (diff) |
NORSPEC-59 work around nV driver crash when doing deferred rendering on NV 9400M/9600M
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r-- | indra/llrender/llgl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h index 1e921d1e97..767d49cbf2 100644 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -128,6 +128,11 @@ public: BOOL mATIOffsetVerticalLines; BOOL mATIOldDriver; +#if LL_DARWIN + // Needed to distinguish problem cards on older Macs that break with Materials + BOOL mIsMobileGF; +#endif + // Whether this version of GL is good enough for SL to use BOOL mHasRequirements; |