Skip to content
Snippets Groups Projects
Commit e1da5bda authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

merge changes for DRTVWR-257

parents 8a019b96 c5aeb066
No related branches found
No related tags found
No related merge requests found
...@@ -368,3 +368,4 @@ ab0aa2f6ba22b52fed30a2337197f589156edc75 DRTVWR-253 ...@@ -368,3 +368,4 @@ ab0aa2f6ba22b52fed30a2337197f589156edc75 DRTVWR-253
48382ec79741671d19ce4cc3e8cd59e9a521e4a7 DRTVWR-254 48382ec79741671d19ce4cc3e8cd59e9a521e4a7 DRTVWR-254
937ec902bb9a1cbceff17bd89e3923352b0a5fbc DRTVWR-256 937ec902bb9a1cbceff17bd89e3923352b0a5fbc DRTVWR-256
44e764a6ac9e672a4f3bce821a4b6a218590c374 DRTVWR-258 44e764a6ac9e672a4f3bce821a4b6a218590c374 DRTVWR-258
c23d734065ed593b2413385aecd8366d8e0ee96b DRTVWR-257
...@@ -730,7 +730,9 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures) ...@@ -730,7 +730,9 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures)
maskFeatures("High"); maskFeatures("High");
maskFeatures("Class5"); maskFeatures("Class5");
break; break;
case 6:
maskFeatures("Ultra");
break;
default: default:
maskFeatures("Low"); maskFeatures("Low");
maskFeatures("Class0"); maskFeatures("Class0");
......
...@@ -55,30 +55,57 @@ ...@@ -55,30 +55,57 @@
name="LowGraphicsDivet" name="LowGraphicsDivet"
top_delta="-2" top_delta="-2"
width="2" /> width="2" />
<icon
color="0.12 0.12 0.12 1"
height="14"
image_name="Rounded_Square"
layout="topleft"
left_pad="41"
name="LowMidraphicsDivet"
top_delta="-2"
width="2" />
<icon <icon
color="0.12 0.12 0.12 1" color="0.12 0.12 0.12 1"
height="14" height="14"
image_name="Rounded_Square" image_name="Rounded_Square"
layout="topleft" layout="topleft"
left_pad="83" left_pad="41"
name="MidGraphicsDivet" name="MidGraphicsDivet"
top_delta="0" top_delta="0"
width="2" /> width="2" />
<icon
color="0.12 0.12 0.12 1"
height="14"
image_name="Rounded_Square"
layout="topleft"
left_pad="41"
name="MidHighGraphicsDivet"
top_delta="0"
width="2" />
<icon <icon
color="0.12 0.12 0.12 1" color="0.12 0.12 0.12 1"
height="14" height="14"
image_name="Rounded_Square" image_name="Rounded_Square"
layout="topleft" layout="topleft"
left_pad="85" left_pad="41"
name="HighGraphicsDivet" name="HighGraphicsDivet"
top_delta="0" top_delta="0"
width="2" /> width="2" />
<icon
color="0.12 0.12 0.12 1"
height="14"
image_name="Rounded_Square"
layout="topleft"
left_pad="41"
name="HighUltraGraphicsDivet"
top_delta="0"
width="2" />
<icon <icon
color="0.12 0.12 0.12 1" color="0.12 0.12 0.12 1"
height="14" height="14"
image_name="Rounded_Square" image_name="Rounded_Square"
layout="topleft" layout="topleft"
left_pad="83" left_pad="41"
name="UltraGraphicsDivet" name="UltraGraphicsDivet"
top_delta="0" top_delta="0"
width="2" /> width="2" />
...@@ -91,7 +118,7 @@ ...@@ -91,7 +118,7 @@
initial_value="0" initial_value="0"
layout="topleft" layout="topleft"
left="120" left="120"
max_val="3" max_val="6"
name="QualityPerformanceSelection" name="QualityPerformanceSelection"
show_text="false" show_text="false"
top_delta="-2" top_delta="-2"
...@@ -120,12 +147,12 @@ ...@@ -120,12 +147,12 @@
height="12" height="12"
layout="topleft" layout="topleft"
left_delta="87" left_delta="87"
name="ShadersPrefText2" name="ShadersPrefText3"
top_delta="0" top_delta="0"
width="80"> width="80">
Mid Mid
</text> </text>
<text <text
type="string" type="string"
length="1" length="1"
follows="left|top" follows="left|top"
...@@ -136,8 +163,8 @@ ...@@ -136,8 +163,8 @@
name="ShadersPrefText3" name="ShadersPrefText3"
top_delta="0" top_delta="0"
width="80"> width="80">
High High
</text> </text>
<text <text
type="string" type="string"
length="1" length="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment