aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_draw_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* svga: replace gotos with conditionals in array drawing codeBrian Paul2017-08-211-18/+18
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-9/+13
* util/indices,svga: s/unsigned/enum pipe_prim_type/Brian Paul2016-05-261-1/+2
* svga: s/unsigned/enum pipe_prim_type/ for primitive type variablesBrian Paul2016-05-261-3/+3
* svga: fix test for unfilled triangles fallbackBrian Paul2016-05-261-2/+6
* svga: fix primitive mode (point/line/tri) test for unfilled primitivesBrian Paul2016-05-261-1/+1
* svga: use the debug callback to report issues to the state trackerBrian Paul2015-12-071-0/+5
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-2/+2
* svga: use new enum indices_mode typeBrian Paul2015-11-041-1/+2
* svga: try to avoid index generation for some primitive typesBrian Paul2015-10-221-0/+14
* svga: avoid provoking vertex conversion when possibleBrian Paul2015-10-221-1/+14
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-8/+14
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* gallium/auxiliary/indices: add start paramRob Clark2013-10-291-1/+1
* svga: reindent drawing codeBrian Paul2013-10-291-100/+71
* svga: add some comments about primitive conversionBrian Paul2013-06-191-0/+5
* svga: whitespace fixes, remove useless commentsBrian Paul2012-10-161-32/+22
* svga: clean up return values and error codesBrian Paul2011-09-231-2/+2
* Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom2011-03-101-19/+0
* gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom2011-03-101-0/+19
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-2/+2
* svga: Fix index offsetJakob Bornecrantz2010-04-211-2/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-20/+20
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+297