[Bug 108868] [BYT IVB] Tesselation test regressions

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 26 18:39:25 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108868

            Bug ID: 108868
           Summary: [BYT IVB] Tesselation test regressions
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i965
          Assignee: kusmabite at gmail.com
          Reporter: mark.a.janes at intel.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org
                CC: lemody at gmail.com

The following tests regressed:
KHR-GLES31.core.tessellation_shader.single.isolines_tessellation
KHR-GLES31.core.tessellation_shader.tessellation_control_to_tessellation_evaluation.data_pass_through
KHR-GLES31.core.tessellation_shader.tessellation_control_to_tessellation_evaluation.gl_MaxPatchVertices_Position_PointSize
KHR-GLES31.core.tessellation_shader.tessellation_control_to_tessellation_evaluation.gl_tessLevel
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule1
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule2
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule3
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule4
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule5
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule6
KHR-GLES31.core.tessellation_shader.tessellation_invariance.invariance_rule7
KHR-GLES31.core.tessellation_shader.tessellation_shader_point_mode.points_verification
KHR-GLES31.core.tessellation_shader.tessellation_shader_quads_tessellation.degenerate_case
KHR-GLES31.core.tessellation_shader.tessellation_shader_quads_tessellation.inner_tessellation_level_rounding
KHR-GLES31.core.tessellation_shader.tessellation_shader_triangles_tessellation.identical_triangles
KHR-GLES31.core.tessellation_shader.tessellation_shader_triangles_tessellation.inner_tessellation_level_rounding
KHR-GLES31.core.tessellation_shader.vertex.vertex_ordering
KHR-GLES31.core.tessellation_shader.vertex.vertex_spacing


Sample output:

glBeginQuery() called for target GL_PRIMITIVES_GENERATED_EXT failed:
glGetError() returned GL_INVALID_ENUM at esextcTessellationShaderUtils.cpp:75


Bisected to:
f09d94fbd113f6fd0e9583b6c21826281c39ea97
Author:     Erik Faye-Lund <erik.faye-lund at collabora.com>
mesa/main: fix validation of transform-feedback queries

ctx->Extensions.EXT_transform_feedback is set based on the driver-
capabilities, not based on the context type. We need to check against
_mesa_has_EXT_transform_feedback(ctx) instead to figure out if the
extension is really supported. We also need to check for
OES_geometry_shader.

This turns usage of GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN into an
error on ES 2, as well as usage of GL_PRIMITIVES_GENERATED on ES 3, both
as required by the spec.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181126/5aa7a561/attachment.html>


More information about the intel-3d-bugs mailing list