Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-22 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-11-22 | MAINT-8977 Only affect large LOD textures | andreykproductengine | |
2018-11-20 | SL-4730 Prevent viewer from getting more texture details when low on memory | andreykproductengine | |
2018-11-05 | SL-9991 FIXED Crash in LLViewerLODTexture::processTextureStats() | maxim_productengine | |
2018-08-20 | MAINT-8977 32bit viewer should have stricter image size cap | andreykproductengine | |
2018-11-16 | SL-4730 Reduce bias trashing | andreykproductengine | |
2018-03-06 | MAINT-6363 Normal and specular maps should not be downloaded if ALM is off | Andrey Kleshchev | |
2018-02-27 | MAINT-8317 Fixed Local Textures for Advanced Lighting Projectors do not keep ↵ | andreykproductengine | |
the selected texture. | |||
2017-12-20 | Backed out changeset: b500f22775dd | AndreyL ProductEngine | |
2017-12-20 | Backed out changeset: 761e890970b2 | AndreyL ProductEngine | |
2017-11-13 | MAINT-7847 Remake of 'white alpfa' fix | andreykproductengine | |
2017-11-10 | Backed out changeset: 544a91982eba | andreykproductengine | |
Originally a fix for MAINT-4773. This was causing a number of issues since changes made in this code were pushing null textures into server and viewer should not modify 'content' at server of own violition. | |||
2017-06-06 | [SL-711] - Eliminate some overheads in texturecache. | ruslantproductengine | |
- Eliminate memory overhead when need duplicated scaled image. - Small improvement in LLImageBase::getCodecFromExtension() | |||
2017-08-30 | MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows ↵ | andreykproductengine | |
folder. | |||
2017-06-12 | MAINT-7325 Fixed empty cached image being used instead of fetching | andreykproductengine | |
2017-05-31 | MAINT-7325 Fixed issue of images being marked as missing due to ↵ | andreykproductengine | |
uninitialized discard level | |||
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 | |