aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfasttimerview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2010-02-09 21:14:55 -0600
committerJacek Antonelli2010-02-16 18:50:21 -0600
commit45277e02ea120efb90ffc10beb33fa2364d631aa (patch)
tree3f76fe085798d995330979330d5db293bd7f4534 /linden/indra/newview/llfasttimerview.cpp
parentPorted many texture engine changes from Snowglobe. (diff)
downloadmeta-impy-45277e02ea120efb90ffc10beb33fa2364d631aa.zip
meta-impy-45277e02ea120efb90ffc10beb33fa2364d631aa.tar.gz
meta-impy-45277e02ea120efb90ffc10beb33fa2364d631aa.tar.bz2
meta-impy-45277e02ea120efb90ffc10beb33fa2364d631aa.tar.xz
Ported some stats and texture console changes from Snowglobe.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfasttimerview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfasttimerview.cpp b/linden/indra/newview/llfasttimerview.cpp
index c9037d0..5e8095e 100644
--- a/linden/indra/newview/llfasttimerview.cpp
+++ b/linden/indra/newview/llfasttimerview.cpp
@@ -147,6 +147,7 @@ static struct ft_display_info ft_display_table[] =
147 { LLFastTimer::FTM_IMAGE_UPDATE, " Image Update", &LLColor4::yellow4, 1 }, 147 { LLFastTimer::FTM_IMAGE_UPDATE, " Image Update", &LLColor4::yellow4, 1 },
148 { LLFastTimer::FTM_IMAGE_CREATE, " Image CreateGL",&LLColor4::yellow5, 0 }, 148 { LLFastTimer::FTM_IMAGE_CREATE, " Image CreateGL",&LLColor4::yellow5, 0 },
149 { LLFastTimer::FTM_IMAGE_DECODE, " Image Decode", &LLColor4::yellow6, 0 }, 149 { LLFastTimer::FTM_IMAGE_DECODE, " Image Decode", &LLColor4::yellow6, 0 },
150 { LLFastTimer::FTM_IMAGE_READBACK, " Image Readback",&LLColor4::red2, 0 },
150 { LLFastTimer::FTM_IMAGE_MARK_DIRTY, " Dirty Textures",&LLColor4::red1, 0 }, 151 { LLFastTimer::FTM_IMAGE_MARK_DIRTY, " Dirty Textures",&LLColor4::red1, 0 },
151 { LLFastTimer::FTM_STATESORT, " State Sort", &LLColor4::orange1, 1 }, 152 { LLFastTimer::FTM_STATESORT, " State Sort", &LLColor4::orange1, 1 },
152 { LLFastTimer::FTM_STATESORT_DRAWABLE, " Drawable", &LLColor4::orange2, 0 }, 153 { LLFastTimer::FTM_STATESORT_DRAWABLE, " Drawable", &LLColor4::orange2, 0 },