Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | First pass of gamma correction reimplementation. | Geenz | |
2013-04-17 | Some minor cleanups while hunting crashes. Reviewed by Kelly | simon | |
2013-04-17 | CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode ↵ | PavelK ProductEngine | |
with Flash Toolbar button preference | |||
2013-04-17 | NORSPEC-133 More NULL shader pointer crash suppression | Graham Madarasz | |
2013-04-17 | NORSPEC-59 and NORSPEC-133 work-around crash with RenderDebugGL on and fix ↵ | Graham Madarasz | |
breakage in shaders from Mac changes | |||
2013-04-17 | NORSPEC-90 Alpha pool hookups for materials. | Dave Parks | |
2013-04-16 | made a separate button to add test users to the folder view list. Also when ↵ | Gilbert Gonzales | |
receiving facebook friends both the avatarlist and folderview will be populated. | |||
2013-04-16 | merge | Gilbert Gonzales | |
2013-04-16 | adding a new tab in people panel that has a folder view | Gilbert Gonzales | |
2013-04-16 | CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, ↵ | Merov Linden | |
improve filter perf, clear traces, add comments. | |||
2013-04-17 | updated to use new API as suggested by Don Linden | Cho | |
2013-04-16 | NORSPEC-59 fix? for mac crasher | Graham Madarasz | |
2013-04-16 | NORSPEC-127 work-around crasher by forcing simple faces into simple pass | Graham Madarasz | |
2013-04-16 | Merge viewer-dev-materials | Graham Madarasz (Graham Linden) | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-04-16 | See if we can run with no ifdefs in alpha shaders on all platforms | Graham Madarasz | |
2013-04-16 | merge rollback from graham | Oz Linden | |
2013-04-16 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-16 | NORSPEC-123 et al...roll back NSPEC 91 fix to avoid knock-on and set correct ↵ | Graham Madarasz | |
default env intensity | |||
2013-04-16 | NORSPEC-123 et al...roll back NSPEC 91 fix to avoid knock-on and set correct ↵ | Graham Madarasz | |
default env intensity | |||
2013-04-16 | merge changes for alpha fixes from geenz | Oz Linden | |
2013-04-16 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-16 | CHUI-808 FIXED Draggable separator between conversations and message pane is ↵ | maksymsproductengine | |
not discoverable: - final solution; | |||
2013-04-18 | CHUI-938 FIXED Pop up (?) notification steals focus | maksymsproductengine | |
2013-04-15 | Merged Graham's stuff amongst others. | Geenz | |
2013-04-15 | Merge | simon | |
2013-04-15 | MAINT-2548 : Add debug viewer render info for AV metrics. Reviewed by Kelly | simon | |
2013-04-15 | Fix crash introduced by LLInstanceTrackerBase optimization. Reviewed by Kelly | simon | |
2013-04-15 | MAINT-2598 : Viewer logs warning about VoiceServiceConnectionStateChangedEvent | simon | |
2013-04-15 | Fix for mac build | Dave Parks | |
2013-04-15 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-15 | NORSPEC-117 Fix distance attenuation to not use pow(lit, 0.7) function so ↵ | Dave Parks | |
distance falloff is still soft | |||
2013-04-15 | MAINT-2595 - Viewer spams log at startup with caps issue. Reviewed by Kelly | simon | |
2013-04-15 | Merge downstream code | simon | |
2013-04-15 | Merge in viewer-development once more, 'cause it feels good | simon | |
2013-04-15 | CHUI-912 : WIP : Try to change the return value of filter() so to trigger ↵ | Merov Linden | |
arrange on the fly. | |||
2013-04-15 | NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where available | Dave Parks | |
2013-04-15 | SH-4106 Significantly upgrade the HttpHeaders interface for SSB. | Monty Brandenberg | |
Header container moves from a vector of raw lines to a vector of string pairs representing name/value pairs in headers. For incoming headers, we normalize the name to lowercase and trim it. Values are only left-trimmed. Outgoing headers are left as-is. Simple find() method for the common case, forward and reverse iterators for those few who need to do it themselves. The HTTP status line (e.g. 'HTTP/1.1 200 Ok') is no longer treated as a header to be returned to caller. Unit tests, as usual, were a bear but they absolutely ensured outgoing HTTP header conformance after the change. Grunt work paid off. LLTextureFetch was also given a second options structure for texture fetches. Same as the original but with header return to caller requested. Baked textures should use this, the other 20,000 texture fetch requests should continue to use the original. | |||
2013-06-19 | SH-4252 Add second policy class for large mesh asset downloads | Monty Brandenberg | |
Added second mesh class as well as an asset upload class. Refactored initialization to use less code and more data to cleanly get http started. Modified mesh to use the new http class for large requests (>2MB for now). Added additional timeout setting to llcorehttp to distinguish connection timeout from transport timeout and are now using transport timeout values for large asset downloads that may need more time. | |||
2013-06-07 | Mostly cleanup. A chunk of comment code nobody needs. Dereference | Monty Brandenberg | |
after delete, erase() on end() iterator, a few more like that. Killed a dead variable. | |||
2013-06-03 | Merge. Refresh from viewer-release merged with in-progress work. | Monty Brandenberg | |
2013-06-03 | SH-4184 Conversion to llcorehttp. Remove unneeded responder | Monty Brandenberg | |
classes (moved to Handlers). | |||
2013-05-30 | Merge. Pull viewer-release to get the new version scheme changes. | Monty Brandenberg | |
2013-05-08 | SH-4163 Run an initial series of 'B' tests on the mesh downloader code | Monty Brandenberg | |
Bleh, had some old initialization code in place that meant I was using 32 connections. (Always verify with 'netstat'...) Logic is now to use 1/4 of MeshMaxConncurrentRequests to head in the direction of 8 at a time. Full count is used to implement a high-water level keeping llcorehttp in work. | |||
2013-05-08 | SH-4139 Convert http downloaders and responders to llcorehttp patterns | Monty Brandenberg | |
Conversion was mostly trivial. Did some refactoring in the conversion of Responders to Handlers which eliminated 5X code replication. More will be done especially as this is extended to deal with the various possible combinations of 200/206/416 status for ranged gets. There are a lot of thread races in the existing code, that is going to need some real attention. And the scheduling/liveness logic in the thread management bounces around from thread to thread wasting a lot of time and using expensive synchronization. Much can be done here. But the result is that the 8 connections in the Mesh corehttp class now perform as did the 32 connections of the original. And that 32 actually looks like it could bleed to over 64. So, progress... | |||
2013-05-07 | SH-4162 Merge metrics repo into this branch and integrate | Monty Brandenberg | |
Pull cpu-based metrics into llcorehttp work to enable A/B testing. Simple merge. | |||
2013-05-07 | SH-4139 Convert http downloaders and responders to llcorehttp patterns | Monty Brandenberg | |
First version running with all five downloaders converted. Not certain all are functional yet and the whole thing is slow but it is running. | |||
2013-05-07 | SH-4139 Convert http downloaders and responders to llcorehttp patterns | Monty Brandenberg | |
Initial work completed on linux, moving over to windows to do debug and refinement. This includes 5/6 handlers based on existing responders and use of llcorehttp for the mesh header fetch. | |||
2013-04-15 | Hooked up normal and specular texture coordinates. | Geenz | |
2013-04-15 | Normal mapped alpha support. Specular and environment map support needs a ↵ | Geenz | |
bit of extra work (in progress). |