aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* softpipe: simplify flush_spansKeith Whitwell2009-07-221-53/+19
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-15/+12
|\
| * gallium: fix the front face semanticsZack Rusin2009-07-011-15/+12
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-1/+4
|\ \
| * | softpipe: implement flatshade_first for line setupBrian Paul2009-06-091-1/+4
| * | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-06-031-4/+1
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-3/+6
|\ \ \ | | |/ | |/|
| * | softpipe: fix out of bounds quad rasterization bugBrian Paul2009-06-161-3/+6
* | | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-05-301-4/+1
| |/ |/|
* | softpipe: commentsBrian Paul2009-05-271-0/+2
* | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul2009-05-271-1/+4
|/
* softpipe: use util_is_inf_or_nan()Brian Paul2009-03-311-12/+5
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-10/+0
* gallium: remove use of origin_lower_leftBrian Paul2009-03-201-11/+2
* 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