diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-05-23 10:55:50 -0500 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-23 10:55:50 -0500 |
| commit | 0c7205e5f1fadadcfbe08d87f0e08c7946aaffbd (patch) | |
| tree | 056ca97aa423bd93f1a2e486b1bc22fbb3eea452 /indra/llrender/llgltexture.cpp | |
| parent | 13b746401e0447226dc16bbefdcfb82d25ec8e63 (diff) | |
SL-19560 Better fix for blurry BoM textures.
Diffstat (limited to 'indra/llrender/llgltexture.cpp')
| -rw-r--r-- | indra/llrender/llgltexture.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/indra/llrender/llgltexture.cpp b/indra/llrender/llgltexture.cpp index e012eb9a62..7fdef4a3b7 100644 --- a/indra/llrender/llgltexture.cpp +++ b/indra/llrender/llgltexture.cpp @@ -27,25 +27,6 @@ #include "llgltexture.h" -// static -S32 LLGLTexture::getTotalNumOfCategories() -{ - return MAX_GL_IMAGE_CATEGORY - (BOOST_HIGH - BOOST_SCULPTED) + 2 ; -} - -// static -//index starts from zero. -S32 LLGLTexture::getIndexFromCategory(S32 category) -{ - return (category < BOOST_HIGH) ? category : category - (BOOST_HIGH - BOOST_SCULPTED) + 1 ; -} - -//static -S32 LLGLTexture::getCategoryFromIndex(S32 index) -{ - return (index < BOOST_HIGH) ? index : index + (BOOST_HIGH - BOOST_SCULPTED) - 1 ; -} - LLGLTexture::LLGLTexture(BOOL usemipmaps) { init(); |
