summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state_rasterizer.c
AgeCommit message (Collapse)Author
2007-10-03Make softpipe behave more like a real driver by always allocating somethingZack Rusin
in the state functions.
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
Basically make cso hold the driver specific struct, while managing the template.
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin