draw: Remove unnecessary vertex flag ANDs.
authorChia-I Wu <olv@lunarg.com>
Wed, 4 Aug 2010 06:37:40 +0000 (14:37 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 6 Aug 2010 05:39:37 +0000 (13:39 +0800)
commit642d5ba79abc6a231a5fdabb3454b9b082b0d7f8
tree01aacfc67ff435b636f3560ffa99c621f56d695f
parentf1fc444bb05421404f42e8d08e9085c6fb6ce7a9
draw: Remove unnecessary vertex flag ANDs.

Vertex flags are a contract between vcache and the pipeline.  They are
set only for the first vertex of a primitive.
src/gallium/auxiliary/draw/draw_pipe.c