1[[deqp]] 2deqp = "/deqp/modules/gles2/deqp-gles2" 3caselists = ["/deqp/mustpass/gles2-master.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] 11version_check = "GL ES 3.2.*git" 12renderer_check = "virgl" 13 14[[deqp]] 15deqp = "/deqp/modules/gles3/deqp-gles3" 16caselists = ["/deqp/mustpass/gles3-master.txt"] 17deqp_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] 24timeout = 180.0 25 26[[deqp]] 27deqp = "/deqp/modules/gles31/deqp-gles31" 28caselists = ["/deqp/mustpass/gles31-master.txt"] 29deqp_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] 36timeout = 180.0 37 38[[deqp]] 39deqp = "/deqp/external/openglcts/modules/glcts" 40caselists = [ 41 "/deqp/mustpass/gl43-master.txt", 42] 43deqp_args = [ 44 "--deqp-surface-width=256", 45 "--deqp-surface-height=256", 46 "--deqp-surface-type=pbuffer", 47 "--deqp-gl-config-name=rgba8888d24s8ms0", 48 "--deqp-visibility=hidden" 49] 50# Some of the GL4.3 tests will tank virglrenderer and cause remaining rendering 51# to fail until things are recreated, so just do single-test-per-group on them 52# until virglrenderer is stabilized. 53tests_per_group = 1 54 55[[piglit]] 56piglit_folder = "/piglit" 57profile = "quick" 58process_isolation = true 59 [piglit.env] 60 PIGLIT_PLATFORM = "x11_egl" 61