aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: asst clean-ups, const correctness, commentsBrian Paul2009-02-111-14/+16
* softpipe: rename PRIM_x to QUAD_PRIM_xBrian2009-02-111-3/+3
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell2008-10-061-6/+6
* softpipe: Silence compiler warning on Windows.Michal Krol2008-09-091-0/+2
* softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.Michal Krol2008-09-081-4/+7
* softpipe: More improvements for multithreaded softpipe.Michal Krol2008-09-081-17/+38
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-57/+57
* softpipe: Improve multithreaded softpipe.Michal Krol2008-09-081-16/+87
* softpipe: First attempts at multithreaded softpipe.Michal Krol2008-09-081-33/+167
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: stop using ifloor(), FABSF(), etcBrian Paul2008-08-221-6/+8
* gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.Brian Paul2008-08-201-11/+34
* 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