https://bugs.freedesktop.org/show_bug.cgi?id=43353
--- Comment #3 from Vinson Lee <[email protected]> 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 <[email protected]> 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> commit 76ba431b97087e2d5ca0351e0d613f0812fd1425 Author: Chia-I Wu <[email protected]> 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 <[email protected]> -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
