mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
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:
parent
74a40cc4b6
commit
45e2efbe85
1 changed files with 40 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue