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 = "Intel.*HSW GT2" 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] 24version_check = "GL ES 3.2.*git" 25renderer_check = "Intel.*HSW GT2" 26 27[[deqp]] 28deqp = "/deqp/modules/gles31/deqp-gles31" 29caselists = ["/deqp/mustpass/gles31-master.txt"] 30deqp_args = [ 31 "--deqp-surface-width=256", 32 "--deqp-surface-height=256", 33 "--deqp-surface-type=pbuffer", 34 "--deqp-gl-config-name=rgba8888d24s8ms0", 35 "--deqp-visibility=hidden" 36] 37version_check = "GL ES 3.2.*git" 38renderer_check = "Intel.*HSW GT2" 39 40[[deqp]] 41deqp = "/deqp/external/openglcts/modules/glcts" 42caselists = [ 43 "/deqp/mustpass/gles2-khr-master.txt", 44 "/deqp/mustpass/gles3-khr-master.txt", 45 "/deqp/mustpass/gles31-khr-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[[deqp]] 56deqp = "/deqp/external/openglcts/modules/glcts" 57caselists = ["/deqp/mustpass/gl46-master.txt"] 58deqp_args = [ 59 "--deqp-surface-width=256", "--deqp-surface-height=256", 60 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 61 "--deqp-gl-config-name=rgba8888d24s8ms0", 62] 63 64[[piglit]] 65piglit_folder = "/piglit" 66# We use "gpu" to skip running glslparser tests, with the assumption that 67# they're covered by the llvmpipe run. 68profile = "gpu" 69process_isolation = true 70 [piglit.env] 71 PIGLIT_PLATFORM = "gbm" 72