gallium: Handle client-supplied edgeflags.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 4 Apr 2008 16:02:20 +0000 (17:02 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 4 Apr 2008 16:05:27 +0000 (17:05 +0100)
commit84501e68f6294370d6f2f6aec4e7eab57bcc0e72
tree3b4cb6e98d90468f5a5863b9672a9b9f84f35a4b
parent1d6877b32642d718fb7b29eca647f4d1dd0f99bb
gallium: Handle client-supplied edgeflags.

Also, implement support in the draw module.  We were hardwiring these
to one for quite a long time...

Currently using a draw_set_edgeflags() function, may be better to push
the argument into the draw_arrays() function.  TBD.
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_context.h
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt_fetch_pipeline.c
src/gallium/auxiliary/draw/draw_pt_pipeline.c
src/gallium/auxiliary/draw/draw_vertex_cache.c
src/gallium/include/pipe/p_context.h