1[[deqp]] 2deqp = "/deqp/modules/gles31/deqp-gles31" 3caselists = [ 4 "/deqp/mustpass/gles31-main.txt", 5] 6deqp_args = [ 7 "--deqp-surface-width=256", "--deqp-surface-height=256", 8 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 9 "--deqp-gl-config-name=rgba8888d24s8ms0", 10] 11 12[[deqp]] 13deqp = "/deqp/modules/gles3/deqp-gles3" 14caselists = [ 15 "/deqp/mustpass/gles3-main.txt", 16] 17deqp_args = [ 18 "--deqp-surface-width=256", "--deqp-surface-height=256", 19 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 20 "--deqp-gl-config-name=rgba8888d24s8ms0", 21] 22 23[[deqp]] 24deqp = "/deqp/modules/gles2/deqp-gles2" 25caselists = [ 26 "/deqp/mustpass/gles2-main.txt", 27] 28deqp_args = [ 29 "--deqp-surface-width=256", "--deqp-surface-height=256", 30 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 31 "--deqp-gl-config-name=rgba8888d24s8ms0", 32] 33 34[[deqp]] 35deqp = "/deqp/external/openglcts/modules/glcts" 36caselists = [ 37 # The GLES* tests don't include the tests for the previous versions. 38 "/deqp/mustpass/gles2-khr-main.txt", 39 "/deqp/mustpass/gles3-khr-main.txt", 40 "/deqp/mustpass/gles31-khr-main.txt", 41] 42deqp_args = [ 43 "--deqp-surface-width=256", "--deqp-surface-height=256", 44 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 45 "--deqp-gl-config-name=rgba8888d24s8ms0", 46] 47 48[[deqp]] 49deqp = "/deqp/external/openglcts/modules/glcts" 50caselists = [ 51 # The GL* tests include the tests for the previous versions. 52 "/deqp/mustpass/gl46-main.txt", 53 "/deqp/mustpass/gl46-khr-single.txt", 54] 55deqp_args = [ 56 "--deqp-surface-width=256", "--deqp-surface-height=256", 57 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 58 "--deqp-gl-config-name=rgba8888d24s8ms0", 59] 60renderer_check = "vangogh" 61 62[[piglit]] 63piglit_folder = "/piglit" 64profile = "gpu" 65process_isolation = true 66 [piglit.env] 67 PIGLIT_NO_WINDOW = "1" 68 PIGLIT_PLATFORM = "gbm" 69 WAFFLE_PLATFORM = "gbm" 70