summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_draw_elements.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21svga: replace gotos with conditionals in array drawing codeBrian Paul1-14/+14
2016-09-17svga: fix prim type check/assignment in translate_indices()Brian Paul1-2/+2
2016-09-17svga: implement an index buffer translation cacheBrian Paul1-6/+61
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-6/+7
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/+1
2016-05-26svga: fix primitive mode (point/line/tri) test for unfilled primitivesBrian Paul1-1/+1
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-3/+3
2015-11-04svga: use new enum indices_mode typeBrian Paul1-1/+2
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-12/+16
2015-03-20u_primconvert: add primitive restart supportDave Airlie1-1/+2
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+1
2013-11-15svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul1-12/+2
2013-11-15svga: do primitive trimming in translate_indices()Brian Paul1-3/+12
2013-10-29gallium/auxiliary/indices: add start paramRob Clark1-1/+1
2013-10-29svga: reindent drawing codeBrian Paul1-91/+61
2013-10-24svga: remove user-space vertex/index buffer codeBrian Paul1-22/+5
2012-10-16svga: whitespace fixes, remove useless commentsBrian Paul1-16/+9
2012-01-05u_upload_mgr: remove the 'flushed' parameterMarek Olšák1-3/+1
2011-09-23svga: clean up return values and error codesBrian Paul1-5/+5
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom1-16/+0
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom1-0/+16
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák1-0/+1
2011-01-06u_upload_mgr: new featuresMarek Olšák1-1/+4
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák1-4/+4
2010-04-19svga: Implement index bias.José Fonseca1-8/+9
2010-04-10Squashed commit of the following:Keith Whitwell1-24/+24
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/+255