aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: setup pixel_offset for all primitive typesErik Faye-Lund2019-05-011-11/+10
* draw: nuke the interp parameter from vertex_infoRoland Scheidegger2016-01-071-13/+12
* softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger2016-01-071-10/+17
* softpipe: implement some support for multiple viewportsEdward O'Callaghan2015-12-111-13/+36
* softpipe: use provoking vertex for layerRoland Scheidegger2015-12-041-2/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-5/+5
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-2/+2
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-041-4/+8
* softpipe: add layered rendering support.Dave Airlie2014-06-111-3/+39
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* softpipe: (trivial) fix debug codeRoland Scheidegger2013-11-141-15/+10
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+4
* softpipe: silence some MSVC float/double warningsBrian Paul2013-03-211-6/+6
* softpipe: fix numFragsEmitted debug codeBrian Paul2012-06-271-0/+7
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-8/+8
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-3/+3
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-1/+1
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-18/+19
* softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-211-4/+4
* softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul2011-01-251-1/+1
* softpipe: restore culling codeKeith Whitwell2010-05-141-3/+21
* 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