From 569fc58358a49d6eb8007ea987969c449db43834 Mon Sep 17 00:00:00 2001 From: mobserveur Date: Wed, 6 Nov 2024 01:28:26 +0100 Subject: Re-introduction of the "smoothie" optimization This commit replaces the LL optimizations for Macs with Apple gpus by the "Smoothie" optimizations, and replaces the tuning panel with a simple fps limiter panel. This should fix the crash occurring in extraFPS when the viewer goes in the background. --- .../default/xui/en/floater_mp_performance.xml | 86 +++++++--------------- 1 file changed, 26 insertions(+), 60 deletions(-) (limited to 'indra/newview/skins/default/xui/en/floater_mp_performance.xml') diff --git a/indra/newview/skins/default/xui/en/floater_mp_performance.xml b/indra/newview/skins/default/xui/en/floater_mp_performance.xml index d943a13f66..1b5cf82dcb 100644 --- a/indra/newview/skins/default/xui/en/floater_mp_performance.xml +++ b/indra/newview/skins/default/xui/en/floater_mp_performance.xml @@ -3,11 +3,11 @@ positioning="cascading" legacy_header_height="40" top="12" - right="-324" - height="120" + right="-334" + height="80" min_height="120" - width="320" - min_width="320" + width="330" + min_width="330" can_minimize="true" can_close="true" can_resize="false" @@ -16,85 +16,51 @@ single_instance="true" save_rect="true" save_visibility="true" - title="Megapahit Tuning"> + title="FPS Limiter"> - - - - - - Optimisations: - (needs restart): - - - - - - - + no limit + - + -- cgit v1.2.3