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/llvograss.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/llvograss.cpp')
| -rw-r--r-- | indra/newview/llvograss.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvograss.cpp b/indra/newview/llvograss.cpp index 36d66cccef..b4b2db5d51 100644 --- a/indra/newview/llvograss.cpp +++ b/indra/newview/llvograss.cpp @@ -731,9 +731,6 @@ void LLGrassPartition::getGeometry(LLSpatialGroup* group) //facep->getTexture(), buffer, object->isSelected(), fullbright); - const LLVector4a* exts = group->getObjectExtents(); - info->mExtents[0] = exts[0]; - info->mExtents[1] = exts[1]; info->mVSize = vsize; draw_vec.push_back(info); //for alpha sorting |
