Re: [Mesa-dev] [PATCH] st/mesa: update arrays when the current attrib has been updated

2015-03-26 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Mar 26, 2015 at 8:14 PM, Ilia Mirkin wrote: > 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

Re: [Mesa-dev] [PATCH] st/mesa: update arrays when the current attrib has been updated

2015-03-26 Thread Dave Airlie
On 27 March 2015 at 05:14, Ilia Mirkin wrote: > 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:

[Mesa-dev] [PATCH] st/mesa: update arrays when the current attrib has been updated

2015-03-26 Thread Ilia Mirkin
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 --- src/mesa/state_tracker/st_atom_array.c |