diff options
author | Dave Parks <davep@lindenlab.com> | 2011-10-13 01:19:45 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-10-13 01:19:45 -0500 |
commit | 7b6723d1e0158d5dc326266a0332e87f634f9755 (patch) | |
tree | 10efed7ccda1a80889bfb65cd64c86b8d33c75ed /indra/newview/llviewerdisplay.cpp | |
parent | 1a499c13c813d4aa9631ffae00b36a053f260747 (diff) |
SH-1650 Mitigate memory fragmentation by holding onto and reusing VBOs
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 1832416a4b..e0359cc61d 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -661,10 +661,6 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) { LLMemType mt_ds(LLMemType::MTYPE_DISPLAY_SWAP); - { - LLFastTimer ftm(FTM_CLIENT_COPY); - LLVertexBuffer::clientCopy(0.016); - } if (gResizeScreenTexture) { |