Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-28 | DRTVWR-542 Fix malfunctioning warning | Andrey Kleshchev | |
2019-08-06 | Fix shutdown crash in teardown of joint heirarchy. | Graham Linden | |
Ifdef'd code for potential skinning speed up to avoid lots of int<->float conversions (expensive and static for min space investment) as updating rigged VBs shows up as a profiling bottleneck for Low rendering (where we actually use CPU skinning). | |||
2019-08-05 | SL-10566 Use vector for some high-traffic, low-item count containers instead ↵ | Graham Linden | |
of list. Provide method of storing joint indices sep from weight data for faster runtime processing. | |||
2018-06-13 | SL-915, MAINT-8554 - cleanup/reorg, added encroachment fix info to ↵ | Brad Payne (Vir Linden) | |
DebugAnimatedObjects output | |||
2018-06-07 | SL-915 - more on dynamic extent tracking, possible fix for 32-bit crash issues | Brad Payne (Vir Linden) | |
2018-06-05 | merge | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - incremental updates to dynamic bounding box, setting to control detail. | Brad Payne (Vir Linden) | |
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-03-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-02-07 | MAINT-8258 Don't show sculpty until it is loaded or load fails | andreykproductengine | |
2018-02-05 | MAINT-8269 Crahes in cacheOptimize() | andreykproductengine | |
2018-02-05 | MAINT-8269 Crahes in cacheOptimize() | andreykproductengine | |
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-03 | MAINT-7974 Fixed LLProfile crash(error) caused by thread unsafe variable | andreykproductengine | |
2017-01-24 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last. | |||
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-12-20 | move debugging globals to the "lowest" library they are referenced in | Oz Linden | |
2016-10-18 | MAINT-6841 - removed the joint remapping code, since it was designed to ↵ | Brad Payne (Vir Linden) | |
support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code. | |||
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | SL-234 WIP - remap skin weights to match included-joint logic | Brad Payne (Vir Linden) | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-07-17 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-07-14 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-04-14 | Merge with viewer-release and become 3.7.28 | andreykproductengine | |
2014-11-28 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. | |||
2014-05-29 | Mergeup to 3.7.9 viewer-release | Graham Linden | |
2014-04-22 | Appease GCC 4.6.1 syntax problems with uintptr_t in alignment asserts | Graham Linden | |
2014-04-22 | Modify importer to (optionally) improve debug output, perform name-based LOD ↵ | Graham Linden | |
association, and handle models with many materials. | |||
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-03 | NORSPEC-229 Fix for bad binormals on mirrored surfaces (use tangent ↵ | Dave Parks | |
calculator instead of binormal calculator, convert binormal centric code to tangent centric) | |||
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Work around 'interesting' forced include order in vmath stuff on Windows | Graham Madarasz | |
2013-03-11 | Moved LLAlignedArray from llmath to llcommon and put template func impls in ↵ | Graham Madarasz | |
header to work around Mac 4.3.3 link issue. | |||
2013-03-08 | MAINT-2371 Lat round of optimizations. | Dave Parks | |
Reviewed by Graham | |||
2013-03-04 | MAINT-2371 More optimizations. | Dave Parks | |
Reviewed by Graham | |||
2013-02-26 | MAINT-2371 First set of profile guided optimizations. | Dave Parks | |
Reviewed by Graham | |||
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-05-21 | MAINT-616 Factor out calls to glGenFoo where possible, add setting to ↵ | Dave Parks | |
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update | |||
2012-01-20 | SH-2889 Add visual auto-muting controls | Dave Parks | |
2011-11-10 | SH-2644 Fix debug display that shows selection triangle count and streaming cost | Dave Parks | |
2011-08-17 | SH-2188 Fix for generally bad vertex buffer updates for rigged attachments ↵ | Dave Parks | |
and fix for viewer always thinking meshes initially have 8 texture entries. | |||
2011-06-02 | SH-1732 Add streaming cost calculation for mesh objects. | Dave Parks | |
2011-03-28 | SH-1225 Add skinning info to import path of .slm files. | Dave Parks | |
2011-02-08 | SH-523 Fix for non-finite values in silhouette rendering resulting in ↵ | Dave Parks | |
silhouette segments pointing at center of screen. | |||
2011-02-01 | merge fix for SH-659 from v-d to mesh: small textures not loaded | Xiaohong Bao | |
2011-02-01 | Fixes for merge up from viewer-development to mesh-development. | Loren Shih | |
Backed out SH-659 since merge was messy; this will be merged in manually later. |