summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_so.c
AgeCommit message (Collapse)Author
2010-09-25softpipe: make stream out state functions staticBrian Paul
2010-06-12softpipe: small cleanupZack Rusin
2010-06-08softpipe: make sure that invalid calls to sosettargets don't crash usZack Rusin
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
interface wise we have everything needed by d3d10 and gl transform feedback. the draw module misses implementation of some corner cases (e.g. when stream output wants different number of components per output than normal rendering paths)