draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
authorChia-I Wu <olv@lunarg.com>
Sat, 7 Aug 2010 13:08:23 +0000 (21:08 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 25 Aug 2010 08:23:01 +0000 (16:23 +0800)
commitd29d7807c1e2c53336b1adaf0ecdeb3e35b39969
tree2124a8a19dd7f77e5aeb2fe62b6c010419cbfb37
parent22f6026324f63c142925244ff575fefc29a90389
draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.

UNDEFINED_VERTEX_ID is used by draw_pipe_vbuf to decide whether a vertex
has been emitted or not.  The non-pipeline pathes do not use it (they
tell the frontend the max vertex count when prepare() is called).
src/gallium/auxiliary/draw/draw_pt_emit.c
src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c