summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_draw_arrays.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21svga: replace gotos with conditionals in array drawing codeBrian Paul1-18/+18
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-9/+13
2016-05-26util/indices,svga: s/unsigned/enum pipe_prim_type/Brian Paul1-1/+2
2016-05-26svga: s/unsigned/enum pipe_prim_type/ for primitive type variablesBrian Paul1-3/+3
2016-05-26svga: fix test for unfilled triangles fallbackBrian Paul1-2/+6
2016-05-26svga: fix primitive mode (point/line/tri) test for unfilled primitivesBrian Paul1-1/+1
2015-12-07svga: use the debug callback to report issues to the state trackerBrian Paul1-0/+5
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-2/+2
2015-11-04svga: use new enum indices_mode typeBrian Paul1-1/+2
2015-10-22svga: try to avoid index generation for some primitive typesBrian Paul1-0/+14
2015-10-22svga: avoid provoking vertex conversion when possibleBrian Paul1-1/+14
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-8/+14
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+1
2013-10-29gallium/auxiliary/indices: add start paramRob Clark1-1/+1
2013-10-29svga: reindent drawing codeBrian Paul1-100/+71
2013-06-19svga: add some comments about primitive conversionBrian Paul1-0/+5
2012-10-16svga: whitespace fixes, remove useless commentsBrian Paul1-32/+22
2011-09-23svga: clean up return values and error codesBrian Paul1-2/+2
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom1-19/+0
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom1-0/+19
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák1-0/+1
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák1-2/+2
2010-04-21svga: Fix index offsetJakob Bornecrantz1-2/+3
2010-04-10Squashed commit of the following:Keith Whitwell1-20/+20
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-1/+0
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+297