summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-09-19 20:05:53 -0700
committerRichard Linden <none@none>2013-09-19 20:05:53 -0700
commit05ec5ca3d592ed7c730026582a2573d04c6e4c16 (patch)
treeb486498f179ae1fa74933f4e9391e318e38535de /indra/newview/skins
parent448f5b42a071a88d5e3031538bcf60102c99af89 (diff)
BUILDFIX: forgot forward declaration
better overrides for memclaim and memdisclaim of sizes added occlusion stats to stats floater stats now render range instead of mean
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-xindra/newview/skins/default/xui/en/floater_stats.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_stats.xml b/indra/newview/skins/default/xui/en/floater_stats.xml
index 02d1bf6a0e..fa1823ed67 100755
--- a/indra/newview/skins/default/xui/en/floater_stats.xml
+++ b/indra/newview/skins/default/xui/en/floater_stats.xml
@@ -75,7 +75,16 @@
label="Object Cache Hit Rate"
stat="object_cache_hits"
show_history="true"/>
- </stat_view>
+ <stat_bar name="occlusion_queries"
+ label="Occlusion Queries Performed"
+ stat="occlusion_queries"/>
+ <stat_bar name="occluded"
+ label="Objects Occluded"
+ stat="occluded_objects"/>
+ <stat_bar name="unoccluded"
+ label="Object Unoccluded"
+ stat="unoccluded_objects"/>
+ </stat_view>
<stat_view name="texture"
label="Texture"
follows="left|top|right"