Fix line clipping bug. New comments.
authorBrian <brian.paul@tungstengraphics.com>
Tue, 10 Jul 2007 21:24:31 +0000 (15:24 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 10 Jul 2007 21:24:31 +0000 (15:24 -0600)
commita49a23efc5e320d8c9aa6f4f39be855632aa5cb8
treebc5c08c77ef7f626b19039888b930a13e94bf77a
parent985e37eedb9e91fce00a08e3ba961a052d8fa898
Fix line clipping bug.  New comments.

Need to use a new prim_header for the post-clipped line.  Otherwise,
we were changing the header passed to us from the vb code.  That messed
up the vertex pointers for the next line primitive.
src/mesa/pipe/draw/draw_clip.c