aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_swtcl_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300-gallium: Fix pasto and debug messages.Corbin Simpson2009-02-231-1/+8
* r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.Corbin Simpson2009-02-231-22/+0
* r300-gallium: Fix a handful of compile warnings.Corbin Simpson2009-02-231-5/+5
* r300-gallium: Finish VAP/VF setup.Corbin Simpson2009-02-231-9/+21
* r300-gallium: Factor out common functionality in vbuf emit.Corbin Simpson2009-02-181-19/+34
* r300-gallium: Add draw_arrays for swtcl_emit.Corbin Simpson2009-02-171-2/+30
* r300-gallium: Hook up new swtcl vbuf stage.Corbin Simpson2009-02-171-0/+23
* r300-gallium: Turn swtcl_emit into a vbuf_render stage.Corbin Simpson2009-02-171-95/+195
* r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch.Corbin Simpson2009-02-161-4/+1
* r300-gallium: Add draw_arrays and friends.Corbin Simpson2009-02-161-10/+10
* r300-gallium: Grab bag of goodies.Corbin Simpson2009-02-151-6/+44
* r300: Moar swtcl emit. Still sucks, but getting there.Corbin Simpson2009-02-031-3/+26
* r300: Add stubs for swtcl immediate emit.Corbin Simpson2009-02-021-0/+106