Commit Graph

58 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Xiaohong Bao 80b3884a6a more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture off.
Raise priorities of textures for self avatar to the highest.
2010-06-07 15:34:43 -06:00
Xiaohong Bao 4c0624b04e EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture off 2010-06-04 22:26:39 -06:00
Loren Shih 00d534d7a7 EXT-7480 Add debuga bility to set texture discard levels
Added TextureDiscardLevel override for specifying texture discard levels.
Aesthetic change to add debug- flag to all avatar debug reporting metrics.
2010-05-25 14:56:45 -04:00
Xiaohong Bao 32c6f92fca EXT-7194: FIXED: It takes long time to finish downloading baked textures. 2010-05-04 12:49:57 -06:00
Xiaohong Bao 9cc9ceb250 EXT-7080 Partial FIXED: Outfit texture updates are not transmitted (in either direction) when HTTP Textures is enabled
Fixed baked textures downloading. Uploading will be fixed on the server side.
2010-05-04 11:08:45 -06:00
Xiaohong Bao 202f16cdf8 trival: remove some redundant code from llviewertexture.cpp. 2010-04-19 16:35:38 -06:00
Xiaohong Bao 09d488e20b more fix for EXT-5711: Some textures loading from cache seems jammed.
and possible fix for EXT-5704: FPS drop, and this could be cause freez and crash.
2010-03-25 17:14:27 -06:00
Xiaohong Bao d34588b7a7 fix for EXT-6278: profile picture is blurry / fuzzy if IM is opened first. 2010-04-08 17:08:32 -06:00
Xiaohong Bao 12a86042f7 fix for EXT-6465: sometimes the texture fetching queue is never empty. 2010-03-18 22:07:25 -06:00
Xiaohong Bao 56ccf4d0be fix for EXT-6420: crash at LLImageRaw::LLImageRaw [secondlife-bin llimage.cpp:271] 2010-03-17 16:41:28 -06:00
Xiaohong Bao 77c594f74f fix for EXT-5956: texture downloading/decoding to never fully stop. 2010-03-09 16:38:27 -07:00
Xiaohong Bao 0a7fbb31d4 fix for EXT-4161: skinny pant legs(have no flare) 2010-03-09 10:18:25 -07:00
Xiaohong Bao 254db516c5 fix for EXT-5710: improve the raw image reloading process in the texture 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-24 12:09:22 -07:00
Xiaohong Bao 0bf136e13c fix for EXT-5528: Viewer hangs indefinitely after teleporting into this region.
for EXT-5550: Viewer locks up consistently on the same sim.
2010-02-19 12:41:49 -07:00
Palmer 418504207b merge 2010-02-12 15:16:19 -08:00
Xiaohong Bao c1b0625f38 fix for EXT-4653: Textures saved with "Save As" appear to be very low rez. and beyond: remove saved raw image automatically. 2010-02-12 14:23:22 -08:00
Xiaohong Bao e0e82c908d more refinement for EXT-4352: texture problem in viewer 2.0. 2010-02-11 18:02:16 -08:00
Xiaohong Bao 17707455d2 additional fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() sometimes returns bad values 2010-02-11 15:35:22 -08:00
Xiaohong Bao 60cb3f8fd2 fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() sometimes returns bad values. 2010-02-10 18:08:00 -08:00
Xiaohong Bao 1940347ce0 change some llassert_always to llassert in llviewertexture.cpp 2010-02-09 18:09:43 -08:00
Xiaohong Bao 13e395aef2 more fix for EXT-4352: texture problem in viewer 2.0. fixed texture priority problem. 2010-02-09 12:53:05 -08:00
Dave Parks 43ca4e104b EXT-4209 Fix for sculptie prims not updating geometry when texture is loaded. 2010-02-05 11:19:14 -06:00
Tofu Linden 0ea467ad06 CID-375
Checker: UNINIT_CTOR
Function: LLViewerFetchedTexture::LLViewerFetchedTexture(const LLImageRaw *, int)
File: /indra/newview/llviewertexture.cpp
2010-01-27 16:31:41 -08:00
Rick Pasetto af83fe79d8 "Fix" confusion over media settings
Review #89

This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular:
- "Media Enabled" pref now only controls "AudioStreamingMedia"
- No more "tentative" state
- New "Music Enabled" pref
- First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better)
- Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater
- Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia").
2010-01-25 10:04:56 -08:00
Tofu Linden 906284b99f Fix inverted logic from review. 2010-01-21 16:26:37 -08:00
Tofu Linden a0666bdb70 Turn on llassert() and llverify() for RelWithDebInfo builds.
Convert top firing asserts into big warnings.
To be reviewed by Mani.
2010-01-21 14:42:11 -08:00
Xiaohong Bao 9d7ad2733e partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to come later (next week). 2010-01-15 15:36:43 -08:00
Xiaohong Bao 0c581f1469 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-01-08 14:36:09 -08:00
Xiaohong Bao 3d1843e92d fix for EXT-4094: Shared whiteboard script crashes viewer. 2010-01-08 14:35:23 -08:00
Tofu Linden 5836902ba0 DEV-44775 pref incorrectly named 'AudioSteamingMedia' in many places 2010-01-05 13:37:37 -08:00
Xiaohong Bao 904de223b6 for DEV-44376: create a switch for texture decoding. 2009-12-29 18:18:52 -07:00
Xiaohong Bao b07564b15c fix for DEV-44134: trying to move away from a huge amount of objects with media causes viewer to hang for 15-20 seconds. 2009-12-29 15:02:22 -07:00
Steve Bennetts 90548a46ce Additional HTTP Texture tunining
* Important fix in lltexturefetch.cpp where a 'partial' resonse was incorrectly setting mHaveAllData.
2009-12-18 14:42:41 -08:00
brad kittenbrink cb9b874b17 Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. 2009-12-14 11:07:29 -08:00
Xiaohong Bao 558190f50c fix for DEV-43870: EXT-3137: Crash when add quicktime media to multiple faces. 2009-12-10 16:56:09 -07:00
Xiaohong Bao b62a8c14ed fix for DEV-2530: crash after teleporting to refion. 2009-11-16 15:37:52 -08:00
brad kittenbrink 1ea60591a9 Refactoring of llviewerprecompiledheaders.h to hopefully increase stability
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-13 20:33:59 -05:00
Xiaohong Bao 3fe0287d12 do not apply additional decode priority to textures with high boost levels. 2009-11-12 13:40:53 -08:00
Xiaohong Bao f884941a8f use "LLViewerTexture::EBoostLevel" to replace "S32" for texture boost level. 2009-11-11 14:53:13 -08:00
Steve Bennetts 485dcd9a8f Fixed textrue prioritization so that boosted textures are always highest priority. 2009-11-06 16:16:01 -08:00
Steve Bennetts afe6350160 merge from texture-pipeline 2009-11-06 12:15:41 -08:00
Xiaohong Bao 35e200881c merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 2009-11-06 06:52:24 +00:00
Xiaohong Bao abf77532d8 fix the bug that textuer boost level is mixed with boolean numbers. 2009-11-03 19:42:52 -07:00
Xiaohong Bao 99d9712dd7 additional fix for DEV-41913: parcel media does not display on particle textures. 2009-11-01 17:27:25 -07:00
Xiaohong Bao 801301c435 fix DEV-41913: parcel media does not display on particle textures. 2009-10-30 21:22:47 -06:00
Xiaohong Bao 361a227773 fix EXT-1661: Avatars' icons should be cached only once per 24 hours, but not every time the viewer is restarted.
to be reviewed by steve.
2009-10-29 16:12:12 -06:00
Steve Bennetts 53c972a521 * Changes to enable differentiating between icon texture priority and other UI texture priority.
* Still need to only request smaller mip maps of icon textures
2009-10-25 23:05:15 -07:00
Monroe Linden eaf27e7fac Fix for DEV-41572 (login screen image does not display). 2009-10-20 19:13:01 -07:00
Xiaohong Bao c2ddcfae49 fix for EXT-1328: Alpha textures are not displayed correctly when first loaded.
to be reviewed by davep.
2009-10-12 05:32:52 +00:00
Xiaohong Bao b1a280841e fix for DEV-40559: viewer crash when media texture appears while parcel media is loading. 2009-10-03 00:23:01 +00:00