[Bug 107676] [ivb hsw bdw skl kbl cfl] Regressions in deqp and glcts following 9176703788c and b03dcb1e5f5

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 24 15:55:43 UTC 2018


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

            Bug ID: 107676
           Summary: [ivb hsw bdw skl kbl cfl] Regressions in deqp and
                    glcts following 9176703788c and b03dcb1e5f5
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i965
          Assignee: intel-3d-bugs at lists.freedesktop.org
          Reporter: clayton.a.craft at intel.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org

The following tests are failing after commits 9176703788c and b03dcb1e5f5:


dEQP-GLES31.­functional.­tessellation.­state_query.­max_uniform_buffer_bindings
dEQP-GLES31.­functional.­tessellation.­state_query.­max_combined_texture_image_units
dEQP-GLES31.­functional.­state_query.­integer.­max_uniform_buffer_bindings_getinteger64
dEQP-GLES31.­functional.­state_query.­integer.­max_uniform_buffer_bindings_getinteger
dEQP-GLES31.­functional.­state_query.­integer.­max_uniform_buffer_bindings_getfloat
dEQP-GLES31.­functional.­state_query.­integer.­max_combined_texture_image_units_getinteger64
dEQP-GLES31.­functional.­state_query.­integer.­max_combined_texture_image_units_getinteger
dEQP-GLES31.­functional.­state_query.­integer.­max_combined_texture_image_units_getfloat
dEQP-GLES31.­functional.­compute.­basic.­ubo_to_ssbo_multiple_groups
KHR-GL46.­map_buffer_alignment.­functional 
KHR-GL46.­limits.­max_uniform_buffer_bindings


Output from one of the tests
(dEQP-GLES31.­functional.­tessellation.­state_query.­max_uniform_buffer_bindings):

glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b184);
// data = { 70 }
glGetError();
// GL_NO_ERROR returned
 // ERROR: Expected greater or equal to 72, got 70
glGetBooleanv(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b18e);
// data = { GL_TRUE }
glGetError();
// GL_NO_ERROR returned
glGetInteger64v(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b168);
// data = { 70 }
glGetError();
// GL_NO_ERROR returned
 // ERROR: Expected greater or equal to 72, got 70
glGetFloatv(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b158);
// data = { 70 }
glGetError();
// GL_NO_ERROR returned
 // ERROR: Expected greater or equal to 72, got 70

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/20180824/83226905/attachment.html>


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