summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml
blob: e76ad566608ede539fa6e6fe1daaf8676a30cf9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Hardware Settings Floater" title="Ustawienia Sprzętowe">
	<text type="string" length="1" name="Filtering:">
		Filtrowanie:
	</text>
	<check_box label="Filtrowanie Anizotropowe" name="ani" />
	<text type="string" length="1" name="Antialiasing:">
		Antialiasing:
	</text>
	<combo_box label="Antialiasing" name="fsaa" width="84">
		<combo_box.item name="FSAADisabled">
			Wyłączone
		</combo_box.item>
		<combo_box.item name="2x">
			2x
		</combo_box.item>
		<combo_box.item name="4x">
			4x
		</combo_box.item>
		<combo_box.item name="8x">
			8x
		</combo_box.item>
		<combo_box.item name="16x">
			16x
		</combo_box.item>
	</combo_box>
	<spinner label="Gamma:" name="gamma" />
	<text type="string" length="1" name="(brightness, lower is brighter)">
		(jaskrawość, mniej jest jaśniej, 0=domyślny)
	</text>
	<text type="string" length="1" name="Enable VBO:">
		Włącz VBO:
	</text>
	<check_box label="Włącz Bufor Vertexów OpenGL" name="vbo" tool_tip="" />
	<slider label="Pamięć Tekstur (MB):" name="GrapicsCardTextureMemory" tool_tip="" />
	<spinner label="Stosunek Dystansu Mgły:" name="fog" />
	<button label="OK" label_selected="OK" name="OK" />
</floater>