summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_setup.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-07draw: nuke the interp parameter from vertex_infoRoland Scheidegger1-13/+12
2016-01-07softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger1-10/+17
2015-12-11softpipe: implement some support for multiple viewportsEdward O'Callaghan1-13/+36
2015-12-04softpipe: use provoking vertex for layerRoland Scheidegger1-2/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-5/+5
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-2/+2
2014-10-04tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák1-4/+8
2014-06-11softpipe: add layered rendering support.Dave Airlie1-3/+39
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-11-14softpipe: (trivial) fix debug codeRoland Scheidegger1-15/+10
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+1
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-0/+4
2013-03-21softpipe: silence some MSVC float/double warningsBrian Paul1-6/+6
2012-06-27softpipe: fix numFragsEmitted debug codeBrian Paul1-0/+7
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard1-8/+8
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie1-3/+3
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-1/+1
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-18/+19
2011-07-21softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul1-4/+4
2011-01-25softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul1-1/+1
2010-05-14softpipe: restore culling codeKeith Whitwell1-3/+21
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-37/+4
2010-05-05gallium: rework provoking vertex codeBrian Paul1-1/+4
2010-04-19Merge branch '7.8'Brian Paul1-3/+3
2010-04-18softpipe: fix computation of fragment[FACE] attributeBrian Paul1-3/+7
2010-04-18softpipe: clean-up and commentsBrian Paul1-40/+57
2010-04-18softpipe: document MAX_QUADSBrian Paul1-1/+6
2010-04-18softpipe: Preserve/check the signal of the number of scanlines in an edge.José Fonseca1-1/+2
2010-04-14softpipe: Fix division by zeroArpad Borsos1-3/+3
2010-02-18softpipe: const qualifiers, commentsBrian Paul1-3/+3
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul1-2/+1
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol1-31/+148
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol1-35/+11
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol1-11/+35
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri1-4/+7
2010-01-28softpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-1/+1
2009-10-30softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol1-14/+26
2009-10-09softpipe: restore/fix print_vertex() debug helperBrian Paul1-2/+6
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul1-6/+6
2009-09-22softpipe: set quad->facing valueKeith Whitwell1-0/+1
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell1-1/+0
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell1-97/+89
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell1-2/+2
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell1-236/+17
2009-07-22softpipe: remove unused vars in sp_setup.cKeith Whitwell1-5/+0
2009-07-22softpipe: use bitwise logic to setup quad masks in sp_setupKeith Whitwell1-25/+40
2009-07-22softpipe: simplify flush_spansKeith Whitwell1-53/+19