summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-06-26 22:27:24 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-06-26 22:27:24 -0600
commit0730b24d7cb0a0ce0d6d08bc4e98387124bf03d0 (patch)
tree06a5f163a40800f387f9b4a03b6b71e23d02b244 /indra/newview/llviewertexture.cpp
parent74d4f8af01358c0975351f90f044c03bc9c50c4c (diff)
fix merge conflicts: v-r to drano
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 73f7d0d7ee..077056b66a 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -410,15 +410,11 @@ void LLViewerTextureManager::cleanup()
void LLViewerTexture::initClass()
{
LLImageGL::sDefaultGLTexture = LLViewerFetchedTexture::sDefaultImagep->getGLTexture() ;
-<<<<<<< local
if(gSavedSettings.getBOOL("TextureFetchDebuggerEnabled"))
{
sTexelPixelRatio = gSavedSettings.getF32("TexelPixelRatio");
}
-=======
- sTexelPixelRatio = gSavedSettings.getF32("TexelPixelRatio");
->>>>>>> other
}
// static
@@ -2221,14 +2217,10 @@ bool LLViewerFetchedTexture::updateFetch()
void LLViewerFetchedTexture::clearFetchedResults()
{
-<<<<<<< local
if(mNeedsCreateTexture || mIsFetching)
{
return ;
}
-=======
- llassert_always(!mNeedsCreateTexture && !mIsFetching);
->>>>>>> other
cleanup();
destroyGLTexture();
@@ -2243,24 +2235,13 @@ void LLViewerFetchedTexture::forceToDeleteRequest()
{
if (mHasFetcher)
{
-<<<<<<< local
-=======
- LLAppViewer::getTextureFetch()->deleteRequest(getID(), true);
->>>>>>> other
mHasFetcher = FALSE;
mIsFetching = FALSE ;
-<<<<<<< local
-=======
- resetTextureStats();
->>>>>>> other
}
-<<<<<<< local
resetTextureStats();
mDesiredDiscardLevel = getMaxDiscardLevel() + 1;
-=======
->>>>>>> other
}
void LLViewerFetchedTexture::setIsMissingAsset()