st/mesa: Use the new _mesa_init_transform_feedback_object() helper.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 25 Oct 2013 22:58:46 +0000 (15:58 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 31 Oct 2013 18:04:37 +0000 (11:04 -0700)
commitbe6227d29dcf443d9b8bae66d3d2f0b946874a83
tree814ebd8bf6101c67c8b56e4bba67986c2274a76e
parentf02ee3044ffe3ec3e3613e79c0c25aa9eeef5c9f
st/mesa: Use the new _mesa_init_transform_feedback_object() helper.

This picks up a missing obj->EverBound = GL_FALSE line, and will catch
any new fields that get added in the future.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/state_tracker/st_cb_xformfb.c