diff options
author | Dave Parks <davep@lindenlab.com> | 2012-03-19 15:31:10 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-03-19 15:31:10 -0500 |
commit | 76eeeadeaadf6f7d7b546382f0daac18a2315f81 (patch) | |
tree | d55a722937d9da25d27832186af8482c1ef4960c /indra/llwindow | |
parent | 3894701180e436f313afdb94ed9b5d95f15474ce (diff) |
MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting against sculpt based crashers.
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/llwindowwin32.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index 228fbefd19..987e9cb567 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -1451,7 +1451,8 @@ BOOL LLWindowWin32::switchContext(BOOL fullscreen, const LLCoordScreen &size, BO } else { - llinfos << "Created OpenGL " << llformat("%d.%d", attribs[1], attribs[3]) << " context." << llendl; + llinfos << "Created OpenGL " << llformat("%d.%d", attribs[1], attribs[3]) << + (LLRender::sGLCoreProfile ? " core" : " compatibility") << " context." << llendl; done = true; if (LLRender::sGLCoreProfile) |