PageRenderTime 24ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/floater_hardware_settings.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 176 lines | 176 code | 0 blank | 0 comment | 0 complexity | 8c93cd38eb98284d0cac52af7e650a91 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. height="224"
  5. layout="topleft"
  6. name="Hardware Settings Floater"
  7. help_topic="hardware_settings_floater"
  8. title="HARDWARE SETTINGS"
  9. width="615">
  10. <text
  11. type="string"
  12. length="1"
  13. follows="left|top"
  14. height="12"
  15. layout="topleft"
  16. left="10"
  17. name="Filtering:"
  18. top="20"
  19. width="188">
  20. Filtering:
  21. </text>
  22. <check_box
  23. control_name="RenderAnisotropic"
  24. height="16"
  25. label="Anisotropic Filtering (slower when enabled)"
  26. layout="topleft"
  27. left_pad="10"
  28. name="ani"
  29. top_delta="0"
  30. width="256" />
  31. <text
  32. type="string"
  33. length="1"
  34. follows="left|top"
  35. height="12"
  36. layout="topleft"
  37. left="10"
  38. name="antialiasing label"
  39. top_pad="7"
  40. width="188">
  41. Antialiasing:
  42. </text>
  43. <combo_box
  44. control_name="RenderFSAASamples"
  45. height="22"
  46. initial_value="false"
  47. label="Antialiasing"
  48. layout="topleft"
  49. left_pad="10"
  50. name="fsaa"
  51. top_delta="0"
  52. width="130">
  53. <combo_box.item
  54. label="Disabled"
  55. name="FSAADisabled"
  56. value="0" />
  57. <combo_box.item
  58. label="2x"
  59. name="2x"
  60. value="2" />
  61. <combo_box.item
  62. label="4x"
  63. name="4x"
  64. value="4" />
  65. <combo_box.item
  66. label="8x"
  67. name="8x"
  68. value="8" />
  69. <combo_box.item
  70. label="16x"
  71. name="16x"
  72. value="16" />
  73. </combo_box>
  74. <text
  75. type="string"
  76. length="1"
  77. follows="left|top"
  78. height="12"
  79. layout="topleft"
  80. left_pad="10"
  81. name="antialiasing restart"
  82. top_delta="0"
  83. width="230">
  84. (requires viewer restart)
  85. </text>
  86. <spinner
  87. control_name="RenderGamma"
  88. decimal_digits="2"
  89. follows="left|top"
  90. height="16"
  91. increment="0.01"
  92. initial_value="1"
  93. label="Gamma:"
  94. label_width="198"
  95. layout="topleft"
  96. left="10"
  97. max_val="2"
  98. name="gamma"
  99. top_pad="11"
  100. width="262" />
  101. <text
  102. type="string"
  103. length="1"
  104. follows="left|top"
  105. height="12"
  106. layout="topleft"
  107. left_pad="10"
  108. name="(brightness, lower is brighter)"
  109. top_delta="2"
  110. width="385">
  111. (0 = default brightness, lower = brighter)
  112. </text>
  113. <text
  114. type="string"
  115. length="1"
  116. follows="left|top"
  117. height="16"
  118. layout="topleft"
  119. left="10"
  120. name="Enable VBO:"
  121. top_pad="10"
  122. width="188">
  123. Enable VBO:
  124. </text>
  125. <check_box
  126. control_name="RenderVBOEnable"
  127. height="16"
  128. initial_value="true"
  129. label="Enable OpenGL Vertex Buffer Objects"
  130. layout="topleft"
  131. left_pad="10"
  132. name="vbo"
  133. tool_tip="Enabling this on modern hardware gives a performance gain. However, older hardware often has poor implementations of VBOs and you may get crashes when this is enabled."
  134. width="315" />
  135. <slider
  136. control_name="TextureMemory"
  137. decimal_digits="0"
  138. follows="left|top"
  139. height="20"
  140. increment="16"
  141. initial_value="32"
  142. label="Texture Memory (MB):"
  143. label_width="195"
  144. layout="topleft"
  145. left="10"
  146. max_val="4096"
  147. name="GraphicsCardTextureMemory"
  148. tool_tip="Amount of memory to allocate for textures. Defaults to video card memory. Reducing this may improve performance but may also make textures blurry."
  149. top_pad="10"
  150. width="360" />
  151. <spinner
  152. control_name="RenderFogRatio"
  153. decimal_digits="1"
  154. follows="left|top"
  155. height="22"
  156. initial_value="4"
  157. label="Fog Distance Ratio:"
  158. label_width="198"
  159. layout="topleft"
  160. left_delta="0"
  161. max_val="10"
  162. min_val="0.5"
  163. name="fog"
  164. top_pad="7"
  165. width="262" />
  166. <button
  167. follows="right|bottom"
  168. height="22"
  169. label="OK"
  170. label_selected="OK"
  171. layout="topleft"
  172. left="-102"
  173. name="OK"
  174. top="192"
  175. width="90" />
  176. </floater>