summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
2012-06-15MergeDave Parks
2012-06-13MAINT-1147 Fix for frame stall on region crossing.Dave Parks
2012-06-04MAINT-646 Profile based optimization -- add a lookup map for joints to ↵Dave Parks
remove hotspot in LLJoint::findJoint
2012-06-01MAINT-646 Faster traversal of render batch lists.Dave Parks
2012-05-25MAINT-616 Potential fix for corrupted mip maps.Dave Parks
2012-05-24MAINT-616 Fix for corrupted mipmaps. Cleanup based on code review feedback.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-07MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵simon@Simon-PC.lindenlab.com
pointer checks are good. Reviewed by Kelly
2012-04-13merge changes for drtvwr-135Oz Linden
2012-04-03STORM-1828 Change write to location from LL_PATH_CHARACTER toNicky Perian
LL_PATH_USER_SETTINGS. This will allow a common write location for development and installed configurations. Should correct installed configuration from permission failures on windows systems where writing to the install directory requires elevation of rights to administrator.
2012-04-03merge changes for drtvwr-132Oz Linden
2012-03-26OPEN-138 Intermittent write to character/new archetype.xml from ↵Nicky Perian
Develop->Avatar-> Character Tests->Apperance To XML. Add explicit outfile.close() method before returning to caller. Add llinfos for file location as a troubleshooting aid.
2012-02-27SH-2889 Fix for crash when encountering certain attachments.Dave Parks
2012-02-17made avatar rotation threshold configurable via a settingRichard Linden
2012-01-20SH-2889 Add visual auto-muting controlsDave Parks
2011-05-11SH-1522 FIX removed old debugging code that generated avatar_lad_log.txtNyx (Neal Orman)
Old debugging code, should be very low risk to remove.
2011-11-29mergeDave Parks
2011-11-28mergeBrad Payne (Vir Linden)
2011-11-23SH-2712 FIX -- added caching to isFullyLoadedLeslie Linden
2011-11-14SH-2650 Fix for avatar eyeballs protruding from lower eyelidsDave Parks
2011-11-11STORM-1679 Adjusted ARC_LIMIT to 20,000 per updated instructions from Nyx.Jonathan Yap
2011-11-03STORM-1679 Avatar Draw Weight number is always redJonathan Yap
2011-10-19mergeDave Parks
2011-10-14Merge backout of b782a75c99e6Dave Parks
2011-10-14Backed out changeset b782a75c99e6Dave Parks
2011-10-13SH-1650 Mitigate memory fragmentation by holding onto and reusing VBOsDave Parks
2011-09-26mergeDave Parks
2011-09-23SH-2244 Better VAO support -- still slower than non-VAO implementation for ↵Dave Parks
some reason
2011-09-06mergeBrad Payne (Vir Linden)
2011-08-31MergeXiaohong Bao
2011-08-22mergeBrad Payne (Vir Linden)
2011-08-18BUILDFIX SH-1246 fixed a bug in the ARC computations, and texture cost ↵Nyx (Neal Orman)
computations in build tools Minor bug in ARC display computations, where wrong numbers were being used for child prims Feature enhancement to not double-count textures reused within a linkset.
2011-08-08mergeDave Parks
2011-07-29SH-2181 Fix for alpha flickering when basic shaders enabled (don't use ↵Dave Parks
glAlphaFunc when shaders are available). Reviewed by Leslie
2011-07-26merge with latest mesh-devNyx (Neal Orman)
2011-07-15Merge from viewer-developmentXiaohong Bao
2011-07-14Potential fix for SH-1854 and SH-1125 (caps issues)Don Kjer
2011-07-09mergeBrad Payne (Vir Linden)
2011-07-07Merge latest from viewer trunksimon@lindenlab.com
2011-07-01merge viewer-development -> mesh-developmentBrad Payne (Vir Linden)
2011-06-21fix for SH-369: [PUBLIC-JIRA-USERS] [crashhunters] ↵Xiaohong Bao
LLVOAvatar::updateImpostors crash
2011-06-21Merge with latest lindenlab/viewer-developmentsimon@lindenlab.com
2011-06-18Fix for annoying assert that gets triggered when your first login attempt fails.Dave Parks
2011-06-07SH-1595 Make rigged attachment selection more reliable (never selectable ↵Dave Parks
when not in edit mode, always accurately selectable while in edit mode).
2011-06-01SH-812 Fix for rigged meshes not showing up as rigged until LoD switch.Dave Parks
2011-05-24Merge latest from lindenlab/viewer-developmentDave SIMmONs
2011-05-23Fix for sh-788prep
2011-05-17SH-1246 WIP fix render cost in the viewerNyx (Neal Orman)
Modified avatar display to compute values correctly. Also changed build tools XML temporarily so build tool costs can be seen.
2011-05-17merging up latest mesh-development to nyx-mesh-developmentNyx (Neal Orman)
2011-05-16mergeDave Parks