[Bug 100871] gles cts hangs mesa indefinitely

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Apr 30 21:55:53 UTC 2017


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

Timothy Arceri <t_arceri at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Timothy Arceri <t_arceri at yahoo.com.au> ---
Should be fixed by:

commit de8e01698fb745e6f91c22470393777093c2c2ee
Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Sun Apr 30 12:12:35 2017 +1000

    i965: Don't allocate uniform space for samplers

    Samplers are encoded into the instruction word, so there's no need to
    make space in the uniform file.

    Previously matrix_columns and vector_elements were set to 0, making this
    else case a no-op. Commit 75a31a20af26 changed that, causing malloc
    corruption in thousands of tests on i965.

    Fixes: 75a31a20af26 ("glsl: set vector_elements to 1 for samplers")

    Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100871

-- 
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/20170430/ec8f4fcd/attachment.html>


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