# Basic test set [[deqp]] deqp = "/deqp-gles/modules/gles2/deqp-gles2" caselists = ["/deqp-gles/mustpass/gles2-main.txt"] skips = ["install/freedreno-a6xx-skips.txt"] deqp_args = [ "--deqp-surface-width=256", "--deqp-surface-height=256", "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", "--deqp-gl-config-name=rgba8888d24s8ms0", ] version_check = "GL ES 3.2.*git" renderer_check = "FD750" [[deqp]] deqp = "/deqp-gles/modules/gles3/deqp-gles3" caselists = ["/deqp-gles/mustpass/gles3-main.txt"] skips = ["install/freedreno-a6xx-skips.txt"] deqp_args = [ "--deqp-surface-width=256", "--deqp-surface-height=256", "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", "--deqp-gl-config-name=rgba8888d24s8ms0", ] [[deqp]] deqp = "/deqp-gles/modules/gles31/deqp-gles31" caselists = ["/deqp-gles/mustpass/gles31-main.txt"] skips = ["install/freedreno-a6xx-skips.txt"] deqp_args = [ "--deqp-surface-width=256", "--deqp-surface-height=256", "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", "--deqp-gl-config-name=rgba8888d24s8ms0", ] [[deqp]] deqp = "/deqp-gles/external/openglcts/modules/glcts" caselists = [ "/deqp-gles/mustpass/gles2-khr-main.txt", "/deqp-gles/mustpass/gles3-khr-main.txt", "/deqp-gles/mustpass/gles31-khr-main.txt", ] skips = ["install/freedreno-a6xx-skips.txt"] deqp_args = [ "--deqp-surface-width=256", "--deqp-surface-height=256", "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", "--deqp-gl-config-name=rgba8888d24s8ms0", ] # Note that KHR-GL3* test sets include all tests from the previous # version, so we only need to run one test list (unlike dEQP-GLES, # where the test sets are separate). [[deqp]] deqp = "/deqp-gl/external/openglcts/modules/glcts" caselists = [ "/deqp-gl/mustpass/gl46-main.txt", ] skips = ["install/freedreno-a6xx-skips.txt"] deqp_args = [ "--deqp-surface-width=256", "--deqp-surface-height=256", "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", "--deqp-gl-config-name=rgba8888d24s8ms0", ]