summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Include missing header.Michal Krol2008-08-121-0/+1
* gallium: debug/print vertex tweakBrian Paul2008-08-111-4/+1
* gallium: new/better debug code (disabled)Brian Paul2008-08-071-2/+2
* gallium: added some sanity check assertionsBrian Paul2008-07-151-0/+5
* gallium: nr_attrs was off by one, updated comments, minor code movementBrian Paul2008-07-021-2/+4
* gallium: optimize the flush_spans() functionBrian2008-05-101-41/+40
* softpipe: don't calc det if NO_RAST setKeith Whitwell2008-05-081-2/+3
* gallium: more vertex debug codeBrian Paul2008-04-231-7/+17
* gallium: move the vertex print/debug codeBrian Paul2008-04-221-8/+6
* softpipe: implement SP_NO_RAST env varKeith Whitwell2008-04-221-0/+10
* gallium: take reduced prim, fill modes into account when cullingBrian Paul2008-04-141-1/+10
* softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell2008-04-141-1/+25
* softpipe: do our own culling, don't rely on the draw module.Keith Whitwell2008-04-141-18/+26
* remove usage of vertex_headerKeith Whitwell2008-04-101-0/+1249