Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | fix for STORM-1049: [crashhunters] crash at ↵ | Xiaohong Bao | |
LLViewerFetchedTexture::forceToSaveRawImage(int,bool) | |||
2010-11-08 | STORM-105 : takes Vadim's comments into account, clean up use of static ↵ | Merov Linden | |
globals and magic strings, enforce naming conventions | |||
2010-11-05 | STORM-105 : Take Vadim code review into account, code clean up | Merov Linden | |
2010-11-04 | merge with viewer-development | Merov Linden | |
2010-09-17 | fix for SH-115: investigate texture related network traffic between viewer ↵ | Xiaohong Bao | |
2.x and 1.23. | |||
2010-09-08 | VWR-22761 : Rearchitecture of llmetricperformancetester and simple (non ↵ | Merov Linden | |
complete) implementation in llimagej2c | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-15 | EXT-8301: FIXED: crash at LLViewerFetchedTexture::cleanup() [secondlife-bin ↵ | Xiaohong Bao | |
llviewertexture.cpp] | |||
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-13 | EXT-7400: FIXED: 2.0.2 texture queue gets jammed; | Xiaohong Bao | |
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5 | |||
2010-06-30 | fix for EXT-7839: texture console is stalled; | Xiaohong Bao | |
fix for EXT-7500: Texture Jamming problems with http texture off; | |||
2010-06-07 | more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture ↵ | Xiaohong Bao | |
off. Raise priorities of textures for self avatar to the highest. | |||
2010-05-29 | minor typo fixes: texure->texture | Tofu Linden | |
2010-05-04 | EXT-7194: FIXED: It takes long time to finish downloading baked textures. | Xiaohong Bao | |
2010-05-04 | EXT-7080 Partial FIXED: Outfit texture updates are not transmitted (in ↵ | Xiaohong Bao | |
either direction) when HTTP Textures is enabled Fixed baked textures downloading. Uploading will be fixed on the server side. | |||
2010-03-09 | fix for EXT-5956: texture downloading/decoding to never fully stop. | Xiaohong Bao | |
2010-03-07 | partial fix for EXT-5711: Some textures loading from cache seems jammed. | Xiaohong Bao | |
This fix should be able to improve the speed of loading texturs from cache noticeably (30% or more). More fix to come. | |||
2010-02-24 | fix for EXT-5710: improve the raw image reloading process in the texture ↵ | Xiaohong Bao | |
pipeline; EXT-4612: failing assert LLViewerTexture::setDecodePriority: ASSERT (!mInImageList); EXT-4912: Texture alpha mask is not applied on the first frame after decode. | |||
2010-02-19 | fix for EXT-5528: Viewer hangs indefinitely after teleporting into this region. | Xiaohong Bao | |
for EXT-5550: Viewer locks up consistently on the same sim. | |||
2010-02-05 | EXT-4209 Fix for sculptie prims not updating geometry when texture is loaded. | Dave Parks | |
2010-01-15 | partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to ↵ | Xiaohong Bao | |
come later (next week). | |||
2009-12-29 | fix for DEV-44134: trying to move away from a huge amount of objects with ↵ | Xiaohong Bao | |
media causes viewer to hang for 15-20 seconds. | |||
2009-11-13 | Refactoring of llviewerprecompiledheaders.h to hopefully increase stability | brad kittenbrink | |
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve. | |||
2009-11-11 | use "LLViewerTexture::EBoostLevel" to replace "S32" for texture boost level. | Xiaohong Bao | |
2009-11-06 | Fixed textrue prioritization so that boosted textures are always highest ↵ | Steve Bennetts | |
priority. | |||
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-03 | fix the bug that textuer boost level is mixed with boolean numbers. | Xiaohong Bao | |
2009-11-01 | additional fix for DEV-41913: parcel media does not display on particle ↵ | Xiaohong Bao | |
textures. | |||
2009-10-30 | fix DEV-41913: parcel media does not display on particle textures. | Xiaohong Bao | |
2009-10-29 | fix EXT-1661: Avatars' icons should be cached only once per 24 hours, but ↵ | Xiaohong Bao | |
not every time the viewer is restarted. to be reviewed by steve. | |||
2009-10-25 | * Changes to enable differentiating between icon texture priority and other ↵ | Steve Bennetts | |
UI texture priority. * Still need to only request smaller mip maps of icon textures | |||
2009-10-01 | svn merge -r 134922:134973 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-7 Merging branches/media-on-a-prim/moap-7 down to viewer-2.0. | |||
2009-09-22 | Merging render-pipeline-6-qa-2 into viewer-2 | David Parks | |
Self reviewed. | |||
2009-07-10 | merge QAR-1579: texture-cleanup-1. | Xiaohong Bao | |