summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
AgeCommit message (Collapse)Author
2013-03-04Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-03-04MAINT-2371 More optimizations.Dave Parks
Reviewed by Graham
2013-03-04Make fix for MAINT-2303 work on TC and not just my install of VS 2010Graham Madarasz (Graham)
2013-03-04For MAINT-2303 Fix potential stack smash in llvovolume. Code Review: DavePGraham Madarasz (Graham)
2013-03-04For MAINT-2303 Fix potential stack smash from well-crafted meshesGraham Madarasz (Graham)
2013-02-26MAINT-2371 First set of profile guided optimizations.Dave Parks
Reviewed by Graham
2013-02-20MAINT-2370 Add debug setting "RenderAutoMuteRenderCostLimit" that ↵Dave Parks
automatically visually mutes avatars above a certain threshold (adjusted by Avatar Mesh Detail Slider)
2013-01-02fix for MAINT-2167: Sculpts failing to rezXiaohong Bao
2012-12-10MAINT-1345 Fix for some mesh outfits showing the wrong LoD initiallyDave Parks
2012-11-20Automated merge with https://bitbucket.org/lindenlab/viewer-developmentDave Parks
2012-10-12MAINT-1649 Fix for objects disappearing on region crossing.Dave Parks
2012-10-09MAINT-1138 Fix for crash when picking rigged attachments.Dave Parks
2012-10-01MAINT-1452 : Viewer floods the log file with hundreds of exactly the same lines.simon@Simon-PC.lindenlab.com
Reviewed by Kelly
2012-10-23correct faulty mergeOz Linden
2012-09-05Merge in latest viewer-developmentsimon@Simon-PC.lindenlab.com
2012-09-04merge changes for DRTVWR-207Oz Linden
2012-08-31merge changes forOz Linden
2012-08-29MAINT-1455 FIX Media Texture not visually updated correctlycallum
Reviewed by me. (Bao created)
2012-08-15merge changes for DRTVWR-194Oz Linden
2012-07-31Merge in viewer-developmentsimon@Simon-PC.lindenlab.com
2012-07-30mergeBrad Payne (Vir Linden)
2012-07-30mergeBrad Payne (Vir Linden)
2012-07-24merge to viewer-developmentoOz Linden
2012-07-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-23Fix for path-826. Safeguarding against a mull weight being usedprep
2012-07-18merge back fixes from 3.3.4-beta5Oz Linden
2012-07-17MAINT-1223 More aggressive rebuilding of render batches when alpha color ↵Dave Parks
values change.
2012-07-17pull back fixes for 3.3.4-beta4Oz Linden
2012-07-16MAINT-1223 Fix for alpha updates not triggering LoD updates.Dave Parks
2012-07-13fix for SH-3235: Bump maps are not loaded until objects change LODXiaohong Bao
2012-07-12fix for SH-3237: cached sculpties do not load at the correct LOD.Xiaohong Bao
2012-08-01Merge back viewer-lion, which has viewer-development and down-stream fixessimon@Simon-PC.lindenlab.com
2012-07-25MAINT-615 Fix for texture animation freezing under certain situations.Dave Parks
2012-07-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2012-06-26v-r to drano merge conflicts wipBrad Payne (Vir Linden)
2012-06-20MAINT-794 Move flexi idleUpdate and texture animation to their own update ↵Dave Parks
queues.
2012-06-19MAINT-794 Factor out a lot of CPU overhead around updating objects.Dave Parks
2012-06-14MAINT-646 Cleanup some warnings from previous changes.Dave Parks
2012-06-08MAINT-646 Knock out some extraneous performance timersDave Parks
2012-06-05MAINT-646 Factor std::set out of lloctreeDave Parks
2012-06-04mergeBrad Payne (Vir Linden)
2012-05-31MAINT-639 Fix for random rainbow effects on some prims.Dave Parks
2012-06-17Don't reference any LLFace via LLDrawable::getFace whose index is outNicky
of bounds.
2012-07-13Crashfix: LLVOVolume::calcLOD make sure avatar and avatar->mDrawable are valid.Nicky
2012-07-21Crashfix; Guard against 0 pointer in LLRiggedVolume::update.Nicky
2012-05-29fo SH-3074: clear ghost and stale texture fetching requests in time.Xiaohong Bao
2012-05-29MAINT-775 Fix for regression where rigged attachments get distorted on ↵Dave Parks
region crossing or teleport.
2012-05-22MAINT-616 Minor raycasting optimization.Dave Parks
2012-05-21MAINT-616 Factor out calls to glGenFoo where possible, add setting to ↵Dave Parks
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update
2012-05-15MAINT-616 Different VBO Pooling scheme -- populate VBO pool with buffers ↵Dave Parks
that are likely to be requested, but never reuse a previously used buffer.