summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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-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-08MAINT-2371 Lat round of optimizations.Dave Parks
2013-03-05Merge cleanup.Dave Parks
2013-03-04Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
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)
2013-02-26Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-02-26MAINT-2371 First set of profile guided optimizations.Dave Parks
2013-02-25MAINT-2407 'Stop animating me' spams serverKelly Washington
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 check...Graham Madarasz (Graham Linden)
2013-02-20MAINT-2390 Fix for texture animation corrupting face repeats on rigged attach...Dave Parks
2013-02-20MAINT-2370 Add debug setting "RenderAutoMuteRenderCostLimit" that automatical...Dave Parks
2013-02-14Merged lindenlab/viewer-cat into defaultgraham linden
2013-02-14For MAINT-1291 Re-order cubemap disable and shader tex disable to avoid fals...Graham Madarasz (Graham Linden)
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
2013-02-13Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-02-13MAINT-2355 Fix for corrupt rigged attachments on Intel HD GraphicsDave Parks
2013-02-12Merge downstream code (viewer-bear, lion and release)simon@Simon-PC.lindenlab.com