summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2013-03-12Merged lindenlab/viewer-cat into defaultgraham linden
2013-03-12Restore cmake to use 10.6 hacked locally to 10.8 of which TC does not approveGraham Madarasz (Graham Linden)
2013-03-12Merge pragma warning hack to fix linux buildGraham Madarasz (Graham Linden)
2013-03-12Fix for linux (and likely other platform) shutdown crash from mismatched allo...Graham Madarasz
2013-03-12Better compat with non-Ubuntu distros (bare typedef sometimes conflicts with ...Graham Madarasz
2013-03-12Fix eol at eof on wl param files.Graham Madarasz (Graham Linden)
2013-03-12Remove pragma diags which ALSO cause gcc-4.1 to warning and thus error out. *...Graham Madarasz (Graham Linden)
2013-03-12Fix -Wno-uninitialized disableGraham Madarasz (Graham Linden)
2013-03-12CMake hack to work around gcc-4.1 lack of pragma warning disable processing.Graham Madarasz (Graham Linden)
2013-03-12Disable more warnings to try to get llface.cpp to compile in the TC linux farmGraham Madarasz (Graham Linden)
2013-03-12Add pragma warning disable for linux only to work-around spurious used before...Graham Madarasz (Graham Linden)
2013-03-11Clean up moving llalignedarray and fast memcpy to llcommonGraham Madarasz
2013-03-11Move 16b aligned memcpy and alignment utilities to llmem in llcommon for easi...Graham Madarasz
2013-03-11Work around bogus gcc 4.3.4 warning from alignment assertGraham Madarasz (Graham)
2013-03-11Work around 'interesting' forced include order in vmath stuff on WindowsGraham Madarasz
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 h...Graham Madarasz
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-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
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 fight...Graham Madarasz
2013-03-06For MAINT-1842 fix model validation to check for NaNsGraham 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 redefini...Graham Madarasz (Graham)
2013-03-04MAINT-2371 More optimizations.Dave Parks
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)
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 foo...Graham Madarasz (Graham)
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)
2013-02-27For MAINT-2003 Fix sequencing issue causing mem multiplier to be applied afte...Graham Madarasz (Graham Linden)