summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-11Merged vwr-cat..#$%$% whitespace diffsGraham Madarasz
2013-03-11MergeGraham Madarasz
2013-03-11Moved LLAlignedArray from llmath to llcommon and put template func impls in ↵Graham Madarasz
header to work around Mac 4.3.3 link issue.
2013-03-11Fix missing eol at eof in llstaticstringtable.h breaking linux buildGraham Madarasz (Graham)
2013-03-11Fix missing eol at eof in llinstancetracker.cpp tripping up linux buildGraham Madarasz (Graham)
2013-03-11Fix linux md5sums and line-endings in autobuild.xmlGraham Madarasz (Graham)
2013-03-08MAINT-2461 Potential fix for crash in LLPipeline::renderBloomDave Parks
2013-03-08Optimize interp code to elim hundreds of divides per frame and fix jitter bugs.Graham Madarasz (Graham)
2013-03-08MAINT-2371 Lat round of optimizations.Dave Parks
Reviewed by Graham
2013-03-07Remove redundant data validation copy-pasted into normals loopGraham Madarasz (Graham)
2013-03-07For MAINT-2436 and MAINT-2388 contribs from STORM-1935 and STORM-1936Graham Madarasz (Graham)
2013-03-07Fix missing eol at eofGraham Madarasz (Graham)
2013-03-07Put newline at end of file to appease gcc's OCDGraham Madarasz (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-06For MAINT-1842 fix model validation to check for NaNsGraham Madarasz
2013-03-06Fix linux openssl md5sumGraham Madarasz
2013-03-06Fix openal md5 sum in autobuildGraham Madarasz
2013-03-05Merged lindenlab/viewer-cat into defaultgraham linden
2013-03-05Merge cleanup.Dave Parks
2013-03-04Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-03-04Include signal.h instead of replicating typedef to avoid errors from ↵Graham Madarasz (Graham)
redefining it...provides better compat with non-Ubuntu distros
2013-03-04MAINT-2371 More optimizations.Dave Parks
Reviewed by Graham
2013-03-04MAINT-2422 : Clean up mesh http status code usagesimon
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-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-03-01Added missing enums for integ test usageGraham Madarasz (Graham)
2013-03-01Fix integration tests broken by instancetracker changesGraham Madarasz (Graham)
2013-03-01Fix windoze line-endings from missing commit hook fiascoGraham Madarasz (Graham)
2013-03-01Add llstaticstringtable.hGraham Madarasz (Graham)
2013-03-01Make WL updates use pre-hashed strings for uniform setsGraham Madarasz (Graham)
2013-02-28Attempt at a faster ThreadSafeRefCount classGraham Madarasz (Graham)
2013-02-28Modify LLInstanceTracker to avoid using a map of strings to find a map of ↵Graham Madarasz (Graham)
foo to find some pointers
2013-02-28Improve curl/ares init behavior by duping handles instead of calling easy_initGraham Madarasz (Graham)
2013-02-28Improve perf of GLSL uniform lookups by nameGraham Madarasz (Graham)
2013-02-27For MAINT-2003 and MAINT-1555 Fixes sequencing issue in determining max vram ↵Graham Madarasz (Graham Linden)
where mem multiplier was being done after already clamping to 512M, robbing people with >512M of 256M. Code review: DaveP
2013-02-27For MAINT-2003 Fix sequencing issue causing mem multiplier to be applied ↵Graham Madarasz (Graham Linden)
after clamping below actual mem available
2013-02-26Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-02-26MAINT-2371 First set of profile guided optimizations.Dave Parks
Reviewed by Graham
2013-02-25MAINT-2407 'Stop animating me' spams serverKelly Washington
reviewed with Simon
2013-02-21Help the hg stop worrying about comment-only diffsGraham Madarasz (Graham Linden)
2013-02-21Merge viewer-cat and resolve conflict with alternate selfGraham Madarasz (Graham Linden)
2013-02-21For MAINT-755 Fix for unbinding cubemap causing false alarm in tex type ↵Graham Madarasz (Graham Linden)
checking code (OS X RenderDebugGL crash) Code review: Dav3p
2013-02-20MAINT-2390 Fix for texture animation corrupting face repeats on rigged ↵Dave Parks
attachments after switching off animation.
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-02-14Merged lindenlab/viewer-cat into defaultgraham linden
2013-02-14For MAINT-1291 Re-order cubemap disable and shader tex disable to avoid ↵Graham Madarasz (Graham Linden)
false alarm when using RenderDebugGL. Code Review: DaveP
2013-02-14Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-02-14MAINT-2368 Pull in Firestorm fix for textures unloading behind you.Dave Parks