summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-03-14MergeGraham Madarasz (Graham Linden)
2013-03-14Rollback Maestro interp changesGraham Madarasz (Graham Linden)
2013-03-14Rollback fix for Maestro 'Jitter Bug' which is causing issues elsewhereGraham Madarasz (Graham Linden)
2013-03-14Fix for broken LoD.Dave Parks
Reviewed by Graham.
2013-03-13MergeGraham Madarasz (Graham Linden)
2013-03-13MergeDave Parks
2013-03-13MAINT-2410 Extra Particle Parameters -- viewer implementationDave Parks
Reviewed by Kelly and Graham
2013-03-12Merged lindenlab/viewer-cat into defaultgraham linden
2013-03-12Merge pragma warning hack to fix linux buildGraham Madarasz (Graham Linden)
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)
*sigh*
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 ↵Graham Madarasz (Graham Linden)
before set warnings from GCC 4.3.4 on Vector4a with empty ctor
2013-03-11Clean up moving llalignedarray and fast memcpy to llcommonGraham Madarasz
2013-03-11Merged vwr-cat..#$%$% whitespace diffsGraham Madarasz
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-07For MAINT-2436 and MAINT-2388 contribs from STORM-1935 and STORM-1936Graham Madarasz (Graham)
2013-03-06For MAINT-1842 fix model validation to check for NaNsGraham Madarasz
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
Reviewed by Graham
2013-03-04Merged lindenlab/viewer-cat into defaultgraham linden
2013-03-04For MAINT-1930 add checks to unprotected volume pointer derefGraham Madarasz (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-01Fix integration tests broken by instancetracker changesGraham Madarasz (Graham)
2013-03-01Make WL updates use pre-hashed strings for uniform setsGraham 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 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
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