aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-37/+4
* gallium: rework provoking vertex codeBrian Paul2010-05-051-1/+4
* Merge branch '7.8'Brian Paul2010-04-191-3/+3
|\
| * softpipe: Fix division by zeroArpad Borsos2010-04-141-3/+3
* | softpipe: fix computation of fragment[FACE] attributeBrian Paul2010-04-181-3/+7
* | softpipe: clean-up and commentsBrian Paul2010-04-181-40/+57
* | softpipe: document MAX_QUADSBrian Paul2010-04-181-1/+6
* | softpipe: Preserve/check the signal of the number of scanlines in an edge.José Fonseca2010-04-181-1/+2
|/
* softpipe: const qualifiers, commentsBrian Paul2010-02-181-3/+3
* fix bug in perspective corrected interpolants for linesBrian Paul2010-02-091-2/+1
* softpipe: Properly implement cylindrical wrapping.Michal Krol2010-02-091-31/+148
* Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol2010-02-091-35/+11
* softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol2010-02-091-11/+35
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-291-4/+7
* softpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
* | gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+1
|/
* softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol2009-10-301-14/+26
* softpipe: restore/fix print_vertex() debug helperBrian Paul2009-10-091-2/+6
* softpipe: prefix non-static functions with sp_Brian Paul2009-10-071-6/+6
* softpipe: set quad->facing valueKeith Whitwell2009-09-221-0/+1
* softpipe: remove old prim_setup draw stageKeith Whitwell2009-08-231-1/+0
* softpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-07-241-97/+89
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-2/+2
* softpipe: rip out old mulithread supportKeith Whitwell2009-07-241-236/+17
* softpipe: remove unused vars in sp_setup.cKeith Whitwell2009-07-221-5/+0
* softpipe: use bitwise logic to setup quad masks in sp_setupKeith Whitwell2009-07-221-25/+40
* 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