• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[[deqp]]
2deqp = "/deqp-gles/modules/gles2/deqp-gles2"
3caselists = ["/deqp-gles/mustpass/gles2-main.txt"]
4deqp_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]
11timeout = 180.0
12version_check = "GL ES 3.2.*git"
13renderer_check = "zink.*llvmpipe"
14
15[[deqp]]
16deqp = "/deqp-gles/modules/gles3/deqp-gles3"
17caselists = ["/deqp-gles/mustpass/gles3-main.txt"]
18deqp_args = [
19    "--deqp-surface-width=256",
20    "--deqp-surface-height=256",
21    "--deqp-surface-type=pbuffer",
22    "--deqp-gl-config-name=rgba8888d24s8ms0",
23    "--deqp-visibility=hidden"
24]
25timeout = 180.0
26
27[[deqp]]
28deqp = "/deqp-gles/modules/gles31/deqp-gles31"
29caselists = ["/deqp-gles/mustpass/gles31-main.txt"]
30deqp_args = [
31    "--deqp-surface-width=256",
32    "--deqp-surface-height=256",
33    "--deqp-surface-type=pbuffer",
34    "--deqp-gl-config-name=rgba8888d24s8ms0",
35    "--deqp-visibility=hidden"
36]
37timeout = 180.0
38
39[[deqp]]
40deqp = "/deqp-gl/external/openglcts/modules/glcts"
41caselists = [
42    "/deqp-gl/mustpass/gl46-main.txt",
43    "/deqp-gl/mustpass/gl46-khr-single.txt",
44]
45deqp_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]
52timeout = 180.0
53
54[[piglit]]
55piglit_folder = "/piglit"
56profile = "gpu"
57process_isolation = true
58timeout = 180.0
59  [piglit.env]
60  # Disable validation on piglit.  We end up with use-after-frees from
61  # piglit_report() -> exit() having freed validation layer state, with a
62  # st_glFlush() -> tc_batch_execute() -> zink_set_vertex_buffers ->
63  # vulkan_layer_chassis::CmdPipelineBarrier2() (etc.) happening after that
64  # somehow.
65  ZINK_DEBUG = ""
66