Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2013-04-12 | Fix issue with alphaNonIndexedNoColorF shader and static init fail on ↵ | g | |
default spec color (real source of NORSPEC-94, I think) | |||
2013-04-12 | NORSPEC-91 default to alpha blend when a material is present and a diff tex ↵ | g | |
with alpha is applied | |||
2013-04-12 | SH-4090 [WIP] Basic deadman timer integration started on Linux. Moving to ↵ | Monty Brandenberg | |
windows to do real work. | |||
2013-04-12 | increment version to 3.5.2 | Oz Linden | |
2013-04-12 | Fix merge oddities | simon | |
2013-04-12 | Added tag 3.5.1-beta1 for changeset 20cdf370f5c8 | Oz Linden | |
2013-04-12 | pull changes for Sunshine beta | Oz Linden | |
2013-04-12 | Added tag 3.5.1-beta1 for changeset 0ca3910763ce | Oz Linden | |
2013-04-12 | NORSPEC-111 probable fix for IntelHD advanced lighting crasher | Graham Madarasz | |
2013-04-11 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-11 | NORSPEC-98 redux...hopefully fix mac AND linux at the same time | Graham Madarasz (Graham Linden) | |
2013-04-11 | CHUI-912 : WIP : Fix resize test when folder is empty, add more traces (to ↵ | Merov Linden | |
be deleted) | |||
2013-04-11 | merge NORSPEC-94 | Oz Linden | |
2013-04-11 | merge | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | Forgot to commit @#! merge | simon | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | Clean up transfer manager code and log messages. Reviewed by Kelly | simon | |
2013-04-11 | Pass binormal masks in on particles and in lldrawpoolalpha | Dave Parks | |
2013-04-11 | NORSPEC-98 fix? for mac shader compiler crasher | Graham Madarasz (Graham Linden) | |
2013-04-11 | First pass on alpha blended materials | Geenz | |
2013-04-11 | NORSPEC-96 less insane repeats per meter behavior in planar mode for ↵ | Graham Madarasz (Graham Linden) | |
norm/spec maps | |||
2013-04-11 | NORSPEC-94: Set default specular color to white. | Tonya Souther | |
2013-04-11 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-10 | merge per pixel improvement from geenz | Oz Linden | |