summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_setup.c
AgeCommit message (Expand)Author
2008-09-09softpipe: Silence compiler warning on Windows.Michal Krol
2008-09-08softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.Michal Krol
2008-09-08softpipe: More improvements for multithreaded softpipe.Michal Krol
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol
2008-09-08softpipe: Improve multithreaded softpipe.Michal Krol
2008-09-08softpipe: First attempts at multithreaded softpipe.Michal Krol
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul
2008-08-20gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.Brian Paul
2008-08-12softpipe: Include missing header.Michal Krol
2008-08-11gallium: debug/print vertex tweakBrian Paul
2008-08-07gallium: new/better debug code (disabled)Brian Paul
2008-07-15gallium: added some sanity check assertionsBrian Paul
2008-07-02gallium: nr_attrs was off by one, updated comments, minor code movementBrian Paul
2008-05-10gallium: optimize the flush_spans() functionBrian
2008-05-08softpipe: don't calc det if NO_RAST setKeith Whitwell
2008-04-23gallium: more vertex debug codeBrian Paul
2008-04-22gallium: move the vertex print/debug codeBrian Paul
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell
2008-04-14gallium: take reduced prim, fill modes into account when cullingBrian Paul
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