r300-gallium: Add draw_arrays and friends.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 16 Feb 2009 10:53:34 +0000 (02:53 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 16 Feb 2009 11:16:59 +0000 (03:16 -0800)
commit1b77138a1effe2e18a9ce9e16c43852ff855a7be
tree7ddffca507077348fa90d0be01029a6ac6777c18
parent82722a75c5d55bb8a553b525b4a1e481a7044718
r300-gallium: Add draw_arrays and friends.

This is the last bit of Gallium-side plumbing for drawing things.
From this point on, the only missing parts should be in r3xx-specific
code areas...
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_emit.c
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_swtcl_emit.c