aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_prim_vbuf.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul2008-11-241-12/+17
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-0/+1
* softpipe: more work to get non-reduced primitives working in vbufKeith Whitwell2008-05-121-26/+19
* softpipe: make vbuf handle all primitive typesKeith Whitwell2008-05-121-108/+147
* softpipe: call setup_prepare earlier so that vertex info is correct when queriedKeith Whitwell2008-04-161-4/+10
* softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell2008-04-141-28/+0
* softpipe: do our own culling, don't rely on the draw module.Keith Whitwell2008-04-141-4/+17
* remove usage of vertex_headerKeith Whitwell2008-04-101-101/+122
* gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell2008-03-171-2/+11
* gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian2008-03-161-0/+73
* gallium: fix some compiler warningsKeith Whitwell2008-03-141-1/+1
* gallium: plug in new sp_vbuf_draw_arrays() functionBrian2008-03-131-0/+57
* Code reorganization: update build.José Fonseca2008-02-151-3/+3
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+221