[Mesa-dev] [Bug 43353] [swrast] piglit bgra-vert-attrib-pointer regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 29 15:50:16 PST 2011


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

--- Comment #3 from Vinson Lee <vlee at vmware.com> 2011-11-29 15:50:16 PST ---
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
762c9766c93697af8d7fbaa729aed118789dbe8e
76ba431b97087e2d5ca0351e0d613f0812fd1425
We cannot bisect more!
bisect run cannot continue any more



commit 762c9766c93697af8d7fbaa729aed118789dbe8e
Author: Mathias Fröhlich <Mathias.Froehlich at web.de>
Date:   Mon Oct 31 22:23:51 2011 +0100

    mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.

    Replace the distinct struct gl_client_array members in gl_array_object by
    an array of gl_client_arrays indexed by VERT_ATTRIB_*.
    Renumber the vertex attributes slightly to keep the old semantics of the
    distinct array members. Make use of the upper 32 bits in VERT_BIT_*.
    Update all occurances of the distinct struct members with the array
    equivalents.

    Signed-off-by: Mathias Froehlich <Mathias.Froehlich at web.de>
    Reviewed-by: Eric Anholt <eric at anholt.net>


commit 76ba431b97087e2d5ca0351e0d613f0812fd1425
Author: Chia-I Wu <olv at lunarg.com>
Date:   Tue Nov 29 15:19:28 2011 +0800

    mesa: distinct gl_client_array arrays are gone

    Fix build errors since 762c9766c93697af8d7fbaa729aed118789dbe8e.

    Acked-by: Jose Fonseca <jfonseca at vmware.com>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list