diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-01-09 15:18:57 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-01-09 15:18:57 -0600 |
| commit | a710bf9067bd4c4217b9febc0ad277a1636ec882 (patch) | |
| tree | df6b4105f0e7d518f8fecfe3ab654f17abd1ac7c /indra/newview/llvopartgroup.cpp | |
| parent | b3fc82ff1da0c869f0b1dd841647a120a1ae56af (diff) | |
SL-18869 Optimizations -- Use _mm_prefetch to cut down on cache misses when iterating over render batches.
Diffstat (limited to 'indra/newview/llvopartgroup.cpp')
| -rw-r--r-- | indra/newview/llvopartgroup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvopartgroup.cpp b/indra/newview/llvopartgroup.cpp index 0c09cbf2c2..a5c65d6ed4 100644 --- a/indra/newview/llvopartgroup.cpp +++ b/indra/newview/llvopartgroup.cpp @@ -963,9 +963,6 @@ void LLParticlePartition::getGeometry(LLSpatialGroup* group) LLDrawInfo* info = new LLDrawInfo(start,end,count,offset,facep->getTexture(), buffer, object->isSelected(), fullbright); - const LLVector4a* exts = group->getObjectExtents(); - info->mExtents[0] = exts[0]; - info->mExtents[1] = exts[1]; info->mVSize = vsize; info->mBlendFuncDst = bf_dst; info->mBlendFuncSrc = bf_src; |
