zink+anv: add regression testing with pipeline libraries

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24716>
This commit is contained in:
Lionel Landwerlin 2023-08-29 10:02:30 +03:00 committed by Marge Bot
parent 74a40cc4b6
commit 45e2efbe85

View file

@ -54,6 +54,46 @@ timeout = 180.0
[deqp.env]
ZINK_DEBUG = "validation"
# Regression testing for graphics pipelines where fragment shaders
# don't know about multisampling etc... at compile time
[[deqp]]
deqp = "/deqp/external/openglcts/modules/glcts"
caselists = [
"/deqp/mustpass/gl46-master.txt",
]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
skips = ["/install/zink-anv-tgl-premerge-skips.txt"]
timeout = 180.0
include = ["KHR-GL46.sample_variables.mask.rgba8.*.samples.*.mask.*"]
prefix = "noopt-"
[deqp.env]
ZINK_DEBUG = "nobgc,noopt,validation"
# Regression testing for graphics pipelines where fragment shaders
# don't know about multisampling etc... at compile time
[[deqp]]
deqp = "/deqp/modules/gles31/deqp-gles31"
caselists = ["/deqp/mustpass/gles31-master.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
timeout = 180.0
include = ["dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_sample.*"]
prefix = "noopt-"
[deqp.env]
ZINK_DEBUG = "nobgc,noopt,validation"
[[piglit]]
piglit_folder = "/piglit"
profile = "quick_gl"