summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-5/+5
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-5/+5
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo1-4/+4
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo1-3/+3
2021-08-25softpipe: rip out cylindrical wrap supportErik Faye-Lund1-90/+10
2021-08-25gallium/tgsi: rip out cylindrical wrap supportErik Faye-Lund1-4/+4
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2020-07-23softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options.Eric Anholt1-3/+7
2019-05-01softpipe: setup pixel_offset for all primitive typesErik Faye-Lund1-11/+10
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