~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/drivers/virgl/ci/deqp-virpipe-gl.toml

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[[deqp]]
2
 
deqp = "/deqp/modules/gles2/deqp-gles2"
3
 
caselists = ["/deqp/mustpass/gles2-master.txt"]
4
 
deqp_args = [
5
 
    "--deqp-surface-width=256",
6
 
    "--deqp-surface-height=256",
7
 
    "--deqp-surface-type=pbuffer",
8
 
    "--deqp-gl-config-name=rgba8888d24s8ms0",
9
 
    "--deqp-visibility=hidden"
10
 
]
11
 
version_check = "GL ES 3.2.*git"
12
 
renderer_check = "virgl"
13
 
 
14
 
[[deqp]]
15
 
deqp = "/deqp/modules/gles3/deqp-gles3"
16
 
caselists = ["/deqp/mustpass/gles3-master.txt"]
17
 
deqp_args = [
18
 
    "--deqp-surface-width=256",
19
 
    "--deqp-surface-height=256",
20
 
    "--deqp-surface-type=pbuffer",
21
 
    "--deqp-gl-config-name=rgba8888d24s8ms0",
22
 
    "--deqp-visibility=hidden"
23
 
]
24
 
timeout = 180.0
25
 
 
26
 
[[deqp]]
27
 
deqp = "/deqp/modules/gles31/deqp-gles31"
28
 
caselists = ["/deqp/mustpass/gles31-master.txt"]
29
 
deqp_args = [
30
 
    "--deqp-surface-width=256",
31
 
    "--deqp-surface-height=256",
32
 
    "--deqp-surface-type=pbuffer",
33
 
    "--deqp-gl-config-name=rgba8888d24s8ms0",
34
 
    "--deqp-visibility=hidden"
35
 
]
36
 
timeout = 180.0
37
 
 
38
 
[[deqp]]
39
 
deqp = "/deqp/external/openglcts/modules/glcts"
40
 
caselists = [
41
 
    "/deqp/mustpass/gl30-master.txt",
42
 
    "/deqp/mustpass/gl31-master.txt",
43
 
    "/deqp/mustpass/gl32-master.txt",
44
 
]
45
 
deqp_args = [
46
 
    "--deqp-surface-width=256",
47
 
    "--deqp-surface-height=256",
48
 
    "--deqp-surface-type=pbuffer",
49
 
    "--deqp-gl-config-name=rgba8888d24s8ms0",
50
 
    "--deqp-visibility=hidden"
51
 
]