summaryrefslogtreecommitdiff
path: root/indra/llmath
AgeCommit message (Collapse)Author
2013-03-11mergeprep
2013-03-08MAINT-2371 Lat round of optimizations.Dave Parks
Reviewed by Graham
2013-03-06Fix crashes from using single alloc for pos/norm/tc in volume face data ↵Graham Madarasz
fighting with old free call in model loading code
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-04Performance improvements. Faster threadsaferefcount, faster instancetracker, ↵Graham Madarasz (Graham)
use hashtable and pre-hashed strings for GLSL uniform lookup, and use dup_handles curl interface to avoid re-initing ares resolvers expensively.
2013-02-26MAINT-2371 First set of profile guided optimizations.Dave Parks
Reviewed by Graham
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2012-12-07Optimization -- falcon says not using static here is more performant.Dave Parks
2012-12-04Pull and merge viewer-developmentsimon@Simon-PC.lindenlab.com
2012-11-28SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵prep
alignment issue in llAppearance.
2012-11-20Automated merge with https://bitbucket.org/lindenlab/viewer-developmentDave Parks
2012-10-17Fix angry Linux and Mac buildssimon@Simon-PC.lindenlab.com
2012-10-11MAINT-1709 Factor out reallocDave Parks
Reviewed by VoidPointer
2012-10-11Fixes for build issues, missing LLCOMMON_SYSTEM_INCLUDE_DIRS in some librariesBrad Payne (Vir Linden)
2012-10-11Updating linux build to gcc4.6Don Kjer
2012-09-27fix dos line endingsOz Linden
2012-09-13Fleshed out target_link_libraries dependencies between libraries. ↵Don Kjer
Appearance utility now reads avatar_lad.xml during stubbed out params processing.
2012-09-12Restore alignment tests that were removed earliersimon@Simon-PC.lindenlab.com
2012-09-12Fix alignment_test for array allocations. Reviewed by Runitaisimon@Simon-PC.lindenlab.com
2012-09-12Another attempt at unsticking build.Dave Parks
2012-09-12Attempt to unblock build.Dave Parks
2012-09-11Another stab at fixing alignment_test.cppDave Parks
2012-09-10Fix for alignment_test.cpp compilation errors.Dave Parks
2012-11-06Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2012-10-26MAINT-1709 Fix for >> that should have been > >Dave Parks
2012-10-11MAINT-1709 Factor out reallocDave Parks
Reviewed by VoidPointer
2012-10-10#include <string.h> in v3color.h: recent Linux compilers care.Nat Goodspeed
Linux dev builds have started breaking because v3color.h uses strlen() and strncpy() without declaring them. Add relevant #include, which fixes.
2012-09-20reapply efcec3eb374f: MAINT-646 Factor std::vector out of lloctreeDave Parks
2012-09-20reapply 52b6c9168974: MAINT-646 Factor std::set out of lloctreeDave Parks
2012-09-13Port over Simon's fix for alignment testDave Parks
2012-09-12MAINT-1503 Minimal set of changes needed to safely disable tcmallocDave Parks
2012-09-12initial attempt to restore changes that make removing tcmalloc possible; not ↵Oz Linden
tested
2012-09-10Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵William Todd Stinson
repository.
2012-08-31MAINT-1503 Fix for ll_aligned_realloc returning non-aligned pointers on linuxDave Parks
2012-07-11Pull in viewer-development because it's painful. Merge with runitai's help.simon@Simon-PC.lindenlab.com
2012-08-01Merge back viewer-lion, which has viewer-development and down-stream fixessimon@Simon-PC.lindenlab.com
2012-07-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2012-07-02disable alignment tests in debug builds (where they fail)Oz Linden
2012-06-27merge changes for DRTVWR-167Oz Linden
2012-06-22line endings fixBrad Payne (Vir Linden)
2012-06-22mergeDave Parks
2012-06-15MergeDave Parks
2012-06-05MAINT-646 Factor std::vector out of lloctreeDave Parks
2012-06-05MAINT-646 Factor std::set out of lloctreeDave Parks
2012-06-04mergeBrad Payne (Vir Linden)
2012-05-30merge changes for storm-1863Oz Linden
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-02-23Linux build fix.Seth ProductEngine
Moved type casts from protected base classes to derived LLCoord. (transplanted from fa4c01adac7224b909ab1dbfc90416b633e6d6c2)
2012-02-23Linux build fix.Seth ProductEngine
Moved type casts from protected base classes to derived LLCoord.