Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-10 | MAINT-6882 4k monitor with maximized window overwhelms low end GPUs and ↵ | pavelkproductengine | |
crashes viewer | |||
2016-11-29 | MAINT-6729 Fix crash in LLImageGL::analyzeAlpha() | AndreyL ProductEngine | |
2016-07-07 | MAINT-6552 One more nullcheck | AndreyL ProductEngine | |
2016-07-06 | MAINT-6552 Contribution: Viewer sometimes crashes when opening oversized ↵ | AndreyL ProductEngine | |
textures | |||
2016-05-19 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-05-06 | MAINT-6376 Disable loading surface textures in the wireframe mode | AndreyL ProductEngine | |
2016-04-21 | MAINT-6317 [QuickGraphics-RC] Some rigged mesh attachments render fully on ↵ | ruslantproductengine | |
jellybaby avatars when ALM is enabled FIXED - remove global identifier for the black texture - add black texture 2x2x3 localy on apllication startup - add special flag to LLViewerFetchedTexture for protect from removing | |||
2016-03-29 | MAINT-6257 Textures loading issues. | andreykproductengine | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-03 | MAINT-2199 reverted previous change, refixed missing cloud and ban line | andreykproductengine | |
2016-02-27 | MAINT-2199 restored original UI mechanics, removed icons from UI list | andreykproductengine | |
2016-03-07 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-02-29 | Merge from viewer-lynx and conflict resolution | andreykproductengine | |
2016-02-24 | MAINT-5297 - icons were not removed from memory | andreykproductengine | |
2016-02-18 | MAINT-2199 In some rare cases priorities can change, it shouldn't affect ↵ | andreykproductengine | |
texture list. | |||
2016-02-16 | MAINT-2199 separating UI elements from in-world textures. | andreykproductengine | |
2015-12-09 | MAINT-4018 Improvements to icon fetching. | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-01-07 | MAINT-4773 FIXED Some transparent textures are rendered as white. | ruslantproductengine | |
This bug fix related also to MAINT-4092. In 4092 sometimes when we don't have information about the texture during the setup the materail (LLVOVolume::setTEMaterialParams()), we should substitute the material with disabled "diffuse alpha mode" (for detail in cases see MAINT-4092 JIRA ticket comment). This bug fix cover the case when after the loading texture we have all information about alpha mode, and in this case we should restore diffuse alpha mode if need. In short: now we always believe that information about the material is valid (LLVOVolume::setTEMaterialParams()). Of course before setup it we check information about texture (if it possible) , if texture is not exist in database or not 32 bit depth (for diffuse) we made changes. But in all other cases (if we can't receive information about texture) we remeber this case in mWaitingTextureInfo multimap. When information about texture will be available we get it in: LLVOVolume::notify AboutCreatingTexture() or Volume::notifyAboutMissingAsset() and again, we recheck it and if need change (substitute) the material parameters. I suppose that this solution is better than was before. If this patch will be accepted , I think that MAINT-4092 should be rechecked again. | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-08-22 | MAINT-4288 FIXED Backed out changeset for MAINT-4018 (c92d43623c2c) | maksymsproductengine | |
2014-07-07 | Merge downstream code and become 3.7.12 | simon | |
2014-07-07 | MAINT-2980 Back out most changes related to upping the 512MB texture cap to ↵ | Dave Parks | |
unblock RC. | |||
2014-06-24 | Pull downstream viewer-tiger and become version 3.7.11 | simon | |
2014-06-23 | MAINT-2980 Up texture memory slider cap to 4096MB. Make "Texture Memory" ↵ | Dave Parks | |
default to 1/3rd of video memory. Add description on debug setting and tooltip to explain why. | |||
2014-06-18 | Merge downstream code | simon | |
2014-05-23 | MAINT-4018 FIXED Mini profile pictures tend to fail to load fully, and ↵ | andreykproductengine | |
sometimes not at all. Profile icons are no longer discarded uless they are too big. Icons will refresh correctly if needed. | |||
2014-05-20 | MAINT-3950 FIXED can't open lag meter | Richard Linden | |
brought back llfloaterlagmeter from the dead, and ported to lltrace | |||
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-07 | add some debug code for possible gray baked avatar textures | Xiaohong Bao | |
2013-10-28 | a try to fix the blurry texture problem. | Xiaohong Bao | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | merge | Brad Payne (Vir Linden) | |
2013-10-11 | SH-4458 SH-3652 FIX Pants flare does not load properly upon an avatar returning | Nyx Linden | |
Viewer added a new callback when the avatar returned without resetting the timer for last reference to the saved raw image. This created a time window in which new callbacks could get cleared out due to the raw image getting destroyed. Since the callback was removed, pants flare was not properly applied. Appears to be working now. | |||
2013-10-08 | fix a texture issue that unpaused callbacks never get fired. | Xiaohong Bao | |
2013-09-24 | merge | Brad Payne (Vir Linden) | |
2013-09-23 | fix the bug that texture aux channel data can not be reloaded. | Xiaohong Bao | |
2013-09-23 | SH-3455 WIP - post-SSA cleanup | Brad Payne (Vir Linden) | |
2013-09-18 | sunshine cleanup annotations | Brad Payne (Vir Linden) | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-22 | merge | Brad Payne (Vir Linden) | |
2013-08-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-08-19 | Merge | Xiaohong Bao | |