summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_draw_elements.c
Commit message (Expand)AuthorAgeFilesLines
* svga: fix prim type check/assignment in translate_indices()Brian Paul2016-09-171-2/+2
* svga: implement an index buffer translation cacheBrian Paul2016-09-171-6/+61
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-6/+7
* 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/+1
* svga: fix primitive mode (point/line/tri) test for unfilled primitivesBrian Paul2016-05-261-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* svga: use new enum indices_mode typeBrian Paul2015-11-041-1/+2
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-12/+16
* u_primconvert: add primitive restart supportDave Airlie2015-03-201-1/+2
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* gallium/auxiliary/indices: add start paramRob Clark2013-10-291-1/+1
* svga: reindent drawing codeBrian Paul2013-10-291-91/+61
* svga: remove user-space vertex/index buffer codeBrian Paul2013-10-241-22/+5
* svga: whitespace fixes, remove useless commentsBrian Paul2012-10-161-16/+9
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-051-3/+1
* svga: clean up return values and error codesBrian Paul2011-09-231-5/+5
* Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom2011-03-101-16/+0
* gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom2011-03-101-0/+16
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* u_upload_mgr: new featuresMarek Olšák2011-01-061-1/+4
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-4/+4
* svga: Implement index bias.José Fonseca2010-04-191-8/+9
* Squashed commit of the following:Keith Whitwell2010-04-101-24/+24
* 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/+255