gallium: make a copy of the vertex shader's token array.
authorBrian <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2008 22:31:15 +0000 (16:31 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2008 22:35:25 +0000 (16:35 -0600)
commitae146e4bc86aeade59d018100e39e160f7553994
treeecd4019e22dab520ce99bb15405152be75b261a7
parent7f430293772f201a59bcf62edd1ed4f942f8be29
gallium: make a copy of the vertex shader's token array.

This solves problems when the state tracker frees the token array when the
draw module still needs it.
src/gallium/auxiliary/draw/draw_vs_exec.c
src/gallium/auxiliary/draw/draw_vs_llvm.c
src/gallium/auxiliary/draw/draw_vs_sse.c