gallium: added new EMIT_HEADER token
authorBrian <brian.paul@tungstengraphics.com>
Thu, 13 Mar 2008 22:55:48 +0000 (16:55 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 13 Mar 2008 22:55:48 +0000 (16:55 -0600)
commitb9518a4e39f739a31dd3f62d67563944f8c266a9
tree9c0e04f5b5c73abb72e05653393d1491cb6b0a92
parent7d5e38a55ae99a4c28873377572f77f383ce0c3e
gallium: added new EMIT_HEADER token

Used to emit the struct vertex_header info for softpipe.
Before we were using the EMIT_ALL token but that's insufficient for the
draw pass-through mode.  EMIT_ALL might get removed soon...
src/gallium/auxiliary/draw/draw_vertex.c
src/gallium/auxiliary/draw/draw_vertex.h