summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/opengl-demos.xml
blob: 03d9431dda1d585f6275ab4f9e52eaf5a1854ba5 (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
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.0.2</Version>
		<TestType>System</TestType>
		<Title>OpenGL Demos Test Suite</Title>
		<Maintainer>Michael Larabel</Maintainer>
		<Description>The opengl-demos suite contains tests that are considered OpenGL demos and not directly a game or other real-world OpenGL software test.</Description>
	</SuiteInformation>
	<RunTest>
		<Test>glmark</Test>
		<Arguments>$VIDEO_WIDTH $VIDEO_HEIGHT 24 0 VERTEX_ARRAY</Arguments>
		<Description>$VIDEO_WIDTH x $VIDEO_HEIGHT - Vertex Array</Description>
	</RunTest>
	<RunTest>
		<Test>lightsmark</Test>
		<Arguments>$VIDEO_WIDTHx$VIDEO_HEIGHT</Arguments>
		<Description>$VIDEO_WIDTH x $VIDEO_HEIGHT</Description>
	</RunTest>
	<RunTest>
		<Test>unigine</Test>
	</RunTest>
	<RunTest>
		<Test>norsetto-shadow</Test>
	</RunTest>
</PhoronixTestSuite>