diff options
| author | Dave Parks <davep@lindenlab.com> | 2012-05-25 10:51:38 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2012-05-25 10:51:38 -0500 |
| commit | abaf0155b47c5e020efa7e4600524c0c6d49319f (patch) | |
| tree | 36de62212ecd8903579a648e8f4793a169fa981a /indra/newview/llviewerdisplay.cpp | |
| parent | c0de0645ee59721907bfead962a3e3f4c1654ca6 (diff) | |
MAINT-616 Faster issuance of occlusion queries.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
| -rw-r--r-- | indra/newview/llviewerdisplay.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 99ed04d1af..000e7404e8 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -622,11 +622,6 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) LLSpatialGroup::sNoDelete = TRUE; LLTexUnit::sWhiteTexture = LLViewerFetchedTexture::sWhiteImagep->getTexName(); - /*if (LLPipeline::sUseOcclusion && LLPipeline::sRenderDeferred) - { //force occlusion on for all render types if doing deferred render (tighter shadow frustum) - LLPipeline::sUseOcclusion = 3; - }*/ - S32 occlusion = LLPipeline::sUseOcclusion; if (gDepthDirty) { //depth buffer is invalid, don't overwrite occlusion state |
