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.1.*git" 12renderer_check = "softpipe" 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] 24 25[[deqp]] 26deqp = "/deqp/modules/gles31/deqp-gles31" 27caselists = ["/deqp/mustpass/gles31-master.txt"] 28deqp_args = [ 29 "--deqp-surface-width=256", 30 "--deqp-surface-height=256", 31 "--deqp-surface-type=pbuffer", 32 "--deqp-gl-config-name=rgba8888d24s8ms0", 33 "--deqp-visibility=hidden" 34] 35 36# Note that KHR-GL3* test sets include all tests from the previous 37# version, so we only need to run one test list (unlike dEQP-GLES, 38# where the test sets are separate). 39[[deqp]] 40deqp = "/deqp/external/openglcts/modules/glcts" 41caselists = [ 42 "/deqp/mustpass/gles2-khr-master.txt", 43 "/deqp/mustpass/gles3-khr-master.txt", 44 "/deqp/mustpass/gles31-khr-master.txt", 45 "/deqp/mustpass/gl33-master.txt", 46] 47deqp_args = [ 48 "--deqp-surface-width=256", 49 "--deqp-surface-height=256", 50 "--deqp-surface-type=pbuffer", 51 "--deqp-gl-config-name=rgba8888d24s8ms0", 52 "--deqp-visibility=hidden" 53] 54 55[[piglit]] 56piglit_folder = "/piglit" 57# We use "gpu" to skip running glslparser tests, with the assumption that 58# they're covered by the llvmpipe run. 59profile = "gpu" 60process_isolation = true 61