st/mesa: update arrays when the current attrib has been updated
authorIlia Mirkin <imirkin@alum.mit.edu>
Thu, 26 Mar 2015 19:14:22 +0000 (15:14 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 27 Mar 2015 01:01:59 +0000 (21:01 -0400)
commit9d1b5febb62d74c9fc564635d4e0fa5207928c46
treebba0be2fed08f87ce201a2eea69114fdafe56d28
parent91e3533481d6921c4b46109742d6f67b7f897f86
st/mesa: update arrays when the current attrib has been updated

Fixes the recently-sent gl-2.0-vertex-const-attr piglit test. Makes sure
to revalidate arrays when only the current attribute has been updated
via glVertexAttrib*.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89754
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Cc: "10.4 10.5" <mesa-stable@lists.freedesktop.org>
src/mesa/state_tracker/st_atom_array.c