llvmpipe: make sure state is up to date before getting vertex layout/info
authorBrian Paul <brianp@vmware.com>
Thu, 15 Apr 2010 22:42:25 +0000 (16:42 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 15:43:32 +0000 (09:43 -0600)
commitb7bd4b85f320ca50d924c23115eb56720a0de27f
tree9c42e041cdb2d618f74906d93ca8a0216c68d37d
parent7d5da2370ba9497419dbd75149385dfbd081556d
llvmpipe: make sure state is up to date before getting vertex layout/info

Some of the draw pipeline stages emit additional vertex attributes.
Without this change, we were getting stale vertex info that didn't
include the extra attributes.
src/gallium/drivers/llvmpipe/lp_setup_vbuf.c