diff options
author | richard <none@none> | 2009-11-09 15:29:47 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-09 15:29:47 -0800 |
commit | 4eb72a12a2280d3be6ac556ad80eb953d249e8eb (patch) | |
tree | 9316784e58adc830d5cd893694698e38786af561 /indra/newview/pipeline.cpp | |
parent | fac0b6836a59681443fb2bbd13e6b5eb9c07cef5 (diff) |
data driven layout of top-level UI elements
EXT-1219 Side tray slide-out animation
cleaned up some layout of bottom tray contents
reviewed by James
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 0dc1a88ee8..eac83c0bdc 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -506,8 +506,10 @@ void LLPipeline::destroyGL() } } +static LLFastTimer::DeclareTimer FTM_RESIZE_SCREEN_TEXTURE("Resize Screen Texture"); void LLPipeline::resizeScreenTexture() { + LLFastTimer ft(FTM_RESIZE_SCREEN_TEXTURE); if (gPipeline.canUseVertexShaders() && assertInitialized()) { GLuint resX = gViewerWindow->getWorldViewWidth(); |