draw llvm: fix iteration for larger vertex arrays
authorZack Rusin <zackr@vmware.com>
Tue, 6 Apr 2010 16:37:31 +0000 (12:37 -0400)
committerZack Rusin <zackr@vmware.com>
Tue, 6 Apr 2010 16:37:31 +0000 (12:37 -0400)
commit1e0bf24139f6047f505b138392fc0f1d6584d6bc
treeb5c7216c764c684b81e10f25b56f36414e70e5eb
parentde0647dbad96db222b5643d03b3f61b093e7ef76
draw llvm: fix iteration for larger vertex arrays

we were trying to store the outputs starting at the same offset we
were using for the input arrays, which was writing beyond the end of
the output array.
src/gallium/auxiliary/draw/draw_llvm.c