• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[[deqp]]
2deqp = "/deqp/external/openglcts/modules/glcts"
3caselists = [
4    # The GL* tests include the tests for the previous versions, but the GLES*
5    # tests don't.
6    "/deqp/mustpass/gles2-master.txt",
7    "/deqp/mustpass/gles3-master.txt",
8    "/deqp/mustpass/gles31-master.txt",
9    "/deqp/mustpass/gles2-khr-master.txt",
10    "/deqp/mustpass/gles3-khr-master.txt",
11    "/deqp/mustpass/gles31-khr-master.txt",
12    "/deqp/mustpass/gl46-master.txt",
13    "/deqp/mustpass/gl46-khr-single.txt",
14]
15deqp_args = [
16    "--deqp-surface-width=256", "--deqp-surface-height=256",
17    "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
18    "--deqp-gl-config-name=rgba8888d24s8ms0",
19]
20renderer_check = "vangogh"
21
22[[piglit]]
23piglit_folder = "/piglit"
24profile = "gpu"
25process_isolation = true
26  [piglit.env]
27  PIGLIT_NO_WINDOW = "1"
28  PIGLIT_PLATFORM = "gbm"
29  WAFFLE_PLATFORM = "gbm"
30