summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_prim_vbuf.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-30softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul1-1/+15
2009-03-05Revert "softpipe: added null ptr check for align_free() call in vbuf code"Brian Paul1-2/+1
2009-03-05softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul1-1/+2
2009-02-27softpipe: add dumping of post-tranfsormed vertices (disabled)Keith Whitwell1-0/+33
2009-02-17softpipe: update to new draw interfacesKeith Whitwell1-13/+32
2008-11-24gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul1-12/+17
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-0/+1
2008-05-12softpipe: more work to get non-reduced primitives working in vbufKeith Whitwell1-26/+19
2008-05-12softpipe: make vbuf handle all primitive typesKeith Whitwell1-108/+147
2008-04-16softpipe: call setup_prepare earlier so that vertex info is correct when queriedKeith Whitwell1-4/+10
2008-04-14softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell1-28/+0
2008-04-14softpipe: do our own culling, don't rely on the draw module.Keith Whitwell1-4/+17
2008-04-10remove usage of vertex_headerKeith Whitwell1-101/+122
2008-03-17gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell1-2/+11
2008-03-16gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian1-0/+73
2008-03-14gallium: fix some compiler warningsKeith Whitwell1-1/+1
2008-03-13gallium: plug in new sp_vbuf_draw_arrays() functionBrian1-0/+57
2008-02-15Code reorganization: update build.José Fonseca1-3/+3
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+221