draw: Assert that only the first vetex may have flags set.
authorChia-I Wu <olv@lunarg.com>
Sat, 7 Aug 2010 08:14:50 +0000 (02:14 -0600)
committerChia-I Wu <olv@lunarg.com>
Fri, 6 Aug 2010 18:14:50 +0000 (02:14 +0800)
commit6ae39f6dca8f0968902642f04f1deb6f573edb6d
tree8d849e4d241f44d51d8bf14ab1eb8ae70839dfec
parent27041d7cb3faeaed483538a228573466363ec1c7
draw: Assert that only the first vetex may have flags set.

642d5ba79abc6a231a5fdabb3454b9b082b0d7f8 removed flags masking for
vertices other than the first one.  Add assertions to be on the safe
side.
src/gallium/auxiliary/draw/draw_pipe.c