Module: Mesa Branch: main Commit: eac875a78e2d0b083bbbc782ef45c8f2ac051017 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eac875a78e2d0b083bbbc782ef45c8f2ac051017
Author: Emma Anholt <[email protected]> Date: Mon Feb 27 09:32:14 2023 -0800 ci/crocus: Add new tess xfails and a link to the regression bug report. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21565> --- src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt b/src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt index e68d97ed84a..15f38d2d149 100644 --- a/src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt +++ b/src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt @@ -953,3 +953,10 @@ spec@nv_copy_image@nv_copy_image-formats --samples=8@Source: GL_RGBA8_SNORM/Dest # See issue #7152 spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail + +# https://gitlab.freedesktop.org/mesa/mesa/-/issues/8348 +KHR-GL46.tessellation_shader.tessellation_control_to_tessellation_evaluation.gl_tessLevel,Fail +KHR-GL46.tessellation_shader.tessellation_shader_tessellation.TES,Fail +spec@arb_tessellation_shader@execution@vs-tes-tessinner-tessouter-inputs-quads,Fail +spec@arb_tessellation_shader@execution@vs-tes-tessinner-tessouter-inputs-quads-dlist,Fail +spec@arb_tessellation_shader@execution@vs-tes-tessinner-tessouter-inputs-tris,Fail
