summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_prim_vbuf.c
AgeCommit message (Expand)Author
2008-04-16softpipe: call setup_prepare earlier so that vertex info is correct when queriedKeith Whitwell
2008-04-14softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell
2008-04-14softpipe: do our own culling, don't rely on the draw module.Keith Whitwell
2008-04-10remove usage of vertex_headerKeith Whitwell
2008-03-17gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell
2008-03-16gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian
2008-03-14gallium: fix some compiler warningsKeith Whitwell
2008-03-13gallium: plug in new sp_vbuf_draw_arrays() functionBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca