From 7bb6ea9103228b3bf3b28792d8d73e8616471908 Mon Sep 17 00:00:00 2001 From: mobserveur Date: Tue, 23 Jul 2024 02:57:02 +0200 Subject: Apple gpu optimisations based on LL work This commit replaces our former optimisations with LL develop branch work and some tweaks. --- indra/newview/mpfloatertuning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/mpfloatertuning.cpp') diff --git a/indra/newview/mpfloatertuning.cpp b/indra/newview/mpfloatertuning.cpp index 938299cacf..66336a6c47 100644 --- a/indra/newview/mpfloatertuning.cpp +++ b/indra/newview/mpfloatertuning.cpp @@ -89,7 +89,7 @@ void MPFloaterTuning::onFinalCommit() S16 optBuf = optBufCtrl->getCurrentIndex() + 1; gSavedSettings.setU32("MPVBufferOptiMode",optBuf); - LLVertexBuffer::sMappingMode = optBuf; + //LLVertexBuffer::sMappingMode = optBuf; } void MPFloaterTuning::onClose(bool app_quitting) -- cgit v1.2.3