u_vbuf_mgr: restore buffer offsets
authorChia-I Wu <olv@lunarg.com>
Wed, 20 Jul 2011 10:52:33 +0000 (18:52 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 21 Jul 2011 13:20:37 +0000 (21:20 +0800)
commitafc160e1c8f87d0a76e41f1100d528d8ab82ecc4
treecfed080fe8d89bf5da31e734f27866ec9e0156c2
parent000896c0bb99f356e52854608a29476d3ade387c
u_vbuf_mgr: restore buffer offsets

u_vbuf_upload_buffers modifies the buffer offsets.  If they are not
restored, and any of the vertex formats is not supported natively, the
next u_vbuf_mgr_draw_begin call will translate the vertex buffers with
incorrect buffer offsets.
src/gallium/auxiliary/util/u_vbuf_mgr.c