summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
AgeCommit message (Collapse)Author
2009-11-16fix for DEV-2530: crash after teleporting to refion.Xiaohong Bao
2009-11-12do not apply additional decode priority to textures with high boost levels.Xiaohong Bao
2009-11-11use "LLViewerTexture::EBoostLevel" to replace "S32" for texture boost level.Xiaohong Bao
2009-11-06Fixed textrue prioritization so that boosted textures are always highest ↵Steve Bennetts
priority.
2009-11-06merge from texture-pipelineSteve Bennetts
2009-11-06merge QAR-1829: texture pipeline branch in viewer-2.0.0.3Xiaohong Bao
2009-11-03fix the bug that textuer boost level is mixed with boolean numbers.Xiaohong Bao
2009-11-01additional fix for DEV-41913: parcel media does not display on particle ↵Xiaohong Bao
textures.
2009-10-30fix DEV-41913: parcel media does not display on particle textures.Xiaohong Bao
2009-10-29fix 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-20Fix for DEV-41572 (login screen image does not display).Monroe Linden
2009-10-12fix for EXT-1328: Alpha textures are not displayed correctly when first loaded.Xiaohong Bao
to be reviewed by davep.
2009-10-03fix for DEV-40559: viewer crash when media texture appears while parcel ↵Xiaohong Bao
media is loading.
2009-10-01svn 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-22Merging render-pipeline-6-qa-2 into viewer-2David Parks
Self reviewed.
2009-09-18merge -r132681 from texture-pipeline-4 to fix a flaw of endlessly fetching ↵Xiaohong Bao
the default texture.
2009-09-09merge -r132032-132812 ↵Richard Nelson
svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1
2009-07-31for DEV-33077 partially: don't call analyzeAlpha for media textures.Xiaohong Bao
2009-07-30merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3
2009-07-16make LLViewerTextureManager::staticCastToFetchedTexture to accept NULL ↵Xiaohong Bao
pointer as input.
2009-07-10merge QAR-1579: texture-cleanup-1.Xiaohong Bao