diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-04-26 09:27:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 09:27:27 -0700 |
commit | 6f51d909a2cd4fd5d875cf255f5379bc5c1984d2 (patch) | |
tree | 385c08e9692d8350521996178cf9d05d69d70cf4 /indra/llrender/llgltexture.h | |
parent | 86c0c1d5536897c925f4e8aa2859a160313d964c (diff) | |
parent | 668c63c2c4e2d9757ccaebbfea5f99264b7352c2 (diff) |
Merge pull request #1337 from secondlife/v-1184
Cached minimap textures still using extra memory/loading still not reliable
Diffstat (limited to 'indra/llrender/llgltexture.h')
-rw-r--r-- | indra/llrender/llgltexture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h index 1cc8fbe523..fa6faa2583 100644 --- a/indra/llrender/llgltexture.h +++ b/indra/llrender/llgltexture.h @@ -52,10 +52,11 @@ public: BOOST_AVATAR , BOOST_AVATAR_BAKED , BOOST_SCULPTED , + BOOST_TERRAIN , // Needed for minimap generation for now. Lower than BOOST_HIGH so the texture stats don't get forced, i.e. texture stats are manually managed by minimap/terrain instead. BOOST_HIGH = 10, BOOST_BUMP , - BOOST_TERRAIN , // has to be high priority for minimap / low detail + BOOST_UNUSED_1 , // Placeholder to avoid disrupting habits around texture debug BOOST_SELECTED , BOOST_AVATAR_BAKED_SELF , BOOST_AVATAR_SELF , // needed for baking avatar |