summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_setup.c
AgeCommit message (Expand)Author
2011-01-25softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul
2010-05-14softpipe: restore culling codeKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
2010-04-18softpipe: fix computation of fragment[FACE] attributeBrian Paul
2010-04-18softpipe: clean-up and commentsBrian Paul
2010-04-18softpipe: document MAX_QUADSBrian Paul
2010-04-18softpipe: Preserve/check the signal of the number of scanlines in an edge.José Fonseca
2010-04-14softpipe: Fix division by zeroArpad Borsos
2010-02-18softpipe: const qualifiers, commentsBrian Paul
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri
2010-01-28softpipe: Remove unnecessary header.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-10-30softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol
2009-10-09softpipe: restore/fix print_vertex() debug helperBrian Paul
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul
2009-09-22softpipe: set quad->facing valueKeith Whitwell
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell
2009-07-22softpipe: remove unused vars in sp_setup.cKeith Whitwell
2009-07-22softpipe: use bitwise logic to setup quad masks in sp_setupKeith Whitwell
2009-07-22softpipe: simplify flush_spansKeith Whitwell
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-01gallium: fix the front face semanticsZack Rusin
2009-06-16softpipe: fix out of bounds quad rasterization bugBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-09softpipe: implement flatshade_first for line setupBrian Paul
2009-06-03Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul
2009-05-30Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul
2009-05-27softpipe: commentsBrian Paul
2009-05-27softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul
2009-03-31softpipe: use util_is_inf_or_nan()Brian Paul
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-20gallium: remove use of origin_lower_leftBrian Paul
2009-02-11softpipe: asst clean-ups, const correctness, commentsBrian Paul
2009-02-11softpipe: rename PRIM_x to QUAD_PRIM_xBrian
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2008-10-06make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell