summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_state_emit.c
AgeCommit message (Collapse)Author
2009-10-31nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
this change disassociates, at least from the driver perspective, the surface from buffer. surfaces are technically now views on the textures so make it so by hiding the buffer in the internals of textures.
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs
2008-04-20nv10: enable viewport clippingPeter Winters
2008-04-20nv10: fix random stuffPeter Winters
2008-04-03nv10: emit dummy zeta size when no zbuffer is used.Stephane Marchesin
2008-04-03nv10: fix more vertex stuffStephane Marchesin
2008-04-02nv10: fix some more state, work on the vertex emission code.Stephane Marchesin
2008-04-02nv10: fix stuff and things.Stephane Marchesin
2008-03-17nv10: fixes.Stephane Marchesin
2008-03-15nv10.Stephane Marchesin