There are approximately 2300 new dEQP test failures on g33 in the Mesa CI. The full list of failing tests can be seen here: https://craftyguy.net/paste/Kfh9QQWi This has been bisected to the following commit: commit 64d2a20480547d5897fd9d7b8fd306f2625138cb Author: Mathias Fröhlich <mathias.froehlich@web.de> Date: Sun Mar 4 18:15:53 2018 +0100 mesa: Make gl_vertex_array contain pointers to first order VAO members.
Created attachment 138068 [details] [review] Attempt of a fix. Does the attached patch bring us back to the old fail count? best Mathias
fixed by 98f35ad63c23805c32654843f55208e675d4e4db Author: Mathias Fröhlich <mathias.froehlich@gmx.net> vbo: Correctly handle source arrays in vbo_split_copy. The original approach did optimize away a bit too many fields. Restablish the pointer into the original array and correctly feed that one. Reviewed-by: Brian Paul <brianp@vmware.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105471 Fixes: 64d2a20480547d5897fd9d7b8fd306f2625138cb mesa: Make gl_vertex_array contain pointers to first order VAO members. Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.