draw: fix intermediate buffer confusion in draw_vs_varient.c
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 6 Jun 2008 17:09:32 +0000 (18:09 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 6 Jun 2008 17:11:01 +0000 (18:11 +0100)
commit463a47bf59398e850d5a6537da1186d855bd2919
treea61023074c8fb266a4753e93a99042d6db256797
parent0a84d327de8258104b98b176c0eaf0fb6712a982
draw: fix intermediate buffer confusion in draw_vs_varient.c

The final output buffer can't be used to hold intermediate results
as the intermediate vertex size may be greater than the final vertex
size, and in any case the output buffer may be uncached in hw drivers.
src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
src/gallium/auxiliary/draw/draw_pt_vcache_tmp.h
src/gallium/auxiliary/draw/draw_vs_varient.c