1[[deqp]] 2deqp = "/deqp/external/openglcts/modules/glcts" 3caselists = [ 4 "/deqp/mustpass/gles31-master.txt", 5 "/deqp/mustpass/gles3-master.txt", 6 "/deqp/mustpass/gles2-master.txt", 7 "/deqp/mustpass/gles31-khr-master.txt", 8 "/deqp/mustpass/gles3-khr-master.txt", 9 "/deqp/mustpass/gles2-khr-master.txt", 10 "/deqp/mustpass/gl31-master.txt", 11] 12deqp_args = [ 13 "--deqp-gl-config-name=rgba8888d24s8ms0", 14 "--deqp-surface-height=256", 15 "--deqp-surface-type=pbuffer", 16 "--deqp-surface-width=256", 17 "--deqp-visibility=hidden", 18] 19version_check = "GL ES 3.1.*git" 20renderer_check = "V3D" 21 22[[piglit]] 23piglit_folder = "/piglit" 24profile = "gpu" 25process_isolation = true 26 [piglit.env] 27 PIGLIT_PLATFORM = "mixed_glx_egl" 28 29# wayland 30[[deqp]] 31deqp = "/deqp/modules/egl/deqp-egl-wayland" 32caselists = ["/deqp/mustpass/egl-master.txt"] 33deqp_args = [ 34 "--deqp-surface-width=256", "--deqp-surface-height=256", 35 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 36 "--deqp-gl-config-name=rgba8888d24s8ms0", 37] 38prefix = "wayland-" 39 40# x11 41[[deqp]] 42deqp = "/deqp/modules/egl/deqp-egl-x11" 43caselists = ["/deqp/mustpass/egl-master.txt"] 44deqp_args = [ 45 "--deqp-surface-width=256", "--deqp-surface-height=256", 46 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 47 "--deqp-gl-config-name=rgba8888d24s8ms0", 48] 49prefix = "x11-" 50