summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2013-04-15Fix for mac buildDave Parks
2013-04-15Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-04-15SH-4061 WIP - simulated failures/image fetch retriesBrad Payne (Vir Linden)
2013-04-15NORSPEC-117 Fix distance attenuation to not use pow(lit, 0.7) function so ↵Dave Parks
distance falloff is still soft
2013-04-15Merge downstream codesimon
2013-04-15Committing trivial change to test automated build change.Logan Dethrow
2013-04-15Merge in viewer-development once more, 'cause it feels goodsimon
2013-04-15CHUI-912 : WIP : Try to change the return value of filter() so to trigger ↵Merov Linden
arrange on the fly.
2013-04-15NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where availableDave Parks
2013-04-15SH-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-04-15Hooked up normal and specular texture coordinates.Geenz
2013-04-15Normal mapped alpha support. Specular and environment map support needs a ↵Geenz
bit of extra work (in progress).
2013-04-12Fix issue with alphaNonIndexedNoColorF shader and static init fail on ↵g
default spec color (real source of NORSPEC-94, I think)
2013-04-12SH_4061 WIP - retry policy org and testsBrad Payne (Vir Linden)
2013-04-12NORSPEC-91 default to alpha blend when a material is present and a diff tex ↵g
with alpha is applied
2013-04-12increment version to 3.5.2Oz Linden
2013-04-12NORSPEC-111 probable fix for IntelHD advanced lighting crasherGraham Madarasz
2013-04-12Sh-4035: Fix for skin changes not being reverted after cancelprep@lindenlab.com
2013-04-12SH-4061 WIP - moved retry policy to newview so it can work with either ↵Brad Payne (Vir Linden)
llmessage or CoreHttp libraries. Updated tests.
2013-04-11Merged lindenlab/viewer-development-materials into defaultgraham linden
2013-04-11NORSPEC-98 redux...hopefully fix mac AND linux at the same timeGraham Madarasz (Graham Linden)
2013-04-11CHUI-912 : WIP : Fix resize test when folder is empty, add more traces (to ↵Merov Linden
be deleted)
2013-04-11merge NORSPEC-94Oz Linden
2013-04-11Forgot to commit @#! mergesimon
2013-04-11Mergesimon
2013-04-11Pass binormal masks in on particles and in lldrawpoolalphaDave Parks
2013-04-11SH-4061 WIP - started adding retry to texture fetch, making retry policy ↵Brad Payne (Vir Linden)
compatible with old and new http libraries
2013-04-11NORSPEC-98 fix? for mac shader compiler crasherGraham Madarasz (Graham Linden)
2013-04-11First pass on alpha blended materialsGeenz
2013-04-11NORSPEC-96 less insane repeats per meter behavior in planar mode for ↵Graham Madarasz (Graham Linden)
norm/spec maps
2013-04-11NORSPEC-94: Set default specular color to white.Tonya Souther
2013-04-11SH-4061 WIP - moved retry policy to llmessage, added integration testBrad Payne (Vir Linden)
2013-04-11Merged lindenlab/viewer-development-materials into defaultgraham linden
2013-04-10SH-4035:Added ignore message to notificationprep@lindenlab.com
2013-04-10merge per pixel improvement from geenzOz Linden
2013-04-10NORSPEC-56 slight tweak to log formatting to correct material countGraham Madarasz (Graham Linden)
2013-04-10Merged lindenlab/viewer-development-materials into defaultgraham linden
2013-04-10NORSPEC-98 side-step nV compiler fail-o-ramaGraham Madarasz
2013-04-10MergeGraham Madarasz (Graham Linden)
2013-04-10NORSPEC-92 More UI fixesGraham Madarasz (Graham Linden)
2013-04-10SH-4061 WIP - less log spamming for (expected and normal) map tile failures.Brad Payne (Vir Linden)
2013-04-10SH-4061 WIP - capture http status codes from requests, restrict SB fetch ↵Brad Payne (Vir Linden)
retries to 5xx errors
2013-04-10NORSPEC-75 Fix bug introduced by previous change where objects with an ↵Dave Parks
emissive mask appear fullbright.
2013-04-10Fix for mac build?Dave Parks
2013-04-10Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-04-10NORSPEC-75 Add appropriate draw calls to underwater render passes so objects ↵Dave Parks
with material data don't disappear in water.
2013-04-09merge fixes from grahamOz Linden
2013-04-10CHUI-899 (The size of conversations panel does not persist between sessions ↵mberezhnoy
if user relogin while messages pane is collapsed. )
2013-04-09More per-pixel lighting fanciness.Geenz
2013-04-09SH-4035: Removed unneeded functional callprep@lindenlab.com